You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/07/03 00:23:37 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+124) - Build # 17130 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17130/
Java: 64bit/jdk-9-ea+124 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestConfigSetsAPI

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
	at __randomizedtesting.SeedInfo.seed([20C0367843E4F4D3]: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:256)
	at jdk.internal.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	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:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.BasicAuthIntegrationTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.security.BasicAuthIntegrationTest:     1) Thread[id=5851, name=Connection evictor, state=TIMED_WAITING, group=TGRP-BasicAuthIntegrationTest]         at java.lang.Thread.sleep(java.base@9-ea/Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.security.BasicAuthIntegrationTest: 
   1) Thread[id=5851, name=Connection evictor, state=TIMED_WAITING, group=TGRP-BasicAuthIntegrationTest]
        at java.lang.Thread.sleep(java.base@9-ea/Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
	at __randomizedtesting.SeedInfo.seed([20C0367843E4F4D3]:0)


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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:39084/solr/testSolrCloudCollection_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:39084/solr/testSolrCloudCollection_shard1_replica2
	at __randomizedtesting.SeedInfo.seed([20C0367843E4F4D3:1D1898547B0AAAA3]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:699)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:194)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:39084/solr/testSolrCloudCollection_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:674)
	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
	... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:39084 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
	... 10 more




Build Log:
[...truncated 11216 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 594413 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 594413 INFO  (Thread-1768) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 594413 INFO  (Thread-1768) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 594513 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.ZkTestServer start zk server on port:35872
   [junit4]   2> 594513 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594513 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594565 INFO  (zkCallback-811-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@171cf845 name:ZooKeeperConnection Watcher:127.0.0.1:35872 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594565 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594565 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594565 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 594583 INFO  (jetty-launcher-810-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 594583 INFO  (jetty-launcher-810-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 594584 INFO  (jetty-launcher-810-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 594584 INFO  (jetty-launcher-810-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 594584 INFO  (jetty-launcher-810-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 594585 INFO  (jetty-launcher-810-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a51975f{/solr,null,AVAILABLE}
   [junit4]   2> 594585 INFO  (jetty-launcher-810-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14bb8ab3{/solr,null,AVAILABLE}
   [junit4]   2> 594585 INFO  (jetty-launcher-810-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c2dce0b{/solr,null,AVAILABLE}
   [junit4]   2> 594586 INFO  (jetty-launcher-810-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@39d4e11c{/solr,null,AVAILABLE}
   [junit4]   2> 594586 INFO  (jetty-launcher-810-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1157fd11{/solr,null,AVAILABLE}
   [junit4]   2> 594587 INFO  (jetty-launcher-810-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@290fab25{HTTP/1.1,[http/1.1]}{127.0.0.1:44587}
   [junit4]   2> 594587 INFO  (jetty-launcher-810-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4747ff34{HTTP/1.1,[http/1.1]}{127.0.0.1:44836}
   [junit4]   2> 594587 INFO  (jetty-launcher-810-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@6be3f8a1{HTTP/1.1,[http/1.1]}{127.0.0.1:42053}
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-1) [    ] o.e.j.s.Server Started @596694ms
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-3) [    ] o.e.j.s.Server Started @596694ms
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44836}
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@1bf917d7{HTTP/1.1,[http/1.1]}{127.0.0.1:33249}
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-4) [    ] o.e.j.s.Server Started @596694ms
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33249}
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node1'
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node4'
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42053}
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@6d5d201{HTTP/1.1,[http/1.1]}{127.0.0.1:39084}
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-5) [    ] o.e.j.s.Server Started @596695ms
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39084}
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node3'
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node5'
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 594588 INFO  (jetty-launcher-810-thread-2) [    ] o.e.j.s.Server Started @596694ms
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44587}
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594589 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node2'
   [junit4]   2> 594590 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594590 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 594590 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 594590 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594590 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594604 INFO  (zkCallback-812-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f897fab name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594604 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594604 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594606 INFO  (zkCallback-814-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36313e3c name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594607 INFO  (zkCallback-813-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@319c2f34 name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594607 INFO  (zkCallback-815-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ac636e6 name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 594607 INFO  (zkCallback-816-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77688533 name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594607 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 594613 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node5/.
   [junit4]   2> 594613 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155ae1135140004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 594614 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1514881669
   [junit4]   2> 594614 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node5]
   [junit4]   2> 594614 WARN  (jetty-launcher-810-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node5/lib
   [junit4]   2> 594614 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node4/.
   [junit4]   2> 594614 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 594614 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1214432098
   [junit4]   2> 594614 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node4]
   [junit4]   2> 594614 WARN  (jetty-launcher-810-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node4/lib
   [junit4]   2> 594614 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 594615 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155ae1135140001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 594615 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node2/.
   [junit4]   2> 594615 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1349712261
   [junit4]   2> 594615 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node2]
   [junit4]   2> 594615 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155ae1135140005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 594615 WARN  (jetty-launcher-810-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node2/lib
   [junit4]   2> 594615 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 594615 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node1/.
   [junit4]   2> 594616 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 99220395
   [junit4]   2> 594616 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node1]
   [junit4]   2> 594616 WARN  (jetty-launcher-810-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node1/lib
   [junit4]   2> 594616 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 594617 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 594617 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 594617 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 594617 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 594617 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 594617 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 594618 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35872/solr
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35872/solr
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35872/solr
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594619 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 594620 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 594620 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35872/solr
   [junit4]   2> 594620 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 594620 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594620 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594620 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594620 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594620 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594623 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node3/.
   [junit4]   2> 594624 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1125721958
   [junit4]   2> 594624 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node3]
   [junit4]   2> 594624 WARN  (jetty-launcher-810-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node3/lib
   [junit4]   2> 594624 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 594625 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 594625 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 594625 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 594625 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35872/solr
   [junit4]   2> 594625 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 594625 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594625 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594632 INFO  (zkCallback-826-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@22035d8d name:ZooKeeperConnection Watcher:127.0.0.1:35872 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594632 INFO  (zkCallback-825-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9185ef7 name:ZooKeeperConnection Watcher:127.0.0.1:35872 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594632 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594632 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594632 INFO  (zkCallback-827-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@696ac3c9 name:ZooKeeperConnection Watcher:127.0.0.1:35872 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594632 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594632 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594632 INFO  (zkCallback-828-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@45cac8b4 name:ZooKeeperConnection Watcher:127.0.0.1:35872 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594632 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594632 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594632 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594632 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594634 INFO  (zkCallback-831-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b23bdde name:ZooKeeperConnection Watcher:127.0.0.1:35872 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594634 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594634 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594648 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155ae1135140007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 594648 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$201/28006232@6c221a99
   [junit4]   2> 594648 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$201/28006232@762e2279
   [junit4]   2> 594649 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594649 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594662 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155ae1135140009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 594662 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$201/28006232@11a9effb
   [junit4]   2> 594662 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$201/28006232@6d1cb331
   [junit4]   2> 594662 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594662 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594663 INFO  (zkCallback-832-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a2a2cf9 name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594664 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594664 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@58f29b80 name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594664 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594665 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$201/28006232@780e2e2c
   [junit4]   2> 594665 INFO  (zkCallback-834-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@722a9d81 name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594665 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594665 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594665 INFO  (zkCallback-835-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6000d06 name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594665 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594668 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 594668 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 594668 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 594668 INFO  (zkCallback-836-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5c868ded name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594669 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 594669 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594675 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 594676 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 594676 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 594676 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 594676 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 594720 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 594732 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 594732 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 594732 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 594732 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 594768 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 594769 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 594769 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 594769 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 594771 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 594792 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 594792 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 594794 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 594794 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 594794 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 594799 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 594799 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 594799 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 594799 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 594799 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 594802 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 594802 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 594802 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 594802 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 594802 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 594807 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 594807 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 594807 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 594807 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 594807 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 594822 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 594822 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 594822 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 594822 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 594822 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 594826 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 594826 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 594826 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 594826 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 594826 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 594829 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 594829 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 594829 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 594829 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 594829 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 594829 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 594829 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 594829 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 594829 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 594829 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 594830 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 594830 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 594830 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 594830 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 594830 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 594831 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 594831 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 594831 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 594831 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 594836 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 594836 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 594836 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 594836 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 594836 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 594839 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 594839 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 594839 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 594839 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 594839 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 594841 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96174355986513932-127.0.0.1:33249_solr-n_0000000000
   [junit4]   2> 594852 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96174355986513935-127.0.0.1:42053_solr-n_0000000001
   [junit4]   2> 594852 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96174355986513931-127.0.0.1:39084_solr-n_0000000002
   [junit4]   2> 594852 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96174355986513933-127.0.0.1:44587_solr-n_0000000004
   [junit4]   2> 594852 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33249_solr
   [junit4]   2> 594852 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96174355986513934-127.0.0.1:44836_solr-n_0000000003
   [junit4]   2> 594852 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96174355986513932-127.0.0.1:33249_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96174355986513935-127.0.0.1:42053_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96174355986513931-127.0.0.1:39084_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96174355986513934-127.0.0.1:44836_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42053_solr
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39084_solr
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44836_solr
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44836_solr
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39084_solr
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42053_solr
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44587_solr
   [junit4]   2> 594853 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44587_solr
   [junit4]   2> 594855 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.Overseer Overseer (id=96174355986513932-127.0.0.1:33249_solr-n_0000000000) starting
   [junit4]   2> 594856 INFO  (zkCallback-832-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 594856 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 594856 INFO  (zkCallback-835-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 594857 INFO  (zkCallback-834-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 594857 INFO  (zkCallback-836-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 594858 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 594859 INFO  (zkCallback-834-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 594860 INFO  (zkCallback-836-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 594858 INFO  (zkCallback-835-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 594859 INFO  (zkCallback-832-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 594864 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 594866 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 594866 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 594866 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 594866 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 594866 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 594866 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 594867 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node1/.
   [junit4]   2> 594867 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node3/.
   [junit4]   2> 594867 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node5/.
   [junit4]   2> 594867 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 594867 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 594867 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 594868 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 594868 INFO  (jetty-launcher-810-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 594868 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 594868 INFO  (jetty-launcher-810-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 594868 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 594868 INFO  (jetty-launcher-810-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 594874 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 594875 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 594875 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node2/.
   [junit4]   2> 594875 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 594875 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 594875 INFO  (jetty-launcher-810-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 594879 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 594879 INFO  (OverseerCollectionConfigSetProcessor-96174355986513932-127.0.0.1:33249_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 594879 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:33249_solr as DOWN
   [junit4]   2> 594879 INFO  (OverseerStateUpdate-96174355986513932-127.0.0.1:33249_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 594882 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33249_solr
   [junit4]   2> 594882 INFO  (OverseerStateUpdate-96174355986513932-127.0.0.1:33249_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 594883 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33249_solr
   [junit4]   2> 594884 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594884 INFO  (zkCallback-836-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594884 INFO  (OverseerStateUpdate-96174355986513932-127.0.0.1:33249_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33249_solr"} current state version: 0
   [junit4]   2> 594885 INFO  (zkCallback-834-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594885 INFO  (zkCallback-832-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594884 INFO  (zkCallback-835-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594885 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 594885 INFO  (zkCallback-836-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 594885 INFO  (zkCallback-834-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 594885 INFO  (OverseerStateUpdate-96174355986513932-127.0.0.1:33249_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33249_solr
   [junit4]   2> 594885 INFO  (zkCallback-832-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 594885 INFO  (zkCallback-835-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 594888 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 594888 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 594888 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node4/.
   [junit4]   2> 594889 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 594893 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 594893 INFO  (jetty-launcher-810-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 594893 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594894 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594903 INFO  (zkCallback-842-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2df7165c name:ZooKeeperConnection Watcher:127.0.0.1:35872 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594903 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594903 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594907 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4747ff34{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 594907 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=99220395
   [junit4]   2> 594907 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:44836_solr as DOWN
   [junit4]   2> 594911 INFO  (OverseerStateUpdate-96174355986513932-127.0.0.1:33249_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44836_solr"} current state version: 0
   [junit4]   2> 594911 INFO  (OverseerStateUpdate-96174355986513932-127.0.0.1:33249_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44836_solr
   [junit4]   2> 594912 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 594913 INFO  (zkCallback-836-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 594913 INFO  (zkCallback-834-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 594913 INFO  (zkCallback-835-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 594913 INFO  (zkCallback-832-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 594913 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155ae113514000e, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 594913 WARN  (zkCallback-835-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 594913 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3a51975f{/solr,null,UNAVAILABLE}
   [junit4]   2> 594914 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 594914 INFO  (zkCallback-836-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 594914 INFO  (zkCallback-834-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 594914 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 594914 INFO  (zkCallback-832-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 594915 INFO  (zkCallback-834-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96174355986513931-127.0.0.1:39084_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 594915 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45f99bc2{/solr,null,AVAILABLE}
   [junit4]   2> 594915 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7b1b0903{HTTP/1.1,[http/1.1]}{127.0.0.1:38198}
   [junit4]   2> 594916 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.e.j.s.Server Started @597022ms
   [junit4]   2> 594916 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38198}
   [junit4]   2> 594916 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 594916 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node6'
   [junit4]   2> 594916 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 594916 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 594916 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594916 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594918 INFO  (zkCallback-844-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@55f72153 name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594918 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594919 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594919 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 594934 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node6/.
   [junit4]   2> 594934 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.CoreContainer New CoreContainer 967880107
   [junit4]   2> 594934 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node6]
   [junit4]   2> 594934 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node6/lib
   [junit4]   2> 594934 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 594935 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 594936 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 594936 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 594936 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35872/solr
   [junit4]   2> 594936 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 594936 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 594936 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594950 INFO  (zkCallback-847-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ece0027 name:ZooKeeperConnection Watcher:127.0.0.1:35872 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594951 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594951 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 594966 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$201/28006232@30a4c344
   [junit4]   2> 594967 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594969 INFO  (zkCallback-848-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e8d695d name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 594969 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594983 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 594983 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 594983 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 594984 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 594986 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96174355986513939-127.0.0.1:38198_solr-n_0000000005
   [junit4]   2> 594986 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96174355986513933-127.0.0.1:44587_solr-n_0000000004 to know if I could be the leader
   [junit4]   2> 594986 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:38198_solr as DOWN
   [junit4]   2> 594989 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38198_solr
   [junit4]   2> 594989 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38198_solr
   [junit4]   2> 594990 INFO  (OverseerStateUpdate-96174355986513932-127.0.0.1:33249_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38198_solr"} current state version: 0
   [junit4]   2> 594990 INFO  (OverseerStateUpdate-96174355986513932-127.0.0.1:33249_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38198_solr
   [junit4]   2> 594999 INFO  (zkCallback-834-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594999 INFO  (zkCallback-836-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594999 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594999 INFO  (zkCallback-848-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594999 INFO  (zkCallback-832-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594999 INFO  (zkCallback-834-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 595007 INFO  (zkCallback-836-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 595007 INFO  (zkCallback-832-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 595007 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 595008 INFO  (zkCallback-848-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 595009 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 595009 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 595009 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_20C0367843E4F4D3-001/tempDir-001/node6/.
   [junit4]   2> 595010 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 595010 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 595010 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 595010 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 595011 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 595027 INFO  (zkCallback-850-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1203935e name:ZooKeeperConnection Watcher:127.0.0.1:35872/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 595027 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 595027 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 595027 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 595043 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 595045 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 595051 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 595053 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrc

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

ors-seed#[20C0367843E4F4D3]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37717 37717
   [junit4]   2> 632896 INFO  (Thread-1912) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37717 37717
   [junit4]   2> 632896 INFO  (TEST-TestConfigSetsAPI.testDeleteErrors-seed#[20C0367843E4F4D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteErrors
   [junit4]   2> 632897 INFO  (SUITE-TestConfigSetsAPI-seed#[20C0367843E4F4D3]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
   [junit4]   2> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]   2> 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:262)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:209)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:201)
   [junit4]   2> 	at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:88)
   [junit4]   2> 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
   [junit4]   2> 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 
   [junit4]   2> Jul 03, 2016 12:04:09 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 9 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1782, maxMBSortInHeap=6.722465264283816, sim=ClassicSimilarity, locale=nb-NO, timezone=America/Curacao
   [junit4]   2> NOTE: Linux 4.4.0-24-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=174039824,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [SortSpecParsingTest, TestBM25SimilarityFactory, SolrCmdDistributorTest, TestCoreContainer, ChaosMonkeySafeLeaderTest, TestManagedStopFilterFactory, AsyncMigrateRouteKeyTest, OverseerModifyCollectionTest, CdcrReplicationHandlerTest, TestCodecSupport, HLLUtilTest, TestLMJelinekMercerSimilarityFactory, TestDistributedGrouping, HdfsRestartWhileUpdatingTest, ChaosMonkeyNothingIsSafeTest, TestManagedSchemaAPI, TestBlendedInfixSuggestions, TestTolerantUpdateProcessorRandomCloud, TestPartialUpdateDeduplication, CustomCollectionTest, TestQueryUtils, TestManagedResource, InfoHandlerTest, HighlighterTest, TestRTimerTree, TestDefaultSearchFieldResource, TestCollapseQParserPlugin, TestBlobHandler, TestShortCircuitedRequests, BasicFunctionalityTest, TestReloadAndDeleteDocs, TestBulkSchemaAPI, TestLFUCache, TestHashQParserPlugin, TestSolrDeletionPolicy2, UUIDUpdateProcessorFallbackTest, VMParamsZkACLAndCredentialsProvidersTest, RulesTest, SolrPluginUtilsTest, TestSolr4Spatial2, TestDocumentBuilder, SuggesterFSTTest, TestExclusionRuleCollectionAccess, BasicAuthIntegrationTest, TestConfigSetsAPI]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigSetsAPI -Dtests.seed=20C0367843E4F4D3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nb-NO -Dtests.timezone=America/Curacao -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestConfigSetsAPI (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([20C0367843E4F4D3]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:256)
   [junit4]    > 	at jdk.internal.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4] Completed [215/618 (2!)] on J1 in 2.03s, 5 tests, 1 failure <<< FAILURES!

[...truncated 1299 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:530: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1427: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: There were test failures: 618 suites (10 ignored), 2590 tests, 2 suite-level errors, 1 error, 119 ignored (72 assumptions) [seed: 20C0367843E4F4D3]

Total time: 52 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any