Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1503/

8 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.facet.QueryFacetTest

Error Message:
Error from server at https://127.0.0.1:33906/solr: Expected mime type 
application/octet-stream but got text/html. <h1>Bad Message 
400</h1><pre>reason: Illegal character 0x0</pre>

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33906/solr: Expected mime type 
application/octet-stream but got text/html. <h1>Bad Message 
400</h1><pre>reason: Illegal character 0x0</pre>
        at __randomizedtesting.SeedInfo.seed([6005039964E31AA5]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.analytics.SolrAnalyticsTestCase.setupCollection(SolrAnalyticsTestCase.java:62)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestLeaderElectionZkExpiry

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [Overseer] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.cloud.Overseer  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.cloud.Overseer.start(Overseer.java:545)  at 
org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:850)
  at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170) 
 at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)  
at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)  at 
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)  at 
org.apache.solr.cloud.ZkController$1.command(ZkController.java:355)  at 
org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:167)
  at 
org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:57)
  at 
org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:141)
  at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:531)  
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [Overseer]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.cloud.Overseer
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at org.apache.solr.cloud.Overseer.start(Overseer.java:545)
        at 
org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:850)
        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
        at 
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
        at 
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
        at org.apache.solr.cloud.ZkController$1.command(ZkController.java:355)
        at 
org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:167)
        at 
org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:57)
        at 
org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:141)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:531)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)


        at __randomizedtesting.SeedInfo.seed([FE8EF5D38704C33C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:301)
        at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:897)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestLeaderElectionZkExpiry

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.cloud.TestLeaderElectionZkExpiry:     1) Thread[id=52356, 
name=OverseerAutoScalingTriggerThread-72284390907117579-dummy.host.com:8984_solr-n_0000000001,
 state=RUNNABLE, group=Overseer autoscaling triggers]         at 
org.apache.lucene.util.TestRuleLimitSysouts$DelegateStream.write(TestRuleLimitSysouts.java:128)
         at java.io.PrintStream.write(PrintStream.java:480)         at 
sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)         at 
sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)         at 
sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)         at 
sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)         at 
java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)         at 
org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:59)         at 
org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:324)         at 
org.apache.log4j.WriterAppender.append(WriterAppender.java:162)         at 
org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)         
at 
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
         at org.apache.log4j.Category.callAppenders(Category.java:206)         
at org.apache.log4j.Category.forcedLog(Category.java:391)         at 
org.apache.log4j.Category.log(Category.java:856)         at 
org.slf4j.impl.Log4jLoggerAdapter.error(Log4jLoggerAdapter.java:576)         at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:142)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.TestLeaderElectionZkExpiry: 
   1) Thread[id=52356, 
name=OverseerAutoScalingTriggerThread-72284390907117579-dummy.host.com:8984_solr-n_0000000001,
 state=RUNNABLE, group=Overseer autoscaling triggers]
        at 
org.apache.lucene.util.TestRuleLimitSysouts$DelegateStream.write(TestRuleLimitSysouts.java:128)
        at java.io.PrintStream.write(PrintStream.java:480)
        at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
        at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
        at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
        at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
        at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
        at org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:59)
        at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:324)
        at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
        at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
        at 
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
        at org.apache.log4j.Category.callAppenders(Category.java:206)
        at org.apache.log4j.Category.forcedLog(Category.java:391)
        at org.apache.log4j.Category.log(Category.java:856)
        at org.slf4j.impl.Log4jLoggerAdapter.error(Log4jLoggerAdapter.java:576)
        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:142)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([FE8EF5D38704C33C]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestLeaderElectionZkExpiry

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=52356, 
name=OverseerAutoScalingTriggerThread-72284390907117579-dummy.host.com:8984_solr-n_0000000001,
 state=RUNNABLE, group=Overseer autoscaling triggers]         at 
java.security.AccessController.doPrivileged(Native Method)         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:114)
         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:99)
         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$2.write(SlaveMain.java:472) 
        at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)         
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)         at 
java.io.PrintStream.flush(PrintStream.java:338)         at 
java.io.FilterOutputStream.flush(FilterOutputStream.java:140)         at 
java.io.PrintStream.write(PrintStream.java:482)         at 
sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)         at 
sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)         at 
sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)         at 
sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)         at 
java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)         at 
org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:59)         at 
org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:324)         at 
org.apache.log4j.WriterAppender.append(WriterAppender.java:162)         at 
org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)         
at 
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
         at org.apache.log4j.Category.callAppenders(Category.java:206)         
at org.apache.log4j.Category.forcedLog(Category.java:391)         at 
org.apache.log4j.Category.log(Category.java:856)         at 
org.slf4j.impl.Log4jLoggerAdapter.error(Log4jLoggerAdapter.java:576)         at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:142)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=52356, 
name=OverseerAutoScalingTriggerThread-72284390907117579-dummy.host.com:8984_solr-n_0000000001,
 state=RUNNABLE, group=Overseer autoscaling triggers]
        at java.security.AccessController.doPrivileged(Native Method)
        at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:114)
        at 
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:99)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$2.write(SlaveMain.java:472)
        at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
        at java.io.PrintStream.flush(PrintStream.java:338)
        at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
        at java.io.PrintStream.write(PrintStream.java:482)
        at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
        at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
        at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
        at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
        at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
        at org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:59)
        at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:324)
        at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
        at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
        at 
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
        at org.apache.log4j.Category.callAppenders(Category.java:206)
        at org.apache.log4j.Category.forcedLog(Category.java:391)
        at org.apache.log4j.Category.log(Category.java:856)
        at org.slf4j.impl.Log4jLoggerAdapter.error(Log4jLoggerAdapter.java:576)
        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:142)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([FE8EF5D38704C33C]:0)


FAILED:  org.apache.solr.logging.TestLogWatcher.testLog4jWatcher

Error Message:
expected:<21> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<21> but was:<1>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.logging.TestLogWatcher.testLog4jWatcher(TestLogWatcher.java:52)
        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 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


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

Error Message:
Could not load collection from ZK: authCollection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
authCollection
        at 
__randomizedtesting.SeedInfo.seed([FE8EF5D38704C33C:42E083C123574046]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1232)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:670)
        at 
org.apache.solr.common.cloud.ClusterState$CollectionRef.get(ClusterState.java:386)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1207)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:850)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:202)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/authCollection/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1244)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1230)
        ... 45 more


FAILED:  org.apache.solr.update.PeerSyncTest.test

Error Message:
.response[0][id][0]:2!=1

Stack Trace:
junit.framework.AssertionFailedError: .response[0][id][0]:2!=1
        at 
__randomizedtesting.SeedInfo.seed([FE8EF5D38704C33C:76DACA0929F8AEC4]:0)
        at junit.framework.Assert.fail(Assert.java:50)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:913)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:940)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:650)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:641)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:105)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Did not see a fully active cluster after 30 seconds

Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster after 30 seconds
        at 
__randomizedtesting.SeedInfo.seed([811295EA81EB6161:92437B959448973]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:250)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 2265 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/temp/junit4-J0-20180315_061211_5739197370911581534763.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] codec: Lucene70, pf: Asserting, dvf: Asserting
   [junit4] <<< JVM J0: EOF ----

[...truncated 10978 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 347753 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[FE8EF5D38704C33C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/init-core-data-001
   [junit4]   2> 347754 WARN  
(SUITE-BasicAuthIntegrationTest-seed#[FE8EF5D38704C33C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=266 numCloses=266
   [junit4]   2> 347755 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[FE8EF5D38704C33C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 347773 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[FE8EF5D38704C33C]-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> 347788 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[FE8EF5D38704C33C]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/tempDir-001
   [junit4]   2> 347788 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[FE8EF5D38704C33C]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 347788 INFO  (Thread-1155) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 347788 INFO  (Thread-1155) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 347790 ERROR (Thread-1155) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 347897 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[FE8EF5D38704C33C]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43676
   [junit4]   2> 347915 INFO  (zkConnectionManagerCallback-173-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347951 INFO  (jetty-launcher-170-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 347952 INFO  (jetty-launcher-170-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 347991 INFO  (jetty-launcher-170-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 347991 INFO  (jetty-launcher-170-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 347993 INFO  (jetty-launcher-170-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 348011 INFO  (jetty-launcher-170-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 348011 INFO  (jetty-launcher-170-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 348011 INFO  (jetty-launcher-170-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 348011 INFO  (jetty-launcher-170-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 348011 INFO  (jetty-launcher-170-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6cc5f3b8{/solr,null,AVAILABLE}
   [junit4]   2> 348015 INFO  (jetty-launcher-170-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@32124f25{HTTP/1.1,[http/1.1]}{127.0.0.1:43964}
   [junit4]   2> 348016 INFO  (jetty-launcher-170-thread-3) [    ] 
o.e.j.s.Server Started @359887ms
   [junit4]   2> 348016 INFO  (jetty-launcher-170-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43964}
   [junit4]   2> 348016 ERROR (jetty-launcher-170-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 348016 INFO  (jetty-launcher-170-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 348016 INFO  (jetty-launcher-170-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 348016 INFO  (jetty-launcher-170-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 348016 INFO  (jetty-launcher-170-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-15T13:48:18.589Z
   [junit4]   2> 348017 INFO  (jetty-launcher-170-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77f44f51{/solr,null,AVAILABLE}
   [junit4]   2> 348018 INFO  (jetty-launcher-170-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@9bf77ca{HTTP/1.1,[http/1.1]}{127.0.0.1:41028}
   [junit4]   2> 348018 INFO  (jetty-launcher-170-thread-2) [    ] 
o.e.j.s.Server Started @359890ms
   [junit4]   2> 348018 INFO  (jetty-launcher-170-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41028}
   [junit4]   2> 348055 INFO  (jetty-launcher-170-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 348055 INFO  (jetty-launcher-170-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 348055 INFO  (jetty-launcher-170-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 348056 INFO  (jetty-launcher-170-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5bf29aea{/solr,null,AVAILABLE}
   [junit4]   2> 348056 INFO  (jetty-launcher-170-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@64385b78{HTTP/1.1,[http/1.1]}{127.0.0.1:38671}
   [junit4]   2> 348056 INFO  (jetty-launcher-170-thread-1) [    ] 
o.e.j.s.Server Started @359928ms
   [junit4]   2> 348056 INFO  (jetty-launcher-170-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38671}
   [junit4]   2> 348044 ERROR (jetty-launcher-170-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 348076 INFO  (jetty-launcher-170-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 348076 INFO  (jetty-launcher-170-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 348076 INFO  (jetty-launcher-170-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 348076 INFO  (jetty-launcher-170-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-15T13:48:18.649Z
   [junit4]   2> 348057 ERROR (jetty-launcher-170-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 348077 INFO  (jetty-launcher-170-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 348077 INFO  (jetty-launcher-170-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 348077 INFO  (jetty-launcher-170-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 348077 INFO  (jetty-launcher-170-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-15T13:48:18.650Z
   [junit4]   2> 348100 INFO  (zkConnectionManagerCallback-175-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 348119 INFO  (zkConnectionManagerCallback-177-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 348120 INFO  (jetty-launcher-170-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 348137 INFO  (jetty-launcher-170-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 348165 INFO  (zkConnectionManagerCallback-179-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 348156 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100ce2daaa40001, likely client has closed socket
   [junit4]   2> 348172 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100ce2daaa40002, likely client has closed socket
   [junit4]   2> 348189 INFO  (jetty-launcher-170-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 348190 INFO  (jetty-launcher-170-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43676/solr
   [junit4]   2> 348255 INFO  (jetty-launcher-170-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43676/solr
   [junit4]   2> 348290 INFO  (zkConnectionManagerCallback-183-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 348331 INFO  (jetty-launcher-170-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43676/solr
   [junit4]   2> 348333 INFO  (zkConnectionManagerCallback-187-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 348360 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100ce2daaa40004, likely client has closed socket
   [junit4]   2> 348360 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100ce2daaa40005, likely client has closed socket
   [junit4]   2> 348360 INFO  (zkConnectionManagerCallback-191-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 348381 INFO  
(zkConnectionManagerCallback-195-thread-1-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 348382 INFO  
(zkConnectionManagerCallback-194-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 348489 INFO  
(zkConnectionManagerCallback-197-thread-1-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 349273 INFO  (jetty-launcher-170-thread-3) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 349273 INFO  (jetty-launcher-170-thread-3) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43964_solr
   [junit4]   2> 349274 INFO  (jetty-launcher-170-thread-3) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.Overseer Overseer 
(id=72284289569652744-127.0.0.1:43964_solr-n_0000000000) starting
   [junit4]   2> 349412 INFO  
(zkConnectionManagerCallback-204-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 349445 INFO  (jetty-launcher-170-thread-3) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43676/solr ready
   [junit4]   2> 349465 INFO  (jetty-launcher-170-thread-2) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 349480 INFO  (jetty-launcher-170-thread-3) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43964_solr
   [junit4]   2> 349636 INFO  
(zkCallback-203-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 349662 INFO  
(zkCallback-193-thread-1-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 349709 INFO  
(OverseerStateUpdate-72284289569652744-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 349750 INFO  (jetty-launcher-170-thread-2) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41028_solr
   [junit4]   2> 349838 INFO  
(zkCallback-192-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 349846 INFO  
(zkCallback-203-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 349847 INFO  
(zkCallback-193-thread-1-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 350260 INFO  (jetty-launcher-170-thread-2) 
[n:127.0.0.1:41028_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41028.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 350282 INFO  (jetty-launcher-170-thread-3) 
[n:127.0.0.1:43964_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43964.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 350301 INFO  (jetty-launcher-170-thread-3) 
[n:127.0.0.1:43964_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43964.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 350301 INFO  (jetty-launcher-170-thread-3) 
[n:127.0.0.1:43964_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43964.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 350309 INFO  (jetty-launcher-170-thread-1) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 350339 INFO  (jetty-launcher-170-thread-3) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/tempDir-001/node2/.
   [junit4]   2> 350401 INFO  (jetty-launcher-170-thread-2) 
[n:127.0.0.1:41028_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41028.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 350401 INFO  (jetty-launcher-170-thread-2) 
[n:127.0.0.1:41028_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41028.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 350421 INFO  (jetty-launcher-170-thread-2) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/tempDir-001/node3/.
   [junit4]   2> 350473 INFO  (jetty-launcher-170-thread-1) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 350475 INFO  (jetty-launcher-170-thread-1) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38671_solr
   [junit4]   2> 350505 INFO  
(zkCallback-203-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 350509 INFO  
(zkCallback-193-thread-1-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 350643 INFO  
(zkCallback-192-thread-2-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 350643 INFO  
(zkConnectionManagerCallback-208-thread-1-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350686 INFO  (jetty-launcher-170-thread-2) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 350714 INFO  
(zkCallback-196-thread-1-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 350715 INFO  (jetty-launcher-170-thread-2) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43676/solr ready
   [junit4]   2> 350901 INFO  (jetty-launcher-170-thread-1) 
[n:127.0.0.1:38671_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38671.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 350933 INFO  (jetty-launcher-170-thread-1) 
[n:127.0.0.1:38671_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38671.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 350933 INFO  (jetty-launcher-170-thread-1) 
[n:127.0.0.1:38671_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38671.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 350934 INFO  (jetty-launcher-170-thread-1) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/tempDir-001/node1/.
   [junit4]   2> 350955 INFO  
(zkConnectionManagerCallback-212-thread-1-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350972 INFO  (jetty-launcher-170-thread-1) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 350973 INFO  (jetty-launcher-170-thread-1) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43676/solr ready
   [junit4]   2> 351079 INFO  (zkConnectionManagerCallback-214-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351107 INFO  (zkConnectionManagerCallback-218-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351108 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[FE8EF5D38704C33C]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 351109 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[FE8EF5D38704C33C]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43676/solr ready
   [junit4]   2> 351123 INFO  (qtp270627030-1899) [n:127.0.0.1:38671_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 351261 INFO  
(OverseerThreadFactory-331-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
authCollection
   [junit4]   2> 352089 INFO  
(OverseerStateUpdate-72284289569652744-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"authCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38671/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 352309 INFO  
(OverseerStateUpdate-72284289569652744-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"authCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43964/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 352366 INFO  
(OverseerStateUpdate-72284289569652744-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"authCollection_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41028/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 352675 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 352675 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 352747 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 352748 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 352763 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n2&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 352764 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 353240 INFO  
(zkCallback-193-thread-1-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 353240 INFO  
(zkCallback-196-thread-1-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 353241 INFO  
(zkCallback-192-thread-2-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 353242 INFO  
(zkCallback-193-thread-2-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 353251 INFO  
(zkCallback-192-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 353296 INFO  
(zkCallback-196-thread-2-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 354281 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 354298 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 354355 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 358304 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 358307 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 358307 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica_n1' 
using configuration from collection authCollection, trusted=true
   [junit4]   2> 358308 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38671.solr.core.authCollection.shard1.replica_n1' (registry 
'solr.core.authCollection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 358342 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.s.IndexSchema [authCollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 358344 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 358417 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 358417 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.SolrCore [[authCollection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/tempDir-001/node1/authCollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/tempDir-001/node1/./authCollection_shard1_replica_n1/data/]
   [junit4]   2> 358434 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica_n2' 
using configuration from collection authCollection, trusted=true
   [junit4]   2> 358435 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43964.solr.core.authCollection.shard2.replica_n2' (registry 
'solr.core.authCollection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 358437 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 358437 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.SolrCore [[authCollection_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/tempDir-001/node2/authCollection_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/tempDir-001/node2/./authCollection_shard2_replica_n2/data/]
   [junit4]   2> 358384 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.s.IndexSchema [authCollection_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 358469 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 358469 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n4' 
using configuration from collection authCollection, trusted=true
   [junit4]   2> 358469 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41028.solr.core.authCollection.shard3.replica_n4' (registry 
'solr.core.authCollection.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f2b90af
   [junit4]   2> 358487 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 358487 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.SolrCore [[authCollection_shard3_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/tempDir-001/node3/authCollection_shard3_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_FE8EF5D38704C33C-001/tempDir-001/node3/./authCollection_shard3_replica_n4/data/]
   [junit4]   2> 359075 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 359075 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 359085 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 359085 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 359086 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 359086 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 359093 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 359093 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 359094 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 359094 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 359096 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@75d4f119[authCollection_shard1_replica_n1] main]
   [junit4]   2> 359100 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@c9c7bb6[authCollection_shard3_replica_n4] main]
   [junit4]   2> 359102 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 359109 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 359109 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 359130 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 359131 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 359131 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 359131 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1595011717874581504
   [junit4]   2> 359132 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 359132 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 359133 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1595011717876678656
   [junit4]   2> 359145 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@10007b26[authCollection_shard2_replica_n2] main]
   [junit4]   2> 359178 INFO  
(searcherExecutor-340-thread-1-processing-n:127.0.0.1:41028_solr 
x:authCollection_shard3_replica_n4 s:shard3 c:authCollection r:core_node6) 
[n:127.0.0.1:41028_solr c:authCollection s:shard3 r:core_node6 
x:authCollection_shard3_replica_n4] o.a.s.c.SolrCore 
[authCollection_shard3_replica_n4] Registered new searcher 
Searcher@c9c7bb6[authCollection_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 359179 INFO  
(searcherExecutor-338-thread-1-processing-n:127.0.0.1:38671_solr 
x:authCollection_shard1_replica_n1 s:shard1 c:authCollection r:core_node3) 
[n:127.0.0.1:38671_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[authCollection_shard1_replica_n1] Registered new searcher 
Searcher@75d4f119[authCollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 359195 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 359195 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 359196 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 359196 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1595011717942738944
   [junit4]   2> 359267 INFO  
(searcherExecutor-339-thread-1-processing-n:127.0.0.1:43964_solr 
x:authCollection_shard2_replica_n2 s:shard2 c:authCollection r:core_node5) 
[n:127.0.0.1:43964_solr c:authCollection s:shard2 r:core_node5 
x:authCollection_shard2_replica_n2] o.a.s.c.SolrCore 
[authCollection_shard2_replica_n2] Registered new searcher 
Searcher@10007b26[authCollection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 359282 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.ZkShardTerms Successful update terms at 
/collections/authCollection/terms/shard2 to Terms{values={core_node5=0}, 
version=0}
   [junit4]   2> 359304 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update terms at 
/collections/authCollection/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 359318 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 359318 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 359318 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43964/solr/authCollection_shard2_replica_n2/
   [junit4]   2> 359318 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 359319 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:43964/solr/authCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 359319 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 359340 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.ZkShardTerms Successful update terms at 
/collections/authCollection/terms/shard3 to Terms{values={core_node6=0}, 
version=0}
   [junit4]   2> 359353 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43964/solr/authCollection_shard2_replica_n2/ shard2
   [junit4]   2> 359369 INFO  
(zkCallback-192-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359369 INFO  
(zkCallback-192-thread-3-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359377 INFO  
(zkCallback-193-thread-2-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359377 INFO  
(zkCallback-196-thread-2-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359377 INFO  
(zkCallback-193-thread-1-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359377 INFO  
(zkCallback-196-thread-1-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359405 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 359407 INFO  (qtp1161232537-1885) [n:127.0.0.1:43964_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n2&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=6643
   [junit4]   2> 359498 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 359499 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 359499 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38671/solr/authCollection_shard1_replica_n1/
   [junit4]   2> 359499 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 359499 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38671/solr/authCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 359499 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 359499 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 359499 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 359499 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:41028/solr/authCollection_shard3_replica_n4/
   [junit4]   2> 359499 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 359499 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:41028/solr/authCollection_shard3_replica_n4/ has no replicas
   [junit4]   2> 359499 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 359601 INFO  
(zkCallback-196-thread-2-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359601 INFO  
(zkCallback-196-thread-1-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359604 INFO  
(zkCallback-192-thread-3-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359612 INFO  
(zkCallback-192-thread-2-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359612 INFO  
(zkCallback-193-thread-1-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359612 INFO  
(zkCallback-193-thread-2-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359657 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38671/solr/authCollection_shard1_replica_n1/ shard1
   [junit4]   2> 359673 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41028/solr/authCollection_shard3_replica_n4/ shard3
   [junit4]   2> 359819 INFO  
(zkCallback-192-thread-2-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359819 INFO  
(zkCallback-196-thread-1-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359819 INFO  
(zkCallback-193-thread-1-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359819 INFO  
(zkCallback-193-thread-2-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359819 INFO  
(zkCallback-192-thread-3-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359820 INFO  
(zkCallback-196-thread-2-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 359841 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 359843 INFO  (qtp270627030-1904) [n:127.0.0.1:38671_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=7169
   [junit4]   2> 359864 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 359866 INFO  (qtp1307534678-1883) [n:127.0.0.1:41028_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=7118
   [junit4]   2> 359916 INFO  (qtp270627030-1899) [n:127.0.0.1:38671_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 360002 INFO  
(zkCallback-193-thread-2-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 360002 INFO  
(zkCallback-193-thread-1-processing-n:127.0.0.1:41028_solr) 
[n:127.0.0.1:41028_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 360006 INFO  
(zkCallback-192-thread-3-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 360006 INFO  
(zkCallback-196-thread-1-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 360006 INFO  
(zkCallback-192-thread-2-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.j

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

04792 INFO  (jetty-closer-162-thread-3) [    ] o.e.j.s.session Stopped 
scavenging
   [junit4]   2> 304793 INFO  (jetty-closer-162-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72284559266086939-127.0.0.1:34002_solr-n_0000000005) closing
   [junit4]   2> 304793 INFO  
(OverseerStateUpdate-72284559266086939-127.0.0.1:34002_solr-n_0000000005) 
[n:127.0.0.1:34002_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34002_solr
   [junit4]   2> 304937 WARN  
(OverseerAutoScalingTriggerThread-72284559266086939-127.0.0.1:34002_solr-n_0000000005)
 [n:127.0.0.1:34002_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 304975 INFO  (jetty-closer-162-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2f07d4e2{/solr,null,UNAVAILABLE}
   [junit4]   2> 304976 INFO  (jetty-closer-162-thread-4) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 304993 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100ce6c75cd001d, likely client has closed socket
   [junit4]   2> 305030 INFO  (jetty-closer-162-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5a106866{/solr,null,UNAVAILABLE}
   [junit4]   2> 305030 INFO  (jetty-closer-162-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 305099 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100ce6c75cd001b, likely client has closed socket
   [junit4]   2> 305105 INFO  (jetty-closer-162-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d2a2511{/solr,null,UNAVAILABLE}
   [junit4]   2> 305105 INFO  (jetty-closer-162-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 305106 ERROR 
(SUITE-TestCollectionStateWatchers-seed#[811295EA81EB6161]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 305140 INFO  
(SUITE-TestCollectionStateWatchers-seed#[811295EA81EB6161]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42558 42558
   [junit4]   2> 305214 INFO  (Thread-120) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:42558 42558
   [junit4]   2> 305214 WARN  (Thread-120) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/aliases.json
   [junit4]   2>        10      /solr/security.json
   [junit4]   2>        8       /solr/configs/config
   [junit4]   2>        6       
/solr/collections/falsepredicate/collectionprops.json
   [junit4]   2>        4       
/solr/collections/testcollection/collectionprops.json
   [junit4]   2>        4       /solr/collections/stateformat1/state.json
   [junit4]   2>        3       /solr/collections/stateformat1/terms/shard1
   [junit4]   2>        3       /solr/collections/waitforstate/terms/shard1
   [junit4]   2>        3       /solr/collections/falsepredicate/terms/shard4
   [junit4]   2>        3       /solr/collections/falsepredicate/terms/shard3
   [junit4]   2>        3       /solr/collections/falsepredicate/terms/shard2
   [junit4]   2>        3       /solr/collections/falsepredicate/terms/shard1
   [junit4]   2>        3       /solr/collections/tobedeleted/terms/shard1
   [junit4]   2>        3       /solr/collections/currentstate/terms/shard1
   [junit4]   2>        2       
/solr/collections/currentstate/collectionprops.json
   [junit4]   2>        2       /solr/collections/testcollection/terms/shard1
   [junit4]   2>        2       /solr/collections/testcollection/terms/shard2
   [junit4]   2>        2       /solr/collections/testcollection/terms/shard3
   [junit4]   2>        2       /solr/collections/testcollection/terms/shard4
   [junit4]   2>        2       /solr/collections/delayed/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        49      /solr/collections/testcollection/state.json
   [junit4]   2>        45      /solr/collections/falsepredicate/state.json
   [junit4]   2>        22      /solr/clusterprops.json
   [junit4]   2>        22      /solr/clusterstate.json
   [junit4]   2>        17      /solr/collections/waitforstate/state.json
   [junit4]   2>        12      /solr/collections/currentstate/state.json
   [junit4]   2>        7       /solr/collections/delayed/state.json
   [junit4]   2>        6       /solr/collections/tobedeleted/state.json
   [junit4]   2>        5       /solr/collections/stateformat1/state.json
   [junit4]   2>        3       
/solr/overseer_elect/election/72284559266086940-127.0.0.1:39238_solr-n_0000000006
   [junit4]   2>        2       
/solr/overseer_elect/election/72284559266086924-127.0.0.1:39238_solr-n_0000000000
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72284559266086922-127.0.0.1:34963_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/live_nodes
   [junit4]   2>        22      /solr/collections
   [junit4]   2>        2       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_811295EA81EB6161-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3e9d3604),
 locale=el, timezone=GMT
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=228901328,total=491257856
   [junit4]   2> NOTE: All tests run in this JVM: [TestJavaBinCodec, 
ModifiableSolrParamsTest, TestCloudSolrClientConnections, 
NormalizeEvaluatorTest, CoalesceEvaluatorTest, CommonParamsTest, 
SolrExampleXMLTest, LessThanEqualToEvaluatorTest, TestCollectionAdminRequest, 
CosineEvaluatorTest, SolrExampleBinaryTest, DocumentAnalysisResponseTest, 
HyperbolicSineEvaluatorTest, TangentEvaluatorTest, NoOpResponseParserTest, 
RegressionEvaluatorTest, AddEvaluatorTest, JdbcDriverTest, 
LargeVolumeJettyTest, CloudSolrClientTest, PowerEvaluatorTest, TestCoreAdmin, 
SolrExceptionTest, TestCollectionStateWatchers]
   [junit4] Completed [77/147 (1!)] on J2 in 114.67s, 9 tests, 1 failure <<< 
FAILURES!

[...truncated 2346 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.QueryFacetTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-analytics/test/J1/temp/solr.analytics.facet.QueryFacetTest_6005039964E31AA5-001/init-core-data-001
   [junit4]   2> Mar 15, 2018 3:05:16 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=936, maxMBSortInHeap=6.9160233339428725, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@51194c70),
 locale=id, timezone=America/Belem
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=274118312,total=312475648
   [junit4]   2> NOTE: All tests run in this JVM: [ExistsFunctionTest, 
LegacyRangeFacetTest, LegacyFieldFacetExtrasCloudTest, 
LegacyAbstractAnalyticsFacetTest, CastingDoubleValueStreamTest, 
FloorFunctionTest, CastingLongValueStreamTest, CastingStringValueTest, 
LegacyAbstractAnalyticsTest, QueryFacetTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryFacetTest 
-Dtests.seed=6005039964E31AA5 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=id -Dtests.timezone=America/Belem -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | QueryFacetTest (suite) <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33906/solr: Expected mime type 
application/octet-stream but got text/html. <h1>Bad Message 
400</h1><pre>reason: Illegal character 0x0</pre>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6005039964E31AA5]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.analytics.SolrAnalyticsTestCase.setupCollection(SolrAnalyticsTestCase.java:62)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [28/78 (1!)] on J1 in 4.59s, 0 tests, 1 error <<< 
FAILURES!

[...truncated 46411 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to