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

5 tests failed.
FAILED:  
org.apache.solr.cloud.api.collections.LocalFSCloudIncrementalBackupTest.testRestoreToOriginalCollection

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
        at 
__randomizedtesting.SeedInfo.seed([E42170E78E5623EA:D1D59BBC658A15B4]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:120)
        at org.junit.Assert.assertEquals(Assert.java:146)
        at 
org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest.testRestoreToOriginalCollection(AbstractIncrementalBackupTest.java:201)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.api.collections.LocalFSCloudIncrementalBackupTest.testSimple

Error Message:
Collection not found: backuprestore_testbackupincsimple_restore

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: 
backuprestore_testbackupincsimple_restore
        at 
__randomizedtesting.SeedInfo.seed([E42170E78E5623EA:DC925419A9A5F73B]:0)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:901)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
        at 
org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest.testSimple(AbstractIncrementalBackupTest.java:174)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.api.collections.LocalFSCloudIncrementalBackupTest.testBackupIncremental

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
        at 
__randomizedtesting.SeedInfo.seed([E42170E78E5623EA:E3E4DF2CB2BE1D97]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:120)
        at org.junit.Assert.assertEquals(Assert.java:146)
        at 
org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest$IncrementalBackupVerifier.backupThenWait(AbstractIncrementalBackupTest.java:471)
        at 
org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest$IncrementalBackupVerifier.incrementalBackupThenVerify(AbstractIncrementalBackupTest.java:487)
        at 
org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest.backupRestoreThenCheck(AbstractIncrementalBackupTest.java:373)
        at 
org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest.testBackupIncremental(AbstractIncrementalBackupTest.java:244)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.security.JWTIssuerConfigTest.jwksUrlwithHttpBehaviors

Error Message:
Expected exception SolrException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrException but no 
exception was thrown
        at 
__randomizedtesting.SeedInfo.seed([E42170E78E5623EA:8B859C6DA67FBBA0]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2734)
        at 
org.apache.solr.security.JWTIssuerConfigTest.jwksUrlwithHttpBehaviors(JWTIssuerConfigTest.java:145)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.testBasics

Error Message:
Expected metric minimums for prefix SECURITY./authentication.: 
{failMissingCredentials=0, authenticated=3, passThrough=0, 
failWrongCredentials=3, requests=6, errors=0}, but got: 
{failMissingCredentials=0, authenticated=1, passThrough=0, totalTime=25326368, 
failWrongCredentials=1, requestTimes=2065, requests=2, errors=0}(Possible cause 
is delay in loading modified security.json; see SOLR-13464 for test work around)

Stack Trace:
java.lang.AssertionError: Expected metric minimums for prefix 
SECURITY./authentication.: {failMissingCredentials=0, authenticated=3, 
passThrough=0, failWrongCredentials=3, requests=6, errors=0}, but got: 
{failMissingCredentials=0, authenticated=1, passThrough=0, totalTime=25326368, 
failWrongCredentials=1, requestTimes=2065, requests=2, errors=0}(Possible cause 
is delay in loading modified security.json; see SOLR-13464 for test work around)
        at 
__randomizedtesting.SeedInfo.seed([E42170E78E5623EA:D9F9DECBB6B87D9A]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:138)
        at 
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:98)
        at 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.testCollectionCreateSearchDelete(TestSolrCloudWithHadoopAuthPlugin.java:122)
        at 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.testBasics(TestSolrCloudWithHadoopAuthPlugin.java:108)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14226 lines...]
   [junit4] Suite: 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin
   [junit4]   2> 636822 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 636822 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/data-dir-120-001
   [junit4]   2> 636822 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 636822 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 636824 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 636824 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 637354 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-002
   [junit4]   2> 637355 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 637355 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 637355 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 637356 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 637457 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer start zk server on port: 40593
   [junit4]   2> 637457 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40593
   [junit4]   2> 637457 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40593
   [junit4]   2> 637457 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40593
   [junit4]   2> 637459 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 637459 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker-SendThread(127.0.0.1:40593))
 [     ] o.a.z.ClientCnxn SASL configuration failed. Will continue connection 
to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2>           => javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
   [junit4]   2> javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1147) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1195) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 637462 WARN  (zkConnectionManagerCallback-4726-thread-1) [     
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4db01ddb name: 
ZooKeeperConnection Watcher:127.0.0.1:40593 got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 637462 WARN  (zkConnectionManagerCallback-4726-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 637464 INFO  (zkConnectionManagerCallback-4726-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 637464 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 637469 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 637469 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker-SendThread(127.0.0.1:40593))
 [     ] o.a.z.ClientCnxn SASL configuration failed. Will continue connection 
to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2>           => javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
   [junit4]   2> javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1147) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1195) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 637470 WARN  (zkConnectionManagerCallback-4728-thread-1) [     
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@17ef7dda name: 
ZooKeeperConnection Watcher:127.0.0.1:40593/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 637470 WARN  (zkConnectionManagerCallback-4728-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 637478 INFO  (zkConnectionManagerCallback-4728-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 637478 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 637479 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 637479 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker-SendThread(127.0.0.1:40593))
 [     ] o.a.z.ClientCnxn SASL configuration failed. Will continue connection 
to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2>           => javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
   [junit4]   2> javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1147) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1195) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 637484 WARN  (zkConnectionManagerCallback-4730-thread-1) [     
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@715ce106 name: 
ZooKeeperConnection Watcher:127.0.0.1:40593 got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 637484 WARN  (zkConnectionManagerCallback-4730-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 637485 INFO  (zkConnectionManagerCallback-4730-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 637485 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 637487 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker-SendThread(127.0.0.1:40593))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1045cf263020002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1045cf263020002, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1045cf263020002, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 637589 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 637589 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 637589 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 637590 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 637590 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 637590 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 637590 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a7f44a2{/solr,null,AVAILABLE}
   [junit4]   2> 637591 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@16d96c70{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:36103}
   [junit4]   2> 637591 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.s.Server Started @637617ms
   [junit4]   2> 637591 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:40593/solr, hostPort=36103}
   [junit4]   2> 637591 ERROR (jetty-launcher-4731-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 637591 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 637591 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.9.0
   [junit4]   2> 637591 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 637591 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 637591 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-06T07:13:29.005Z
   [junit4]   2> 637594 WARN  
(jetty-launcher-4731-thread-1-SendThread(127.0.0.1:40593)) [     ] 
o.a.z.ClientCnxn SASL configuration failed. Will continue connection to 
Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2>           => javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
   [junit4]   2> javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1147) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1195) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 637596 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 637598 WARN  (zkConnectionManagerCallback-4733-thread-1) [     
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@36c91f7b name: 
ZooKeeperConnection Watcher:127.0.0.1:40593/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 637598 WARN  (zkConnectionManagerCallback-4733-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 637598 INFO  (zkConnectionManagerCallback-4733-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 637598 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 637598 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 637603 WARN  
(jetty-launcher-4731-thread-1-SendThread(127.0.0.1:40593)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1045cf263020003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1045cf263020003, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1045cf263020003, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 638061 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 638062 WARN  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3d6e8794[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638062 WARN  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3d6e8794[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638064 WARN  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5a1697ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638064 WARN  (jetty-launcher-4731-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5a1697ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638065 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40593/solr
   [junit4]   2> 638066 WARN  
(jetty-launcher-4731-thread-1-SendThread(127.0.0.1:40593)) [     ] 
o.a.z.ClientCnxn SASL configuration failed. Will continue connection to 
Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2>           => javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
   [junit4]   2> javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1147) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1195) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 638067 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638067 WARN  (zkConnectionManagerCallback-4744-thread-1) [     
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@63bebd50 name: 
ZooKeeperConnection Watcher:127.0.0.1:40593 got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 638067 WARN  (zkConnectionManagerCallback-4744-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 638068 INFO  (zkConnectionManagerCallback-4744-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638068 INFO  (jetty-launcher-4731-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638169 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 638169 WARN  
(jetty-launcher-4731-thread-1-SendThread(127.0.0.1:40593)) [     ] 
o.a.z.ClientCnxn SASL configuration failed. Will continue connection to 
Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2>           => javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
   [junit4]   2> javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1147) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1195) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 638170 WARN  (zkConnectionManagerCallback-4746-thread-1) [     
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@65bfdff6 name: 
ZooKeeperConnection Watcher:127.0.0.1:40593/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 638170 WARN  (zkConnectionManagerCallback-4746-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 638170 INFO  (zkConnectionManagerCallback-4746-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638170 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 638178 WARN  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 638225 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36103_solr
   [junit4]   2> 638226 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.Overseer Overseer 
(id=73285690057687045-127.0.0.1:36103_solr-n_0000000000) starting
   [junit4]   2> 638230 INFO  
(OverseerStateUpdate-73285690057687045-127.0.0.1:36103_solr-n_0000000000) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36103_solr
   [junit4]   2> 638230 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36103_solr
   [junit4]   2> 638231 INFO  
(OverseerStateUpdate-73285690057687045-127.0.0.1:36103_solr-n_0000000000) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 638232 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 638232 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.ConfigurableInternodeAuthHadoopPlugin
   [junit4]   2> 638239 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up 
SPNego auth with config: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 638246 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.s.HadoopAuthPlugin Params: 
{kerberos.principal=HTTP/127.0.0.1, 
kerberos.keytab=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/keytabs,
 type=kerberos, kerberos.name.rules=RULE:[1:$1@$0](.*EXAMPLE.COM)s/@.*//
   [junit4]   2> RULE:[2:$2@$0](.*EXAMPLE.COM)s/@.*//
   [junit4]   2> DEFAULT, delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
   [junit4]   2> 638268 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up 
SPNego auth with config: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 638276 WARN  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=enabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 638276 WARN  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.CoreContainer Solr authentication is 
enabled, but SSL is off.  Consider enabling SSL to protect user credentials and 
data with encryption.
   [junit4]   2> 638286 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 638313 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36103.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fe72061
   [junit4]   2> 638321 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36103.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fe72061
   [junit4]   2> 638321 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36103.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fe72061
   [junit4]   2> 638322 INFO  (jetty-launcher-4731-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-002/node1
   [junit4]   2> 638346 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 638346 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638346 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker-SendThread(127.0.0.1:40593))
 [     ] o.a.z.ClientCnxn SASL configuration failed. Will continue connection 
to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2>           => javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
   [junit4]   2> javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/jaas-client.conf'.
   [junit4]   2>        at 
org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:189)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1147) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1195) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 638347 WARN  (zkConnectionManagerCallback-4763-thread-1) [     
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@61503b26 name: 
ZooKeeperConnection Watcher:127.0.0.1:40593/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 638347 WARN  (zkConnectionManagerCallback-4763-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 638347 INFO  (zkConnectionManagerCallback-4763-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638347 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638349 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 638351 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40593/solr ready
   [junit4]   2> 638367 INFO  
(TEST-TestSolrCloudWithHadoopAuthPlugin.testBasics-seed#[E42170E78E5623EA]) [   
  ] o.a.s.SolrTestCaseJ4 ###Starting testBasics
   [junit4]   1> Debug is  true storeKey true useTicketCache false useKeyTab 
true doNotPrompt false ticketCache is null isInitiator true KeyTab is 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-001/minikdc/keytabs
 refreshKrb5Config is true principal is solr tryFirstPass is false useFirstPass 
is false storePass is false clearPass is false
   [junit4]   1> Refreshing Kerberos configuration
   [junit4]   2> 638487 INFO  (pool-75-thread-1) [     ] 
o.a.k.k.k.s.r.KdcRequest The preauth data is empty.
   [junit4]   2> 638498 INFO  (pool-75-thread-1) [     ] o.a.k.k.k.s.KdcHandler 
KRB error occurred while processing request:Additional pre-authentication 
required
   [junit4]   2> 638542 INFO  (pool-75-thread-1) [     ] 
o.a.k.k.k.s.r.AsRequest AS_REQ ISSUE: authtime 1617693209953,[email protected] 
for krbtgt/[email protected]
   [junit4]   1> principal is [email protected]
   [junit4]   1> Will use keytab
   [junit4]   1> Commit Succeeded 
   [junit4]   1> 
   [junit4]   2> 638575 INFO  (pool-75-thread-1) [     ] 
o.a.k.k.k.s.r.TgsRequest TGS_REQ ISSUE: authtime 1617693209988,solr for 
HTTP/[email protected]
   [junit4]   2> 638607 INFO  
(OverseerThreadFactory-4753-thread-1-processing-n:127.0.0.1:36103_solr) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testkerberoscollection
   [junit4]   2> 638727 INFO  (qtp404656387-9743) [n:127.0.0.1:36103_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key 
params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 638727 INFO  (qtp404656387-9746) [     ] 
o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 
127.0.0.1:36103_solr / 
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA18OtYjwVu3K8uUc0Id8dK+R2RK/ZNQ8A4+D+E0hqQ8cwAGlWLFh5/DvsR9L0I/fEfSvtyvL+shlhpRu7x5DWm48zHVlHY6DTDePGSYHRwJ9eD0qicyT1yUJJYpYSR9rxU0ysSnpwNUVUqxbIgtC9fwJB0fBIFdquiNN97CP/UoSIt/KWQ++GRMI+Jk1Ph15ppPDjxK2B08wzqWlswb13nGAb172xf2Vl8MgmADpczXEB4WE/DG129rtR8nAxJgpdz67vhixVU1hmX5xnvxaj+KzUgb1ivWw28bXpAVdfmLqLDwhV2ADlRKXxlg/y6Xkyk1BBqp9Qh5VFMd/NIqvtFwIDAQAB
   [junit4]   2> 638728 INFO  (qtp404656387-9746) [n:127.0.0.1:36103_solr     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 638728 INFO  (qtp404656387-9746) [n:127.0.0.1:36103_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 638732 INFO  
(OverseerStateUpdate-73285690057687045-127.0.0.1:36103_solr-n_0000000000) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testkerberoscollection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:36103_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:36103/solr";,
   [junit4]   2>   "collection":"testkerberoscollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 638952 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr    
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=testkerberoscollection_shard1_replica_n1&action=CREATE&numShards=1&collection=testkerberoscollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 638963 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.9.0
   [junit4]   2> 638970 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 638970 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 638970 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'testkerberoscollection_shard1_replica_n1' using configuration from 
configset conf1, trusted=true
   [junit4]   2> 638972 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_36103.solr.core.testkerberoscollection.shard1.replica_n1' 
(registry 'solr.core.testkerberoscollection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fe72061
   [junit4]   2> 638972 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[testkerberoscollection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-002/node1/testkerberoscollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001/tempDir-002/node1/testkerberoscollection_shard1_replica_n1/data/]
   [junit4]   2> 639017 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 639017 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 639018 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 639018 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 639020 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 639020 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 639020 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000 ms
   [junit4]   2> 639020 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1696274275824041984
   [junit4]   2> 639023 INFO  
(searcherExecutor-4765-thread-1-processing-n:127.0.0.1:36103_solr 
x:testkerberoscollection_shard1_replica_n1 c:testkerberoscollection s:shard1 
r:core_node2) [n:127.0.0.1:36103_solr c:testkerberoscollection s:shard1 
r:core_node2 x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[testkerberoscollection_shard1_replica_n1]  Registered new searcher autowarm 
time: 0 ms
   [junit4]   2> 639026 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testkerberoscollection/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 639026 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testkerberoscollection/leaders/shard1
   [junit4]   2> 639029 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 639029 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 639029 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas 
to http://127.0.0.1:36103/solr/testkerberoscollection_shard1_replica_n1/
   [junit4]   2> 639030 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success 
- now sync replicas to me
   [junit4]   2> 639030 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:36103/solr/testkerberoscollection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 639030 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testkerberoscollection/leaders/shard1/leader after winning as 
/collections/testkerberoscollection/leader_elect/shard1/election/73285690057687045-core_node2-n_0000000000
   [junit4]   2> 639032 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: 
http://127.0.0.1:36103/solr/testkerberoscollection_shard1_replica_n1/ shard1
   [junit4]   2> 639134 INFO  (zkCallback-4745-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testkerberoscollection/state.json] for collection 
[testkerberoscollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 639134 INFO  (zkCallback-4745-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testkerberoscollection/state.json] for collection 
[testkerberoscollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 639134 INFO  (zkCallback-4745-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testkerberoscollection/state.json] for collection 
[testkerberoscollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 639134 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr 
c:testkerberoscollection s:shard1 r:core_node2 
x:testkerberoscollection_shard1_replica_n1 ] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 639137 INFO  (qtp404656387-9745) [n:127.0.0.1:36103_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=testkerberoscollection_shard1_replica_n1&action=CREATE&numShards=1&collection=testkerberoscollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=185
   [junit4]   2> 639144 INFO  (qtp404656387-9744) [n:127.0.0.1:36103_solr     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 639236 INFO  (zkCallback-4745-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testkerberoscollection/state.json] for collection 
[testkerberoscollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 639236 INFO  (zkCallback-4745-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testkerberoscollection/state.json] for collection 
[testkerberoscollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 639236 INFO  (zkCallback-4745-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testkerberoscollection/state.json] for collection 
[testkerberoscollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 639236 INFO  (zkCallback-4745-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testkerberoscollection/state.json] for collection 
[testkerberoscollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 639237 INFO  (qtp404656387-9744) [n:127.0.0.1:36103_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=testkerberoscollection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=633
   [junit4]   2> 639246 INFO  
(TEST-TestSolrCloudWithHadoopAuthPlugin.testBasics-seed#[E42170E78E5623EA]) [   
  ] o.a.s.SolrTestCaseJ4 ###Ending testBasics
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithHadoopAuthPlugin -Dtests.method=testBasics 
-Dtests.seed=E42170E78E5623EA -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=sq-AL -Dtests.timezone=Asia/Kuwait -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.89s J3 | TestSolrCloudWithHadoopAuthPlugin.testBasics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected metric 
minimums for prefix SECURITY./authentication.: {failMissingCredentials=0, 
authenticated=3, passThrough=0, failWrongCredentials=3, requests=6, errors=0}, 
but got: {failMissingCredentials=0, authenticated=1, passThrough=0, 
totalTime=25326368, failWrongCredentials=1, requestTimes=2065, requests=2, 
errors=0}(Possible cause is delay in loading modified security.json; see 
SOLR-13464 for test work around)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E42170E78E5623EA:D9F9DECBB6B87D9A]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:138)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:98)
   [junit4]    >        at 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.testCollectionCreateSearchDelete(TestSolrCloudWithHadoopAuthPlugin.java:122)
   [junit4]    >        at 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.testBasics(TestSolrCloudWithHadoopAuthPlugin.java:108)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 639248 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.k.k.k.s.i.DefaultInternalKdcServerImpl Default Internal kdc server 
stopped.
   [junit4]   2> 640355 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1543056277
   [junit4]   2> 640355 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36103_solr
   [junit4]   2> 640355 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 640355 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:36103_solr as DOWN
   [junit4]   2> 640358 INFO  (coreCloseExecutor-4774-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.SolrCore 
[testkerberoscollection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1189e95b
   [junit4]   2> 640358 INFO  (coreCloseExecutor-4774-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testkerberoscollection.shard1.replica_n1 
tag=SolrCore@1189e95b
   [junit4]   2> 640358 INFO  (coreCloseExecutor-4774-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@125270e0: rootName = 
solr_36103, domain = solr.core.testkerberoscollection.shard1.replica_n1, 
service url = null, agent id = null] for registry 
solr.core.testkerberoscollection.shard1.replica_n1/com.codahale.metrics.MetricRegistry@118919b5
   [junit4]   2> 640371 INFO  (coreCloseExecutor-4774-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testkerberoscollection.shard1.leader 
tag=SolrCore@1189e95b
   [junit4]   2> 640372 INFO  (coreCloseExecutor-4774-thread-1) 
[n:127.0.0.1:36103_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 640374 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 640374 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@747a207a: rootName = 
solr_36103, domain = solr.node, service url = null, agent id = null] for 
registry solr.node/com.codahale.metrics.MetricRegistry@7c753bbc
   [junit4]   2> 640379 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 640379 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6db5d5f5: rootName = 
solr_36103, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm/com.codahale.metrics.MetricRegistry@5362fa1c
   [junit4]   2> 640381 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 640381 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5d99b012: rootName = 
solr_36103, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty/com.codahale.metrics.MetricRegistry@30b07670
   [junit4]   2> 640381 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 640382 INFO  (closeThreadPool-4776-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73285690057687045-127.0.0.1:36103_solr-n_0000000000) closing
   [junit4]   2> 640382 INFO  
(OverseerStateUpdate-73285690057687045-127.0.0.1:36103_solr-n_0000000000) 
[n:127.0.0.1:36103_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36103_solr
   [junit4]   2> 640385 INFO  
(OverseerAutoScalingTriggerThread-73285690057687045-127.0.0.1:36103_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 640387 INFO  (closeThreadPool-4776-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=73285690057687045-127.0.0.1:36103_solr-n_0000000000) closing
   [junit4]   2> 640388 WARN  
(jetty-launcher-4731-thread-1-SendThread(127.0.0.1:40593)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1045cf263020005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1045cf263020005, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1045cf263020005, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 640488 INFO  (jetty-closer-4770-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73285690057687045-127.0.0.1:36103_solr-n_0000000000) closing
   [junit4]   2> 640490 INFO  (jetty-closer-4770-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@16d96c70{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 640490 INFO  (jetty-closer-4770-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6a7f44a2{/solr,null,STOPPED}
   [junit4]   2> 640490 INFO  (jetty-closer-4770-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 640491 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 640693 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       
/solr/collections/testkerberoscollection/terms/shard1
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      
/solr/collections/testkerberoscollection/state.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/overseer/queue
   [junit4]   2>        4       
/solr/collections/testkerberoscollection/state.json
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 640695 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40593
   [junit4]   2> 640695 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40593
   [junit4]   2> 640695 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40593
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_E42170E78E5623EA-001
   [junit4]   2> Apr 06, 2021 7:13:32 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, 
docValues:{}, maxPointsInLeafNode=1350, maxMBSortInHeap=6.170979793319756, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=sq-AL, 
timezone=Asia/Kuwait
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=95208896,total=521666560
   [junit4]   2> NOTE: All tests run in this JVM: [RankQueryTest, 
TestMultiWordSynonyms, PreAnalyzedFieldTest, LegacyCloudClusterPropTest, 
TestPointFields, InfixSuggestersTest, DistributedFacetPivotLongTailTest, 
TestSlowCompositeReaderWrapper, TestTestInjection, CloudMLTQParserTest, 
TestTrie, TestPerFieldSimilarity, TestSSLRandomization, 
IndexSizeTriggerSizeEstimationTest, PeerSyncWithBufferUpdatesTest, 
HighlighterWithoutStoredIdTest, V2CollectionBackupsAPIMappingTest, 
TestSQLHandlerNonCloud, TestDynamicFieldCollectionResource, 
HDFSCollectionsAPITest, SharedFSAutoReplicaFailoverTest, 
TestSchemaSimilarityResource, TestNamedUpdateProcessors, TestStressReorder, 
TestRealTimeGet, TestSolrQueryResponse, MoreLikeThisHandlerTest, 
ConfigureRecoveryStrategyTest, TestCorePropertiesReload, 
TestConfigSetProperties, TestLMDirichletSimilarityFactory, 
DistributedSpellCheckComponentTest, TestCloudJSONFacetJoinDomain, 
ScheduledTriggerTest, DocValuesMultiTest, TestReplicationHandlerDiskOverFlow, 
CursorMarkTest, HdfsUnloadDistributedZkTest, UUIDFieldTest, 
TestSubQueryTransformer, ReplaceNodeNoTargetTest, FastVectorHighlighterTest, 
TestSha256AuthenticationProvider, TestCollectionAPIs, 
NodeMarkersRegistrationTest, TestFiltering, SolrLogAuditLoggerPluginTest, 
CrossCollectionJoinQueryTest, TestSimLargeCluster, SolrMetricReporterTest, 
TestHdfsUpdateLog, TestFastOutputStream, DistributedDebugComponentTest, 
BasicAuthOnSingleNodeTest, SecurityConfHandlerTest, TransactionLogTest, 
TestPushWriter, SchemaApiFailureTest, TestXmlQParserPlugin, 
FieldMutatingUpdateProcessorTest, ConnectionManagerTest, 
MultiSolrCloudTestCaseTest, TestClassicSimilarityFactory, Tagger2Test, 
TestAuthenticationFramework, ChaosMonkeySafeLeaderTest, BadIndexSchemaTest, 
SolrRrdBackendFactoryTest, TestConfigSetsAPIExclusivity, TestSimScenario, 
RollingRestartTest, MinimalSchemaTest, TestJmxIntegration, 
SynonymTokenizerTest, CoreAdminRequestStatusTest, 
TestSolrCloudWithHadoopAuthPlugin]
   [junit4] Completed [304/936 (1!)] on J3 in 4.51s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 992 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.api.collections.LocalFSCloudIncrementalBackupTest
   [junit4]   2> 1613596 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1613597 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.LocalFSCloudIncrementalBackupTest_E42170E78E5623EA-001/data-dir-177-001
   [junit4]   2> 1613597 WARN  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1613597 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1613598 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1613598 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1613598 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 1613599 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.LocalFSCloudIncrementalBackupTest_E42170E78E5623EA-001/tempDir-001
   [junit4]   2> 1613599 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1613599 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1613599 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1613600 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1613699 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer start zk server on port: 46151
   [junit4]   2> 1613699 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46151
   [junit4]   2> 1613699 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46151
   [junit4]   2> 1613699 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46151
   [junit4]   2> 1613711 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1613719 INFO  (zkConnectionManagerCallback-17911-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1613719 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1613728 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1613729 INFO  (zkConnectionManagerCallback-17913-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1613729 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1613730 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1613731 INFO  (zkConnectionManagerCallback-17915-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1613731 INFO  
(SUITE-LocalFSCloudIncrementalBackupTest-seed#[E42170E78E5623EA]-worker) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1613833 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1613833 INFO  (jetty-launcher-17916-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1613833 INFO  (jetty-launcher-17916-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1613833 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1613833 INFO  (jetty-launcher-17916-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1613833 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1613835 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1613835 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1613835 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1613836 INFO  (jetty-launcher-17916-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1613836 INFO  (jetty-launcher-17916-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1613836 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1702bf66{/solr,null,AVAILABLE}
   [junit4]   2> 1613836 INFO  (jetty-launcher-17916-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1613836 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4faf9c92{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:36643}
   [junit4]   2> 1613836 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.e.j.s.Server Started @1613863ms
   [junit4]   2> 1613836 INFO  (jetty-launcher-17916-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45771c2f{/solr,null,AVAILABLE}
   [junit4]   2> 1613836 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:46151/solr, hostPort=36643}
   [junit4]   2> 1613836 ERROR (jetty-launcher-17916-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1613836 INFO  (jetty-launcher-17916-thread-2) [     ] 
o.a.s.s.Solr

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

lerBackup, CurrencyRangeFacetCloudTest, 
HdfsTlogReplayBufferedWhileIndexingTest, TestUseDocValuesAsStored2, 
TestExplainDocTransformer, RemoteQueryErrorTest, XmlInterpolationTest, 
TestPKIAuthenticationPlugin, TestApiFramework, NodeLostTriggerTest, 
TestFilteredDocIdSet, PKIAuthenticationIntegrationTest, 
BlockJoinFacetSimpleTest, TestSimGenericDistributedQueue, 
SolrMetricManagerTest, UtilsToolTest, TestExceedMaxTermLength, TestExportTool, 
DebugComponentTest, BasicAuthIntegrationTest, PropertiesRequestHandlerTest, 
TestUpdate, TestPHPSerializedResponseWriter, RequiredFieldsTest, 
TestXmlQParser, DocExpirationUpdateProcessorFactoryTest, 
ConcurrentCreateRoutedAliasTest, MoveReplicaTest, TestBooleanSimilarityFactory, 
RandomizedTaggerTest, SystemCollectionCompatTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, BadCopyFieldTest, 
SolrShardReporterTest, TestConfigSetsAPI, TestSimPolicyCloud, 
RestartWhileUpdatingTest, EchoParamsTest, TestInitParams, 
SpatialRPTFieldTypeTest, CoreAdminOperationTest, 
TestRuleBasedAuthorizationWithKerberos, TestPayloadCheckQParserPlugin, 
TestRTimerTree, ActionThrottleTest, TestCloudRecovery, TestSurroundQueryParser, 
SolrIndexSearcherTest, TestUniqueKeyFieldResource, TestAnalyzeInfixSuggestions, 
TestNestedDocsSort, QueryResultKeyTest, CollectionsAPIDistributedZkTest, 
MigrateRouteKeyTest, TestSnapshotCloudManager, QueryElevationComponentTest, 
FileBasedSpellCheckerTest, TestManagedResource, 
UpdateRequestProcessorFactoryTest, TestFieldCacheReopen, 
TestComplexPhraseQParserPlugin, LukeRequestHandlerTest, HdfsRecoveryZkTest, 
TriggerIntegrationTest, TestCloudManagedSchema, TestCustomDocTransformer, 
TestDocumentBuilder, OverseerStatusTest, JvmMetricsTest, ImplicitSnitchTest, 
AlternateDirectoryTest, BadComponentTest, TestQueryUtils, SolrIndexConfigTest, 
TestJsonFacetsWithNestedObjects, TestUtilizeNode, TestCloudInspectUtil, 
SecurityHeadersTest, TestWordDelimiterFilterFactory, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, AliasIntegrationTest, 
AssignBackwardCompatibilityTest, BasicDistributedZk2Test, 
ChaosMonkeySafeLeaderWithPullReplicasTest, ClusterStateMockUtilTest, 
ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, 
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DocValuesNotIndexedTest, 
HttpPartitionOnCommitTest, HttpPartitionWithTlogReplicasTest, 
NestedShardedAtomicUpdateTest, OverriddenZkACLAndCredentialsProvidersTest, 
OverseerRolesTest, PeerSyncReplicationTest, TestHashPartitioner, 
TestOnReconnectListenerSupport, TestQueryingOnDownCollection, 
TestRandomFlRTGCloud, TestSizeLimitedDistributedMap, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, 
TestStressInPlaceUpdates, TestZkChroot, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, ZkControllerTest, 
ZkFailoverTest, ZkSolrClientTest, HdfsCollectionsAPIDistributedZkTest, 
LocalFSCloudIncrementalBackupTest]
   [junit4] Completed [605/936 (2!)] on J2 in 17.77s, 3 tests, 2 failures, 1 
error <<< FAILURES!

[...truncated 869 lines...]
   [junit4] Suite: org.apache.solr.security.JWTIssuerConfigTest
   [junit4]   2> 2278630 INFO  
(SUITE-JWTIssuerConfigTest-seed#[E42170E78E5623EA]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=JWTIssuerConfigTest 
-Dtests.method=jwksUrlwithHttpBehaviors -Dtests.seed=E42170E78E5623EA 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-LB 
-Dtests.timezone=America/Manaus -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J0 | JWTIssuerConfigTest.jwksUrlwithHttpBehaviors <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Expected 
exception SolrException but no exception was thrown
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E42170E78E5623EA:8B859C6DA67FBBA0]:0)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2734)
   [junit4]    >        at 
org.apache.solr.security.JWTIssuerConfigTest.jwksUrlwithHttpBehaviors(JWTIssuerConfigTest.java:145)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, 
docValues:{}, maxPointsInLeafNode=579, maxMBSortInHeap=5.375270373060952, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ar-LB, 
timezone=America/Manaus
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=181837176,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [QueryEqualityTest, 
TestMaxScoreQueryParser, OpenExchangeRatesOrgProviderTest, 
LeaderFailureAfterFreshStartTest, TestManagedSchemaAPI, 
DistributedSuggestComponentTest, DistributedExpandComponentTest, 
TestPostingsSolrHighlighter, TestSolrIndexConfig, TestSolrCLIRunExample, 
TestScoreJoinQPScore, TestSimpleTrackingShardHandler, 
TestLMJelinekMercerSimilarityFactory, TestRandomRequestDistribution, 
HdfsAutoAddReplicasIntegrationTest, DocumentBuilderTest, HighlighterConfigTest, 
TestConfigsApi, TestReqParamsAPI, TestRestManager, CdcrRequestHandlerTest, 
ShardRoutingCustomTest, TestFieldTypeResource, TemplateUpdateProcessorTest, 
TestStandardQParsers, TestRandomCollapseQParserPlugin, TestRawResponseWriter, 
DocumentAnalysisRequestHandlerTest, TestConfigSets, TestConfig, 
TestDFISimilarityFactory, DistributedQueryComponentCustomSortTest, 
DistributedFacetSimpleRefinementLongTailTest, RestoreTriggerStateTest, 
DateFieldTest, TestIncrementalCoreBackup, AnalyticsMergeStrategyTest, 
HdfsSyncSliceTest, TestTextField, TestChildDocTransformer, RecoveryZkTest, 
TaggerTest, TestAuthorizationFramework, StatsReloadRaceTest, 
NodeAddedTriggerTest, TestFastLRUCache, JWTVerificationkeyResolverTest, 
BlockJoinFacetDistribTest, TestSimExecutePlanAction, MetricsDisabledCloudTest, 
TestUtils, SolrIndexSplitterTest, SolrPluginUtilsTest, 
CustomHighlightComponentTest, AuditLoggerIntegrationTest, MetricsHandlerTest, 
TestIndexingPerformance, TestGraphMLResponseWriter, PrimitiveFieldTypeTest, 
TestTrieFacet, DimensionalRoutedAliasUpdateProcessorTest, 
CollectionStateFormat2Test, MoveReplicaHDFSFailoverTest, SimpleMLTQParserTest, 
JavabinLoaderTest, SplitShardTest, BasicZkTest, 
TestManagedSynonymFilterFactory, SolrSlf4jReporterTest, 
TestCloudSearcherWarming, TestSimNodeAddedTrigger, ReplaceNodeTest, 
DisMaxRequestHandlerTest, TestImplicitCoreProperties, 
SchemaVersionSpecificBehaviorTest, CoreAdminCreateDiscoverTest, 
TestDelegationWithHadoopAuth, TestNoOpRegenerator, TestMaxTokenLenTokenizer, 
TestJettySolrRunner, TestCloudPivotFacet, TestStressUserVersions, 
ReturnFieldsTest, TestSchemaVersionResource, SuggesterTest, GraphQueryTest, 
HdfsDirectoryFactoryTest, CollectionTooManyReplicasTest, 
MetricsHistoryIntegrationTest, TestSimTriggerIntegration, 
MoreLikeThisComponentTest, ConjunctionSolrSpellCheckerTest, 
SegmentsInfoRequestHandlerTest, TestSubQueryTransformerCrossCore, 
UUIDUpdateProcessorFallbackTest, TestDocTermOrdsUninvertLimit, 
TestCollapseQParserPlugin, InfoHandlerTest, HdfsNNFailoverTest, 
TriggerCooldownIntegrationTest, TestBinaryField, TestBinaryResponseWriter, 
TestDistributedMissingSort, OverseerSolrResponseTest, TestNumericTokenStream, 
ZkStateReaderTest, RulesTest, ZookeeperReadAPITest, TestPseudoReturnFields, 
SoftAutoCommitTest, TestPerFieldSimilarityWithDefaultOverride, TestJsonFacets, 
TestTolerantUpdateProcessorCloud, TestCloudConsistency, NoCacheHeaderTest, 
CleanupOldIndexTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, 
DeleteNodeTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, 
LeaderElectionTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerTest, RoutingToNodesWithPropertiesTest, SolrCloudExampleTest, 
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestLeaderElectionWithEmptyReplica, TestPullReplica, 
TestPullReplicaErrorHandling, TestStressCloudBlindAtomicUpdates, 
TestTlogReplayVsRecovery, TestTlogReplica, ZkNodePropsTest, ZkShardTermsTest, 
AssignTest, BackupRestoreApiErrorConditionsTest, 
ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, PurgeGraphTest, 
ShardSplitTest, NodeAddedTriggerIntegrationTest, TestPolicyCloud, 
CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, StressHdfsTest, 
ZkCollectionPropsCachingTest, TestDynamicLoadingUrl, TestLazyCores, 
TestSolrCoreSnapshots, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, 
SearchHandlerTest, TestCSVLoader, TestConfigReload, TestSnapshotCoreBackup, 
TestSolrConfigHandlerConcurrent, V2ApiIntegrationTest, 
XmlUpdateRequestHandlerTest, AutoscalingHistoryHandlerTest, 
CoreMergeIndexesAdminHandlerTest, DaemonStreamApiTest, 
DistributedFacetPivotSmallAdvancedTest, ResponseLogComponentTest, 
SearchHandlerTest, TermsComponentTest, TestExpandComponent, 
TestHttpShardHandlerFactory, TestTrackingShardHandlerFactory, TestLegacyTerms, 
TestMultiValuedNumericRangeQuery, TestNumericRangeQuery64, 
SolrJmxReporterCloudTest, TestPackages, TestSchemaManager, 
TestSortableTextField, LargeFieldTest, MaxScoreCollectorTest, 
MergeStrategyTest, TestCaffeineCache, TestFoldingMultitermQuery, 
TestHashQParserPlugin, TestInitQParser, TestLFUCache, TestSmileRequest, 
TestSolr4Spatial2, TestSolrFieldCacheBean, TestSort, 
TestCloudJSONFacetSKGEquiv, AggValueSourceTest, SortByFunctionTest, 
TestOrdValues, TestSortByMinMaxFunction, DistanceFunctionTest, 
TestExactSharedStatsCache, JWTIssuerConfigTest]
   [junit4] Completed [837/936 (3!)] on J0 in 0.31s, 13 tests, 1 failure <<< 
FAILURES!

[...truncated 51153 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to