Build: https://ci-builds.apache.org/job/Solr/job/Solr-Test-main/9491/

4 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from server 
at https://127.0.0.1:33175/solr: Error from server at 
https://127.0.0.1:39663/solr/authCollection_shard3_replica_n1/select: Expected 
mime type in [application/vnd.apache.solr.javabin, application/octet-stream] 
but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 require authentication</title>
</head>
<body><h2>HTTP ERROR 401 require authentication</h2>
<table>
<tr><th>URI:</th><td>/solr/authCollection_shard3_replica_n1/select</td></tr>
<tr><th>STATUS:</th><td>401</td></tr>
<tr><th>MESSAGE:</th><td>require authentication</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-2a576ea7</td></tr>
</table>
<hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>

</body>
</html>


Stack Trace:
org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from server 
at https://127.0.0.1:33175/solr: Error from server at 
https://127.0.0.1:39663/solr/authCollection_shard3_replica_n1/select: Expected 
mime type in [application/vnd.apache.solr.javabin, application/octet-stream] 
but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 require authentication</title>
</head>
<body><h2>HTTP ERROR 401 require authentication</h2>
<table>
<tr><th>URI:</th><td>/solr/authCollection_shard3_replica_n1/select</td></tr>
<tr><th>STATUS:</th><td>401</td></tr>
<tr><th>MESSAGE:</th><td>require authentication</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-2a576ea7</td></tr>
</table>
<hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>

</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([68078D6BB9FAD4C2:D469FB791DA957B8]:0)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:715)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:254)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:500)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:509)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:466)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1139)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:834)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:766)
        at 
app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:253)
        at 
app//org.apache.solr.security.BasicAuthIntegrationTest.executeQuery(BasicAuthIntegrationTest.java:405)
        at 
app//org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:353)
        at 
[email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
        at [email protected]/java.lang.Thread.run(Thread.java:1583)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from server 
at https://127.0.0.1:38471/solr: Error from server at 
https://127.0.0.1:39729/solr/authCollection_shard2_replica_n1/select: Expected 
mime type in [application/octet-stream, application/vnd.apache.solr.javabin] 
but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 require authentication</title>
</head>
<body><h2>HTTP ERROR 401 require authentication</h2>
<table>
<tr><th>URI:</th><td>/solr/authCollection_shard2_replica_n1/select</td></tr>
<tr><th>STATUS:</th><td>401</td></tr>
<tr><th>MESSAGE:</th><td>require authentication</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-c144518</td></tr>
</table>
<hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>

</body>
</html>


Stack Trace:
org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from server 
at https://127.0.0.1:38471/solr: Error from server at 
https://127.0.0.1:39729/solr/authCollection_shard2_replica_n1/select: Expected 
mime type in [application/octet-stream, application/vnd.apache.solr.javabin] 
but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 require authentication</title>
</head>
<body><h2>HTTP ERROR 401 require authentication</h2>
<table>
<tr><th>URI:</th><td>/solr/authCollection_shard2_replica_n1/select</td></tr>
<tr><th>STATUS:</th><td>401</td></tr>
<tr><th>MESSAGE:</th><td>require authentication</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-c144518</td></tr>
</table>
<hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>

</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([68078D6BB9FAD4C2:D469FB791DA957B8]:0)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:715)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:254)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:500)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:509)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:466)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1139)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:834)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:766)
        at 
app//org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:332)
        at 
[email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
        at [email protected]/java.lang.Thread.run(Thread.java:1583)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from server 
at https://127.0.0.1:33121/solr: Error from server at 
https://127.0.0.1:35687/solr/authCollection_shard2_replica_n2/select: Expected 
mime type in [application/vnd.apache.solr.javabin, application/octet-stream] 
but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 require authentication</title>
</head>
<body><h2>HTTP ERROR 401 require authentication</h2>
<table>
<tr><th>URI:</th><td>/solr/authCollection_shard2_replica_n2/select</td></tr>
<tr><th>STATUS:</th><td>401</td></tr>
<tr><th>MESSAGE:</th><td>require authentication</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-58ea793a</td></tr>
</table>
<hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>

</body>
</html>


Stack Trace:
org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from server 
at https://127.0.0.1:33121/solr: Error from server at 
https://127.0.0.1:35687/solr/authCollection_shard2_replica_n2/select: Expected 
mime type in [application/vnd.apache.solr.javabin, application/octet-stream] 
but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 require authentication</title>
</head>
<body><h2>HTTP ERROR 401 require authentication</h2>
<table>
<tr><th>URI:</th><td>/solr/authCollection_shard2_replica_n2/select</td></tr>
<tr><th>STATUS:</th><td>401</td></tr>
<tr><th>MESSAGE:</th><td>require authentication</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-58ea793a</td></tr>
</table>
<hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>

</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([68078D6BB9FAD4C2:D469FB791DA957B8]:0)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:715)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:254)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:500)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:509)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:466)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1139)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:834)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:766)
        at 
app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:253)
        at 
app//org.apache.solr.security.BasicAuthIntegrationTest.executeQuery(BasicAuthIntegrationTest.java:405)
        at 
app//org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:353)
        at 
[email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
        at [email protected]/java.lang.Thread.run(Thread.java:1583)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from server 
at https://127.0.0.1:33561/solr: Error from server at 
https://127.0.0.1:37961/solr/authCollection_shard2_replica_n1/select: Expected 
mime type in [application/octet-stream, application/vnd.apache.solr.javabin] 
but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 require authentication</title>
</head>
<body><h2>HTTP ERROR 401 require authentication</h2>
<table>
<tr><th>URI:</th><td>/solr/authCollection_shard2_replica_n1/select</td></tr>
<tr><th>STATUS:</th><td>401</td></tr>
<tr><th>MESSAGE:</th><td>require authentication</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-3303d158</td></tr>
</table>
<hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>

</body>
</html>


Stack Trace:
org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from server 
at https://127.0.0.1:33561/solr: Error from server at 
https://127.0.0.1:37961/solr/authCollection_shard2_replica_n1/select: Expected 
mime type in [application/octet-stream, application/vnd.apache.solr.javabin] 
but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 require authentication</title>
</head>
<body><h2>HTTP ERROR 401 require authentication</h2>
<table>
<tr><th>URI:</th><td>/solr/authCollection_shard2_replica_n1/select</td></tr>
<tr><th>STATUS:</th><td>401</td></tr>
<tr><th>MESSAGE:</th><td>require authentication</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-3303d158</td></tr>
</table>
<hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>

</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([68078D6BB9FAD4C2:D469FB791DA957B8]:0)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:715)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:254)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:500)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:509)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:466)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1139)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:834)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:766)
        at 
app//org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:332)
        at 
[email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
        at [email protected]/java.lang.Thread.run(Thread.java:1583)




Build Log:
[...truncated 1444 lines...]
  2> ERROR: System/Runtime.exit(1) or halt(1) calls are not allowed because 
they terminate the test runner's JVM.
  2> 
  2> 1520837 ERROR 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.BasicAuthIntegrationTest StatusTool failed due to: 
java.lang.NullPointerException: Cannot invoke 
"java.util.Map.containsKey(Object)" because "obj" is null; stdout from tool 
prior to failure: 
  2> 1520837 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1520837 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1520837 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1520837 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1520837 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1520837 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1520839 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1520839 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1520839 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1520839 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1520839 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1520839 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1520839 DEBUG (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.AuthorizationUtils AuthorizationContext : userPrincipal: 
[BasicAuthPlugin [username=harry,pwd=*****]] type: [READ], collections: 
[authCollection,], Path: [/select] path : /select params 
:q=*:*&wt=javabin&version=2
  2> 1520839 DEBUG (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Attempting to authorize 
request to [/select] of type: [READ], associated with collections 
[[CollectionRequest(authCollection)]]
  2> 1520839 DEBUG (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to specific collection 
[authCollection]
  2> 1520839 DEBUG (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to all (*) collections
  2> 1520839 DEBUG (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase No perms configured for 
the resource /select . So allowed to access
  2> 1520840 WARN  (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1b2975d4[provider=null,keyStore=null,trustStore=null]
  2> 1520840 WARN  (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm 
configured for Client@1b2975d4[provider=null,keyStore=null,trustStore=null]
  2> 1520843 DEBUG (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.PKIAuthenticationPlugin  secures this internode request
  2> 1520844 WARN  (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@208cc702[provider=null,keyStore=null,trustStore=null]
  2> 1520844 WARN  (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm 
configured for Client@208cc702[provider=null,keyStore=null,trustStore=null]
  2> 1520847 DEBUG (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.PKIAuthenticationPlugin  secures this internode request
  2> 1520848 WARN  (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@74e0d263[provider=null,keyStore=null,trustStore=null]
  2> 1520848 WARN  (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm 
configured for Client@74e0d263[provider=null,keyStore=null,trustStore=null]
  2> 1520858 DEBUG (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.PKIAuthenticationPlugin  secures this internode request
  2> 1520882 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin No key available for 
node: 127.0.0.1:39663_solr fetching now 
  2> 1520882 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin Fetching fresh public 
key from: https://127.0.0.1:39663/solr/admin/info/key?wt=json&omitHeader=true
  2> 1520883 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1520883 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin generateToken: not a 
solr (server) thread
  2> 1520883 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1520883 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin generateToken: not a 
solr (server) thread
  2> 1520883 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1520883 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin generateToken: not a 
solr (server) thread
  2> 1520887 INFO  (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin New key obtained from 
node=127.0.0.1:39663_solr, 
key=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMgmSVfl+E2Nj/oKAP2TceWh17pk6Ugsw5A5nLH+OeMB/WeWJZg/NEDda8SXfQDEVRmw5P+2IZypPASzfCrc6yECAwEAAQ==
  2> 1520887 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin public key obtained Sun 
RSA public key, 512 bits
  2>   params: null
  2>   modulus: 
10482682861594768824429047432527229297224328147374038180447738318623118819451403851777487591000305173274865885284333789677184134912704479518820103958096673
  2>   public exponent: 65537 
  2> 1520887 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61204] o.a.s.s.AuthorizationUtils AuthorizationContext : userPrincipal: 
[[principal: harry]] type: [READ], collections: [authCollection,], Path: 
[/select] path : /select params 
:df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&rid=null-61204&rows=10&version=2&q=*:*&omitHeader=false&NOW=1734979946952&isShard=true&wt=javabin
  2> 1520887 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Attempting to authorize 
request to [/select] of type: [READ], associated with collections 
[[CollectionRequest(authCollection)]]
  2> 1520887 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to specific collection 
[authCollection]
  2> 1520887 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to all (*) collections
  2> 1520887 DEBUG (qtp244409689-29664-null-61204) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase No perms configured for 
the resource /select . So allowed to access
  2> 1520894 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin No key available for 
node: 127.0.0.1:39663_solr fetching now 
  2> 1520894 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin Fetching fresh public 
key from: https://127.0.0.1:39663/solr/admin/info/key?wt=json&omitHeader=true
  2> 1520894 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1520894 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin generateToken: not a 
solr (server) thread
  2> 1520894 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1520894 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin generateToken: not a 
solr (server) thread
  2> 1520894 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1520894 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin generateToken: not a 
solr (server) thread
  2> 1520898 INFO  (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin New key obtained from 
node=127.0.0.1:39663_solr, 
key=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMgmSVfl+E2Nj/oKAP2TceWh17pk6Ugsw5A5nLH+OeMB/WeWJZg/NEDda8SXfQDEVRmw5P+2IZypPASzfCrc6yECAwEAAQ==
  2> 1520898 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin public key obtained Sun 
RSA public key, 512 bits
  2>   params: null
  2>   modulus: 
10482682861594768824429047432527229297224328147374038180447738318623118819451403851777487591000305173274865885284333789677184134912704479518820103958096673
  2>   public exponent: 65537 
  2> 1520898 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.AuthorizationUtils AuthorizationContext : userPrincipal: 
[[principal: harry]] type: [READ], collections: [authCollection,], Path: 
[/select] path : /select params 
:df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&rid=null-61204&rows=10&version=2&q=*:*&omitHeader=false&NOW=1734979946952&isShard=true&wt=javabin
  2> 1520898 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Attempting to authorize 
request to [/select] of type: [READ], associated with collections 
[[CollectionRequest(authCollection)]]
  2> 1520898 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to specific collection 
[authCollection]
  2> 1520898 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to all (*) collections
  2> 1520899 DEBUG (qtp1798026287-29651-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase No perms configured for 
the resource /select . So allowed to access
  2> 1521025 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin No key available for 
node: 127.0.0.1:39663_solr fetching now 
  2> 1521025 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin Fetching fresh public 
key from: https://127.0.0.1:39663/solr/admin/info/key?wt=json&omitHeader=true
  2> 1521025 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521025 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin generateToken: not a 
solr (server) thread
  2> 1521025 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521025 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin generateToken: not a 
solr (server) thread
  2> 1521025 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521025 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin generateToken: not a 
solr (server) thread
  2> 1521029 INFO  (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin New key obtained from 
node=127.0.0.1:39663_solr, 
key=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMgmSVfl+E2Nj/oKAP2TceWh17pk6Ugsw5A5nLH+OeMB/WeWJZg/NEDda8SXfQDEVRmw5P+2IZypPASzfCrc6yECAwEAAQ==
  2> 1521029 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr c: 
s: r: x: t:null-61204] o.a.s.s.PKIAuthenticationPlugin public key obtained Sun 
RSA public key, 512 bits
  2>   params: null
  2>   modulus: 
10482682861594768824429047432527229297224328147374038180447738318623118819451403851777487591000305173274865885284333789677184134912704479518820103958096673
  2>   public exponent: 65537 
  2> 1521030 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61204] o.a.s.s.AuthorizationUtils AuthorizationContext : userPrincipal: 
[[principal: harry]] type: [READ], collections: [authCollection,], Path: 
[/select] path : /select params 
:df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&rid=null-61204&rows=10&version=2&q=*:*&omitHeader=false&NOW=1734979946952&isShard=true&wt=javabin
  2> 1521030 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Attempting to authorize 
request to [/select] of type: [READ], associated with collections 
[[CollectionRequest(authCollection)]]
  2> 1521030 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to specific collection 
[authCollection]
  2> 1521030 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to all (*) collections
  2> 1521030 DEBUG (qtp1798943253-29798-null-61204) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase No perms configured for 
the resource /select . So allowed to access
  2> 1521031 DEBUG (qtp1798026287-29661-null-61204) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61204] o.a.s.s.PKIAuthenticationPlugin  secures this internode request
  2> 1521032 DEBUG (qtp244409689-29656-null-61204) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61204] o.a.s.s.AuthorizationUtils AuthorizationContext : userPrincipal: 
[[principal: harry]] type: [READ], collections: [authCollection,], Path: 
[/select] path : /select params 
:q=*:*&df=text&distrib=false&omitHeader=false&shards.purpose=64&NOW=1734979946952&ids=4&isShard=true&rid=null-61204&wt=javabin&version=2
  2> 1521032 DEBUG (qtp244409689-29656-null-61204) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Attempting to authorize 
request to [/select] of type: [READ], associated with collections 
[[CollectionRequest(authCollection)]]
  2> 1521032 DEBUG (qtp244409689-29656-null-61204) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to specific collection 
[authCollection]
  2> 1521032 DEBUG (qtp244409689-29656-null-61204) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to all (*) collections
  2> 1521032 DEBUG (qtp244409689-29656-null-61204) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61204] o.a.s.s.RuleBasedAuthorizationPluginBase No perms configured for 
the resource /select . So allowed to access
  2> 1521033 DEBUG (CloudSolrClient 
ThreadPool-21766-thread-1-processing-https:////127.0.0.1:39663//solr//authCollection_shard3_replica_n1//)
 [n: c: s: r: x: t:] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521034 DEBUG (CloudSolrClient 
ThreadPool-21766-thread-1-processing-https:////127.0.0.1:39663//solr//authCollection_shard3_replica_n1//)
 [n: c: s: r: x: t:] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521034 DEBUG (CloudSolrClient 
ThreadPool-21766-thread-1-processing-https:////127.0.0.1:39663//solr//authCollection_shard3_replica_n1//)
 [n: c: s: r: x: t:] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521037 DEBUG (CloudSolrClient 
ThreadPool-21766-thread-1-processing-https:////127.0.0.1:39663//solr//authCollection_shard3_replica_n1//)
 [n: c: s: r: x: t:] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521037 DEBUG (CloudSolrClient 
ThreadPool-21766-thread-1-processing-https:////127.0.0.1:39663//solr//authCollection_shard3_replica_n1//)
 [n: c: s: r: x: t:] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521038 DEBUG (CloudSolrClient 
ThreadPool-21766-thread-1-processing-https:////127.0.0.1:39663//solr//authCollection_shard3_replica_n1//)
 [n: c: s: r: x: t:] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521040 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1521040 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1521040 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1521040 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1521040 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1521040 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1521041 DEBUG (qtp1798026287-29650-null-61207) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61207] o.a.s.s.AuthorizationUtils AuthorizationContext : userPrincipal: 
[BasicAuthPlugin [username=harry,pwd=*****]] type: [WRITE], collections: 
[authCollection,], Path: [/update] path : /update params 
:_stateVer_=authCollection:7&commit=true&wt=javabin&version=2
  2> 1521041 DEBUG (qtp1798026287-29650-null-61207) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Attempting to authorize 
request to [/update] of type: [WRITE], associated with collections 
[[CollectionRequest(authCollection)]]
  2> 1521041 DEBUG (qtp1798026287-29650-null-61207) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to specific collection 
[authCollection]
  2> 1521041 DEBUG (qtp1798026287-29650-null-61207) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to all (*) collections
  2> 1521041 DEBUG (qtp1798026287-29650-null-61207) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Found perm [{
  2>   "name":"update",
  2>   "index":4,
  2>   "role":"admin"}] to govern resource [/update]
  2> 1521041 DEBUG (qtp1798026287-29650-null-61207) [n:127.0.0.1:39663_solr 
c:authCollection s:shard3 r:core_node3 x:authCollection_shard3_replica_n1 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Governing permission [{
  2>   "name":"update",
  2>   "index":4,
  2>   "role":"admin"}] allows access to role [admin]; permitting access
  2> 1521045 DEBUG 
(updateExecutor-21709-thread-1-processing-127.0.0.1:39663_solr 
authCollection_shard3_replica_n1 null-61207 authCollection shard3 core_node3) 
[n:127.0.0.1:39663_solr c:authCollection s:shard3 r:core_node3 
x:authCollection_shard3_replica_n1 t:null-61207] 
o.a.s.s.PKIAuthenticationPlugin  secures this internode request
  2> 1521047 DEBUG 
(updateExecutor-21709-thread-2-processing-127.0.0.1:39663_solr 
authCollection_shard3_replica_n1 null-61207 authCollection shard3 core_node3) 
[n:127.0.0.1:39663_solr c:authCollection s:shard3 r:core_node3 
x:authCollection_shard3_replica_n1 t:null-61207] 
o.a.s.s.PKIAuthenticationPlugin  secures this internode request
  2> 1521111 DEBUG (qtp1798943253-29799-null-61207) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61207] o.a.s.s.AuthorizationUtils AuthorizationContext : userPrincipal: 
[[principal: harry]] type: [WRITE], collections: [authCollection,], Path: 
[/update] path : /update params 
:update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:39663/solr/authCollection_shard3_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false
  2> 1521111 DEBUG (qtp1798943253-29799-null-61207) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Attempting to authorize 
request to [/update] of type: [WRITE], associated with collections 
[[CollectionRequest(authCollection)]]
  2> 1521111 DEBUG (qtp1798943253-29799-null-61207) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to specific collection 
[authCollection]
  2> 1521111 DEBUG (qtp1798943253-29799-null-61207) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to all (*) collections
  2> 1521111 DEBUG (qtp1798943253-29799-null-61207) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Found perm [{
  2>   "name":"update",
  2>   "index":4,
  2>   "role":"admin"}] to govern resource [/update]
  2> 1521111 DEBUG (qtp1798943253-29799-null-61207) [n:127.0.0.1:44919_solr 
c:authCollection s:shard1 r:core_node6 x:authCollection_shard1_replica_n4 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Governing permission [{
  2>   "name":"update",
  2>   "index":4,
  2>   "role":"admin"}] allows access to role [admin]; permitting access
  2> 1521132 DEBUG (qtp244409689-29665-null-61207) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61207] o.a.s.s.AuthorizationUtils AuthorizationContext : userPrincipal: 
[[principal: harry]] type: [WRITE], collections: [authCollection,], Path: 
[/update] path : /update params 
:update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:39663/solr/authCollection_shard3_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false
  2> 1521132 DEBUG (qtp244409689-29665-null-61207) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Attempting to authorize 
request to [/update] of type: [WRITE], associated with collections 
[[CollectionRequest(authCollection)]]
  2> 1521132 DEBUG (qtp244409689-29665-null-61207) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to specific collection 
[authCollection]
  2> 1521132 DEBUG (qtp244409689-29665-null-61207) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to all (*) collections
  2> 1521132 DEBUG (qtp244409689-29665-null-61207) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Found perm [{
  2>   "name":"update",
  2>   "index":4,
  2>   "role":"admin"}] to govern resource [/update]
  2> 1521132 DEBUG (qtp244409689-29665-null-61207) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61207] o.a.s.s.RuleBasedAuthorizationPluginBase Governing permission [{
  2>   "name":"update",
  2>   "index":4,
  2>   "role":"admin"}] allows access to role [admin]; permitting access
  2> 1521136 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1521136 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1521136 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1521136 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1521136 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1521136 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1521137 DEBUG (qtp1798026287-29648-null-61208) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61208] o.a.s.s.AuthorizationUtils AuthorizationContext : 
userPrincipal: [BasicAuthPlugin [username=harry,pwd=*****]] type: [ADMIN], 
collections: [], Path: [/admin/collections] path : /admin/collections params 
:name=authCollection&action=REINDEXCOLLECTION&wt=javabin&version=2
  2> 1521137 DEBUG (qtp1798026287-29648-null-61208) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61208] o.a.s.s.RuleBasedAuthorizationPluginBase Attempting to 
authorize request to [/admin/collections] of type: [ADMIN], associated with 
collections [[]]
  2> 1521137 DEBUG (qtp1798026287-29648-null-61208) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61208] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing an 
ADMIN request, checking admin permissions
  2> 1521137 DEBUG (qtp1798026287-29648-null-61208) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61208] o.a.s.s.RuleBasedAuthorizationPluginBase Found perm [{
  2>   "name":"collection-admin-edit",
  2>   "index":3,
  2>   "role":"admin"}] to govern resource [/admin/collections]
  2> 1521137 DEBUG (qtp1798026287-29648-null-61208) [n:127.0.0.1:39663_solr c: 
s: r: x: t:null-61208] o.a.s.s.RuleBasedAuthorizationPluginBase Governing 
permission [{
  2>   "name":"collection-admin-edit",
  2>   "index":3,
  2>   "role":"admin"}] allows access to role [admin]; permitting access
  2> 1521142 WARN  (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.c.c.SolrZkClient Using default 
ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty 
list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
  2> 1521142 WARN  (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. 
DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
Zookeeper nodes
  2> 1521157 DEBUG (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521158 DEBUG (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521158 DEBUG (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.s.PKIAuthenticationPlugin 
HttpHeaderClientInterceptor secures this internode request
  2> 1521164 ERROR (qtp244409689-29657-null-61209) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61209] o.a.s.h.RequestHandlerBase Client exception
  2>           => org.apache.solr.client.solrj.SolrClient$RemoteSolrException: 
Error from server at 
https://127.0.0.1:33175/solr/authCollection_shard2_replica_n2/select: Expected 
mime type in [application/vnd.apache.solr.javabin, application/octet-stream] 
but got text/html. <html>
  2> <head>
  2> org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from 
server at https://127.0.0.1:33175/solr/authCollection_shard2_replica_n2/select: 
Expected mime type in [application/vnd.apache.solr.javabin, 
application/octet-stream] but got text/html. <html>
  2> <head>
  2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  2> <title>Error 401 require authentication</title>
  2> </head>
  2> <body><h2>HTTP ERROR 401 require authentication</h2>
  2> <table>
  2> 
<tr><th>URI:</th><td>/solr/authCollection_shard2_replica_n2/select</td></tr>
  2> <tr><th>STATUS:</th><td>401</td></tr>
  2> <tr><th>MESSAGE:</th><td>require authentication</td></tr>
  2> 
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-515bceeb</td></tr>
  2> </table>
  2> <hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>
  2> 
  2> </body>
  2> </html>
  2> 
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.checkContentType(HttpSolrClientBase.java:342)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.processErrorsAndResponse(HttpSolrClientBase.java:229)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:598)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient$1.lambda$onHeaders$0(Http2SolrClient.java:465)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:380)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
 ~[?:?]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
 ~[?:?]
  2>    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  2> 1521285 ERROR (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.c.a.c.CollectionHandlingUtils Error from shard: 
https://127.0.0.1:44919/solr
  2>           => org.apache.solr.client.solrj.SolrClient$RemoteSolrException: 
Error from server at https://127.0.0.1:44919/solr/admin/cores: Expected mime 
type in [application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from 
server at https://127.0.0.1:44919/solr/admin/cores: Expected mime type in 
[application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  2> <title>Error 401 require authentication</title>
  2> </head>
  2> <body><h2>HTTP ERROR 401 require authentication</h2>
  2> <table>
  2> <tr><th>URI:</th><td>/solr/admin/cores</td></tr>
  2> <tr><th>STATUS:</th><td>401</td></tr>
  2> <tr><th>MESSAGE:</th><td>require authentication</td></tr>
  2> 
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-78eab266</td></tr>
  2> </table>
  2> <hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>
  2> 
  2> </body>
  2> </html>
  2> 
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.checkContentType(HttpSolrClientBase.java:342)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.processErrorsAndResponse(HttpSolrClientBase.java:229)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:598)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient$1.lambda$onHeaders$0(Http2SolrClient.java:465)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:380)
 [solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
 [?:?]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
 [?:?]
  2>    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  2> 1521286 ERROR (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.c.a.c.CollectionHandlingUtils Error from shard: 
https://127.0.0.1:33175/solr
  2>           => org.apache.solr.client.solrj.SolrClient$RemoteSolrException: 
Error from server at https://127.0.0.1:33175/solr/admin/cores: Expected mime 
type in [application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from 
server at https://127.0.0.1:33175/solr/admin/cores: Expected mime type in 
[application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  2> <title>Error 401 require authentication</title>
  2> </head>
  2> <body><h2>HTTP ERROR 401 require authentication</h2>
  2> <table>
  2> <tr><th>URI:</th><td>/solr/admin/cores</td></tr>
  2> <tr><th>STATUS:</th><td>401</td></tr>
  2> <tr><th>MESSAGE:</th><td>require authentication</td></tr>
  2> 
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-515bceeb</td></tr>
  2> </table>
  2> <hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>
  2> 
  2> </body>
  2> </html>
  2> 
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.checkContentType(HttpSolrClientBase.java:342)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.processErrorsAndResponse(HttpSolrClientBase.java:229)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:598)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient$1.lambda$onHeaders$0(Http2SolrClient.java:465)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:380)
 [solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
 [?:?]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
 [?:?]
  2>    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  2> 1521286 ERROR (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.c.a.c.CollectionHandlingUtils Error from shard: 
https://127.0.0.1:39663/solr
  2>           => org.apache.solr.client.solrj.SolrClient$RemoteSolrException: 
Error from server at https://127.0.0.1:39663/solr/admin/cores: Expected mime 
type in [application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from 
server at https://127.0.0.1:39663/solr/admin/cores: Expected mime type in 
[application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  2> <title>Error 401 require authentication</title>
  2> </head>
  2> <body><h2>HTTP ERROR 401 require authentication</h2>
  2> <table>
  2> <tr><th>URI:</th><td>/solr/admin/cores</td></tr>
  2> <tr><th>STATUS:</th><td>401</td></tr>
  2> <tr><th>MESSAGE:</th><td>require authentication</td></tr>
  2> 
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-2a576ea7</td></tr>
  2> </table>
  2> <hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>
  2> 
  2> </body>
  2> </html>
  2> 
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.checkContentType(HttpSolrClientBase.java:342)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.processErrorsAndResponse(HttpSolrClientBase.java:229)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:598)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient$1.lambda$onHeaders$0(Http2SolrClient.java:465)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:380)
 [solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
 [?:?]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
 [?:?]
  2>    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  2> 1521287 ERROR (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.c.a.c.CollectionHandlingUtils Cleaning up 
collection [.rx_authCollection_0].
  2> 1521291 ERROR (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.c.a.c.CollectionHandlingUtils Error from shard: 
https://127.0.0.1:44919/solr
  2>           => org.apache.solr.client.solrj.SolrClient$RemoteSolrException: 
Error from server at https://127.0.0.1:44919/solr/admin/cores: Expected mime 
type in [application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from 
server at https://127.0.0.1:44919/solr/admin/cores: Expected mime type in 
[application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  2> <title>Error 401 require authentication</title>
  2> </head>
  2> <body><h2>HTTP ERROR 401 require authentication</h2>
  2> <table>
  2> <tr><th>URI:</th><td>/solr/admin/cores</td></tr>
  2> <tr><th>STATUS:</th><td>401</td></tr>
  2> <tr><th>MESSAGE:</th><td>require authentication</td></tr>
  2> 
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-78eab266</td></tr>
  2> </table>
  2> <hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>
  2> 
  2> </body>
  2> </html>
  2> 
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.checkContentType(HttpSolrClientBase.java:342)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.processErrorsAndResponse(HttpSolrClientBase.java:229)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:598)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient$1.lambda$onHeaders$0(Http2SolrClient.java:465)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:380)
 [solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
 [?:?]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
 [?:?]
  2>    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  2> 1521291 ERROR (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.c.a.c.CollectionHandlingUtils Error from shard: 
https://127.0.0.1:33175/solr
  2>           => org.apache.solr.client.solrj.SolrClient$RemoteSolrException: 
Error from server at https://127.0.0.1:33175/solr/admin/cores: Expected mime 
type in [application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from 
server at https://127.0.0.1:33175/solr/admin/cores: Expected mime type in 
[application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  2> <title>Error 401 require authentication</title>
  2> </head>
  2> <body><h2>HTTP ERROR 401 require authentication</h2>
  2> <table>
  2> <tr><th>URI:</th><td>/solr/admin/cores</td></tr>
  2> <tr><th>STATUS:</th><td>401</td></tr>
  2> <tr><th>MESSAGE:</th><td>require authentication</td></tr>
  2> 
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-515bceeb</td></tr>
  2> </table>
  2> <hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>
  2> 
  2> </body>
  2> </html>
  2> 
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.checkContentType(HttpSolrClientBase.java:342)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.processErrorsAndResponse(HttpSolrClientBase.java:229)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:598)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient$1.lambda$onHeaders$0(Http2SolrClient.java:465)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:380)
 [solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
 [?:?]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
 [?:?]
  2>    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  2> 1521292 ERROR (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.c.a.c.CollectionHandlingUtils Error from shard: 
https://127.0.0.1:39663/solr
  2>           => org.apache.solr.client.solrj.SolrClient$RemoteSolrException: 
Error from server at https://127.0.0.1:39663/solr/admin/cores: Expected mime 
type in [application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from 
server at https://127.0.0.1:39663/solr/admin/cores: Expected mime type in 
[application/vnd.apache.solr.javabin, application/octet-stream] but got 
text/html. <html>
  2> <head>
  2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  2> <title>Error 401 require authentication</title>
  2> </head>
  2> <body><h2>HTTP ERROR 401 require authentication</h2>
  2> <table>
  2> <tr><th>URI:</th><td>/solr/admin/cores</td></tr>
  2> <tr><th>STATUS:</th><td>401</td></tr>
  2> <tr><th>MESSAGE:</th><td>require authentication</td></tr>
  2> 
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-2a576ea7</td></tr>
  2> </table>
  2> <hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>
  2> 
  2> </body>
  2> </html>
  2> 
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.checkContentType(HttpSolrClientBase.java:342)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.processErrorsAndResponse(HttpSolrClientBase.java:229)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:598)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient$1.lambda$onHeaders$0(Http2SolrClient.java:465)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:380)
 [solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
 [?:?]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
 [?:?]
  2>    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  2> 1521397 WARN  (OverseerThreadFactory-21751-thread-3) [n: c:authCollection 
s: r: x: t:null-61209] o.a.s.c.a.c.ReindexCollectionCmd Error during reindexing 
of authCollection
  2>           => org.apache.solr.common.SolrException: Underlying core 
creation failed while creating collection: .rx_authCollection_0
  2>    at 
org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:453)
  2> org.apache.solr.common.SolrException: Underlying core creation failed 
while creating collection: .rx_authCollection_0
  2>    at 
org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:453)
 ~[main/:?]
  2>    at 
org.apache.solr.cloud.api.collections.ReindexCollectionCmd.call(ReindexCollectionCmd.java:346)
 [main/:?]
  2>    at 
org.apache.solr.cloud.api.collections.CollApiCmds$TraceAwareCommand.call(CollApiCmds.java:229)
 [main/:?]
  2>    at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:130)
 [main/:?]
  2>    at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:565)
 [main/:?]
  2>    at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:380)
 [solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
 [?:?]
  2>    at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
 [?:?]
  2>    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  2> 1521401 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1521401 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1521402 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1521402 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1521402 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin HttpHeaderClientInterceptor secures 
this internode request
  2> 1521402 DEBUG 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[68078D6BB9FAD4C2]) [n: c: s: 
r: x: t:] o.a.s.s.PKIAuthenticationPlugin generateToken: not a solr (server) 
thread
  2> 1521402 DEBUG (qtp244409689-29656-null-61210) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61210] o.a.s.s.AuthorizationUtils AuthorizationContext : userPrincipal: 
[BasicAuthPlugin [username=harry,pwd=*****]] type: [READ], collections: 
[authCollection,], Path: [/select] path : /select params 
:q=id:5&_stateVer_=authCollection:7&wt=javabin&version=2
  2> 1521402 DEBUG (qtp244409689-29656-null-61210) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61210] o.a.s.s.RuleBasedAuthorizationPluginBase Attempting to authorize 
request to [/select] of type: [READ], associated with collections 
[[CollectionRequest(authCollection)]]
  2> 1521402 DEBUG (qtp244409689-29656-null-61210) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61210] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to specific collection 
[authCollection]
  2> 1521402 DEBUG (qtp244409689-29656-null-61210) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61210] o.a.s.s.RuleBasedAuthorizationPluginBase Authorizing 
collection-aware request, checking perms applicable to all (*) collections
  2> 1521402 DEBUG (qtp244409689-29656-null-61210) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61210] o.a.s.s.RuleBasedAuthorizationPluginBase No perms configured for 
the resource /select . So allowed to access
  2> 1521404 ERROR (qtp244409689-29656-null-61210) [n:127.0.0.1:33175_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 
t:null-61210] o.a.s.h.RequestHandlerBase Client exception
  2>           => org.apache.solr.client.solrj.SolrClient$RemoteSolrException: 
Error from server at 
https://127.0.0.1:39663/solr/authCollection_shard3_replica_n1/select: Expected 
mime type in [application/vnd.apache.solr.javabin, application/octet-stream] 
but got text/html. <html>
  2> <head>
  2> org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from 
server at https://127.0.0.1:39663/solr/authCollection_shard3_replica_n1/select: 
Expected mime type in [application/vnd.apache.solr.javabin, 
application/octet-stream] but got text/html. <html>
  2> <head>
  2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  2> <title>Error 401 require authentication</title>
  2> </head>
  2> <body><h2>HTTP ERROR 401 require authentication</h2>
  2> <table>
  2> 
<tr><th>URI:</th><td>/solr/authCollection_shard3_replica_n1/select</td></tr>
  2> <tr><th>STATUS:</th><td>401</td></tr>
  2> <tr><th>MESSAGE:</th><td>require authentication</td></tr>
  2> 
<tr><th>SERVLET:</th><td>org.apache.solr.embedded.JettySolrRunner$Servlet404-2a576ea7</td></tr>
  2> </table>
  2> <hr/><a href="https://jetty.org";>Powered by Jetty:// 10.0.22</a><hr/>
  2> 
  2> </body>
  2> </html>
  2> 
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.checkContentType(HttpSolrClientBase.java:342)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.HttpSolrClientBase.processErrorsAndResponse(HttpSolrClientBase.java:229)
 ~[solr-solrj-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 
d3e57aad8259f4b9c574fbff5cb5f6d112bef85a [snapshot build, details omitted]]
  2>    at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:598)
 ~[solr-solrj-10.0.0-SNAPSH

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

ssResources NO-SOURCE
> Task :solr:modules:llm:classes

> Task :solr:modules:llm:compileTestJava
Note: 
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Test-main/solr/modules/llm/src/test/org/apache/solr/llm/TestLlmBase.java
 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :solr:modules:llm:processTestResources
> Task :solr:modules:llm:testClasses

> Task :solr:modules:llm:test
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
:solr:modules:llm:test (SUCCESS): 33 test(s)

> Task :solr:modules:llm:wipeTaskTemp

> Task :solr:modules:ltr:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :solr:modules:ltr:processResources NO-SOURCE
> Task :solr:modules:ltr:classes

> Task :solr:modules:ltr:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :solr:modules:ltr:processTestResources
> Task :solr:modules:ltr:testClasses

> Task :solr:modules:ltr:test
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
:solr:modules:ltr:test (SUCCESS): 209 test(s)

> Task :solr:modules:ltr:wipeTaskTemp
> Task :solr:modules:opentelemetry:compileJava
> Task :solr:modules:opentelemetry:processResources NO-SOURCE
> Task :solr:modules:opentelemetry:classes
> Task :solr:modules:opentelemetry:compileTestJava
> Task :solr:modules:opentelemetry:processTestResources
> Task :solr:modules:opentelemetry:testClasses

> Task :solr:modules:opentelemetry:test
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
:solr:modules:opentelemetry:test (SUCCESS): 12 test(s)

> Task :solr:modules:opentelemetry:wipeTaskTemp

> Task :solr:modules:s3-repository:compileJava
Note: 
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Test-main/solr/modules/s3-repository/src/java/org/apache/solr/s3/S3StorageClient.java
 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :solr:modules:s3-repository:processResources NO-SOURCE
> Task :solr:modules:s3-repository:classes
> Task :solr:modules:s3-repository:compileTestJava
> Task :solr:modules:s3-repository:processTestResources
> Task :solr:modules:s3-repository:testClasses

> Task :solr:modules:s3-repository:test
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
:solr:modules:s3-repository:test (SUCCESS): 52 test(s), 1 skipped

> Task :solr:modules:s3-repository:wipeTaskTemp

> Task :solr:modules:scripting:compileJava
Note: 
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Test-main/solr/modules/scripting/src/java/org/apache/solr/scripting/xslt/XSLTUpdateRequestHandler.java
 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :solr:modules:scripting:processResources NO-SOURCE
> Task :solr:modules:scripting:classes

> Task :solr:modules:scripting:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :solr:modules:scripting:processTestResources
> Task :solr:modules:scripting:testClasses

> Task :solr:modules:scripting:test
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
:solr:modules:scripting:test (SUCCESS): 22 test(s), 17 skipped

> Task :solr:modules:scripting:wipeTaskTemp

> Task :solr:modules:sql:compileTestJava
Note: 
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Test-main/solr/modules/sql/src/test/org/apache/solr/handler/sql/TestSQLHandlerNonCloud.java
 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :solr:modules:sql:copySolrCoreTestResources
> Task :solr:modules:sql:processTestResources
> Task :solr:modules:sql:testClasses

> Task :solr:modules:sql:test
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future 
release
:solr:modules:sql:test (SUCCESS): 33 test(s)

> Task :solr:modules:sql:wipeTaskTemp
The slowest tests (exceeding 500 ms) during this run:
  150.67s TestExportWriter.testGlobFields (:solr:core)
  82.71s TestExportWriter.testExpr (:solr:core)
  65.54s TestCpuAllowedLimit.testDistribLimit2 (:solr:core)
  52.45s TestRandomFaceting.testRandomFaceting (:solr:core)
  51.06s TestRandomDVFaceting.testRandomFaceting (:solr:core)
  50.61s TestRandomCollapseQParserPlugin.testRandomCollapseWithSort (:solr:core)
  50.33s ReplicationFactorTest.test (:solr:core)
  47.24s TestRangeQuery.testCompareTypesRandomRangeQueries (:solr:core)
  46.43s SyncSliceTest.test (:solr:core)
  46.33s TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs (:solr:core)
The slowest suites (exceeding 1s) during this run:
  240.75s TestExportWriter (:solr:core)
  129.46s TestCpuAllowedLimit (:solr:core)
  120.87s TestRecoveryHdfs (:solr:modules:hdfs)
  102.69s TestPullReplica (:solr:core)
  86.85s TestCoordinatorRole (:solr:core)
  85.44s KnnQParserTest (:solr:core)
  85.22s CheckHdfsIndexTest (:solr:modules:hdfs)
  67.35s TestRecovery (:solr:core)
  62.18s TestRandomCollapseQParserPlugin (:solr:core)
  61.68s MultiThreadedOCPTest (:solr:core)
ERROR: The following test(s) have failed:
  - org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth (:solr:core)
    Test history: 
https://ge.apache.org/scans/tests?search.rootProjectNames=solr-root&tests.container=org.apache.solr.security.BasicAuthIntegrationTest&tests.test=testBasicAuth
 
http://fucit.org/solr-jenkins-reports/history-trend-of-recent-failures.html#series/org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth
    Test output: 
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Test-main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.security.BasicAuthIntegrationTest.txt
    Reproduce with: ./gradlew :solr:core:test --tests 
"org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth" 
-Ptests.jvms=4 -Ptests.haltonfailure=false 
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC 
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" 
-Ptests.seed=68078D6BB9FAD4C2 -Ptests.multiplier=2 -Ptests.badapples=false 
-Ptests.file.encoding=US-ASCII


Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

For more on this, please refer to 
https://docs.gradle.org/8.10/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD SUCCESSFUL in 53m 15s
153 actionable tasks: 153 executed

Publishing build scan...
https://ge.apache.org/s/oqqgy7sfq3tmo

Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
‘**/*.events’ doesn’t match anything: ‘**’ exists but not ‘**/*.events’
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to