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 18:44:10 UTC

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

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

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

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([F424DAA33F629AF9]: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.GeneratedMethodAccessor16.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=8114, 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=8114, 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([F424DAA33F629AF9]:0)


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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:38715/solr/testSolrCloudCollection_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:38715/solr/testSolrCloudCollection_shard1_replica1
	at __randomizedtesting.SeedInfo.seed([F424DAA33F629AF9:C9FC748F078CC489]: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:38715/solr/testSolrCloudCollection_shard1_replica1
	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:38715 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 11465 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 846437 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 846437 INFO  (Thread-2477) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 846437 INFO  (Thread-2477) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 846537 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.ZkTestServer start zk server on port:40989
   [junit4]   2> 846537 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846537 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846564 INFO  (zkCallback-1229-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ad2960a name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846564 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846564 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846564 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 846571 INFO  (jetty-launcher-1228-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846571 INFO  (jetty-launcher-1228-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846571 INFO  (jetty-launcher-1228-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846571 INFO  (jetty-launcher-1228-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846572 INFO  (jetty-launcher-1228-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846573 INFO  (jetty-launcher-1228-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24d5abd8{/solr,null,AVAILABLE}
   [junit4]   2> 846573 INFO  (jetty-launcher-1228-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50965ca3{/solr,null,AVAILABLE}
   [junit4]   2> 846573 INFO  (jetty-launcher-1228-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e4a0bf8{/solr,null,AVAILABLE}
   [junit4]   2> 846573 INFO  (jetty-launcher-1228-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c8ffdbb{/solr,null,AVAILABLE}
   [junit4]   2> 846574 INFO  (jetty-launcher-1228-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b1faf4d{/solr,null,AVAILABLE}
   [junit4]   2> 846574 INFO  (jetty-launcher-1228-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@74d4eae1{HTTP/1.1,[http/1.1]}{127.0.0.1:41622}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@7d77e28f{HTTP/1.1,[http/1.1]}{127.0.0.1:41672}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@5fa2691b{HTTP/1.1,[http/1.1]}{127.0.0.1:35275}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@6ebfeaec{HTTP/1.1,[http/1.1]}{127.0.0.1:38715}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] o.e.j.s.Server Started @848839ms
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-5) [    ] o.e.j.s.Server Started @848839ms
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35275}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-4) [    ] o.e.j.s.Server Started @848839ms
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38715}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-3) [    ] o.e.j.s.Server Started @848839ms
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41622}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node1'
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41672}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node4'
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node5'
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@65c975b7{HTTP/1.1,[http/1.1]}{127.0.0.1:34450}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-2) [    ] o.e.j.s.Server Started @848840ms
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node3'
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34450}
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846577 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node2'
   [junit4]   2> 846577 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846580 INFO  (zkCallback-1232-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d409b8 name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846580 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846580 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846581 INFO  (zkCallback-1230-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ab0d4d name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846581 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846581 INFO  (zkCallback-1233-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7098113d name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846581 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846581 INFO  (zkCallback-1234-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6f98502a name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846581 INFO  (zkCallback-1231-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6081142a name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846581 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846581 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846598 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node2/.
   [junit4]   2> 846598 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 0x155b20504010002, 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> 846598 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node1/.
   [junit4]   2> 846598 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node4/.
   [junit4]   2> 846599 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1796123273
   [junit4]   2> 846599 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 485609790
   [junit4]   2> 846599 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node1]
   [junit4]   2> 846599 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node4]
   [junit4]   2> 846599 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 0x155b20504010003, 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> 846598 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 970746331
   [junit4]   2> 846600 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node3/.
   [junit4]   2> 846600 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node2]
   [junit4]   2> 846600 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 815349354
   [junit4]   2> 846600 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 0x155b20504010004, 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> 846600 WARN  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node2/lib
   [junit4]   2> 846600 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 0x155b20504010001, 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> 846600 INFO  (jetty-launcher-1228-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> 846600 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node3]
   [junit4]   2> 846600 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node5/.
   [junit4]   2> 846600 WARN  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node4/lib
   [junit4]   2> 846601 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 583627157
   [junit4]   2> 846602 INFO  (jetty-launcher-1228-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> 846602 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node5]
   [junit4]   2> 846602 WARN  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node5/lib
   [junit4]   2> 846600 WARN  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node1/lib
   [junit4]   2> 846602 INFO  (jetty-launcher-1228-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> 846602 INFO  (jetty-launcher-1228-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> 846601 WARN  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node3/lib
   [junit4]   2> 846602 INFO  (jetty-launcher-1228-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> 846605 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846612 INFO  (zkCallback-1245-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3a7bd0c5 name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846612 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846612 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846614 INFO  (zkCallback-1246-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5c112db name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846614 INFO  (zkCallback-1247-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b32fe39 name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846614 INFO  (zkCallback-1248-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6bb41b3 name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846614 INFO  (zkCallback-1249-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e9a72ce name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846616 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@ba2879
   [junit4]   2> 846616 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846617 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 0x155b20504010009, 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> 846617 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@788f436d
   [junit4]   2> 846617 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@52ac948d
   [junit4]   2> 846618 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846618 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846619 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@6329e8dc
   [junit4]   2> 846619 INFO  (zkCallback-1250-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2d6b8ba1 name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846619 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@62fc305b
   [junit4]   2> 846619 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846619 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846619 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846620 INFO  (zkCallback-1251-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@690deb80 name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846620 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846620 INFO  (zkCallback-1252-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@59e1595b name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846620 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846622 INFO  (zkCallback-1253-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@681a5c90 name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846622 INFO  (zkCallback-1254-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d6b75e4 name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846622 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846622 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846623 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 846626 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 846626 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 846626 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 846626 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 846632 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 846632 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 846634 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 846634 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 846634 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 846675 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 846678 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 846678 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 846680 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 846686 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 846687 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 846687 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 846696 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 846696 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 846708 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 846709 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 846711 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 846711 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 846711 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 846713 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 846714 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 846716 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 846716 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 846733 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 846748 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 846750 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 846750 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 846750 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 846756 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 846756 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 846756 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 846757 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 846757 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 846760 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 846762 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 846762 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 846762 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 846762 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 846765 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 846767 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 846767 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 846767 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 846767 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 846769 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846770 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846770 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 846773 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 846773 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 846774 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 846774 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 846774 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 846774 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 846778 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 846779 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 846779 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 846779 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 846779 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 846782 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846782 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846784 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846784 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846786 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846786 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96178701670088716-127.0.0.1:41672_solr-n_0000000001
   [junit4]   2> 846786 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96178701670088715-127.0.0.1:41622_solr-n_0000000000
   [junit4]   2> 846797 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96178701670088718-127.0.0.1:34450_solr-n_0000000003
   [junit4]   2> 846797 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96178701670088719-127.0.0.1:35275_solr-n_0000000002
   [junit4]   2> 846798 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96178701670088717-127.0.0.1:38715_solr-n_0000000004
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41622_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96178701670088715-127.0.0.1:41622_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96178701670088719-127.0.0.1:35275_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96178701670088716-127.0.0.1:41672_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41672_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96178701670088718-127.0.0.1:34450_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41672_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35275_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34450_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35275_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34450_solr
   [junit4]   2> 846801 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38715_solr
   [junit4]   2> 846801 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38715_solr
   [junit4]   2> 846801 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.Overseer Overseer (id=96178701670088715-127.0.0.1:41622_solr-n_0000000000) starting
   [junit4]   2> 846809 INFO  (zkCallback-1251-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> 846809 INFO  (zkCallback-1253-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> 846809 INFO  (zkCallback-1254-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> 846809 INFO  (zkCallback-1252-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> 846811 INFO  (zkCallback-1250-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> 846818 INFO  (zkCallback-1253-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 846818 INFO  (zkCallback-1254-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 846818 INFO  (zkCallback-1250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 846819 INFO  (zkCallback-1252-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 846819 INFO  (zkCallback-1251-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 846820 INFO  (zkCallback-1251-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: [3])
   [junit4]   2> 846821 INFO  (zkCallback-1253-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: [3])
   [junit4]   2> 846821 INFO  (zkCallback-1254-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: [3])
   [junit4]   2> 846821 INFO  (zkCallback-1251-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 846821 INFO  (zkCallback-1253-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 846821 INFO  (zkCallback-1254-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 846822 INFO  (zkCallback-1252-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: [3])
   [junit4]   2> 846822 INFO  (zkCallback-1250-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: [3])
   [junit4]   2> 846824 INFO  (zkCallback-1252-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 846824 INFO  (zkCallback-1250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 846825 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 846826 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 846826 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846826 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node3/.
   [junit4]   2> 846827 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846829 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846829 INFO  (jetty-launcher-1228-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846831 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 846831 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846831 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node5/.
   [junit4]   2> 846831 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node1/.
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node2/.
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846834 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846834 INFO  (jetty-launcher-1228-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846857 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 846857 INFO  (OverseerCollectionConfigSetProcessor-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 846857 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:41622_solr as DOWN
   [junit4]   2> 846857 INFO  (OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 846861 INFO  (OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 846862 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41622_solr
   [junit4]   2> 846862 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41622_solr
   [junit4]   2> 846866 INFO  (zkCallback-1251-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> 846866 INFO  (zkCallback-1254-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> 846866 INFO  (zkCallback-1253-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> 846866 INFO  (zkCallback-1252-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> 846866 INFO  (zkCallback-1250-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> 846866 INFO  (zkCallback-1254-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846866 INFO  (OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41622_solr"} current state version: 0
   [junit4]   2> 846866 INFO  (OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:41622_solr
   [junit4]   2> 846866 INFO  (zkCallback-1250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846866 INFO  (zkCallback-1251-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846866 INFO  (zkCallback-1253-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846866 INFO  (zkCallback-1252-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846870 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 846870 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846870 INFO  (jetty-launcher-1228-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_F424DAA33F629AF9-001/tempDir-001/node4/.
   [junit4]   2> 846870 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846871 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846871 INFO  (jetty-launcher-1228-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846871 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846871 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846873 INFO  (zkCallback-1260-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@bb998ae name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846874 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846874 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846878 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@7d77e28f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 846878 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=815349354
   [junit4]   2> 846878 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:41672_solr as DOWN
   [junit4]   2> 846882 INFO  (OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41672_solr"} current state version: 0
   [junit4]   2> 846883 INFO  (OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:41672_solr
   [junit4]   2> 846884 INFO  (zkCallback-1250-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> 846884 INFO  (zkCallback-1252-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> 846884 INFO  (zkCallback-1254-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> 846884 INFO  (zkCallback-1253-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> 846884 INFO  (zkCallback-1251-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> 846884 INFO  (zkCallback-1250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 846884 WARN  (zkCallback-1251-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> 846885 INFO  (zkCallback-1252-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 846885 INFO  (zkCallback-1254-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 846886 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@50965ca3{/solr,null,UNAVAILABLE}
   [junit4]   2> 846886 INFO  (zkCallback-1253-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 846886 INFO  (zkCallback-1254-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96178701670088715-127.0.0.1:41622_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 846886 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846887 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7552e55f{/solr,null,AVAILABLE}
   [junit4]   2> 846887 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.e.j.s.ServerConnector Started ServerConnector@70a962b3{HTTP/1.1,[http/1.1]}{127.0.0.1:40843}
   [junit4]   2> 846887 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.e.j.s.Server Started @849152ms
   [junit4]   2> 846888 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40843}
   [junit4]   2> 846888 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846888 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 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_F424DAA33F629AF9-001/tempDir-001/node6'
   [junit4]   2> 846888 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846888 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 846888 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846888 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846891 INFO  (zkCallback-1262-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d2506b3 name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846892 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846892 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846892 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846897 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 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_F424DAA33F629AF9-001/tempDir-001/node6/.
   [junit4]   2> 846897 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.CoreContainer New CoreContainer 468613547
   [junit4]   2> 846897 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 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_F424DAA33F629AF9-001/tempDir-001/node6]
   [junit4]   2> 846897 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 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_F424DAA33F629AF9-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node6/lib
   [junit4]   2> 846897 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 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> 846899 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846899 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846899 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846899 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846899 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846899 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846899 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846911 INFO  (zkCallback-1265-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b820cbd name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846911 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846912 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846914 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@450d5039
   [junit4]   2> 846914 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846916 INFO  (zkCallback-1266-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@713317aa name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846916 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846929 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846930 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846930 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 846931 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846932 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96178701670088723-127.0.0.1:40843_solr-n_0000000005
   [junit4]   2> 846933 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96178701670088717-127.0.0.1:38715_solr-n_0000000004 to know if I could be the leader
   [junit4]   2> 846933 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:40843_solr as DOWN
   [junit4]   2> 846951 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40843_solr
   [junit4]   2> 846951 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40843_solr
   [junit4]   2> 846951 INFO  (OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40843_solr"} current state version: 0
   [junit4]   2> 846951 INFO  (OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40843_solr
   [junit4]   2> 846954 INFO  (zkCallback-1250-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> 846954 INFO  (zkCallback-1252-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> 846954 INFO  (zkCallback-1254-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> 846954 INFO  (zkCallback-1253-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> 846954 INFO  (zkCallback-1266-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> 846954 INFO  (zkCallback-1250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846954 INFO  (zkCallback-1252-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846958 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 846958 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846958 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 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_F424DAA33F629AF9-001/tempDir-001/node6/.
   [junit4]   2> 846958 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846968 INFO  (zkCallback-1254-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846968 INFO  (zkCallback-1253-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846969 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846969 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846969 INFO  (zkCallback-1266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846969 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846970 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846972 INFO  (zkCallback-

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

lient(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> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1622, maxMBSortInHeap=6.180482260984437, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ar-MA, timezone=Atlantic/Azores
   [junit4]   2> NOTE: Linux 4.4.0-24-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=184221048,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestGraphMLResponseWriter, TestCursorMarkWithoutUniqueKey, CollectionReloadTest, AliasIntegrationTest, DistributedSuggestComponentTest, ChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, TestDFISimilarityFactory, TestExactSharedStatsCache, SSLMigrationTest, TestFieldCacheSanityChecker, TestStressCloudBlindAtomicUpdates, TestCodecSupport, MBeansHandlerTest, BigEndianAscendingWordDeserializerTest, ZkCLITest, ZkStateWriterTest, TestWordDelimiterFilterFactory, SolrCLIZkUtilsTest, TestPKIAuthenticationPlugin, TestCollapseQParserPlugin, ResponseHeaderTest, TestBulkSchemaAPI, LeaderInitiatedRecoveryOnShardRestartTest, SuggestComponentContextFilterQueryTest, DistributedFacetPivotWhiteBoxTest, TestNumericTerms32, TestUseDocValuesAsStored2, TestRandomRequestDistribution, MoreLikeThisHandlerTest, TestSurroundQueryParser, DistributedIntervalFacetingTest, TestSolrDynamicMBean, TestBulkSchemaConcurrent, SpellPossibilityIteratorTest, JavabinLoaderTest, TestHdfsUpdateLog, OpenExchangeRatesOrgProviderTest, TestInfoStreamLogging, RulesTest, TestFieldSortValues, SmileWriterTest, TestCloudSchemaless, TestRTimerTree, TimeZoneUtilsTest, OverseerModifyCollectionTest, TestSQLHandler, SimplePostToolTest, TestHashQParserPlugin, SpellCheckComponentTest, TestSortByMinMaxFunction, ConvertedLegacyTest, CachingDirectoryFactoryTest, CloudMLTQParserTest, TestSolr4Spatial2, TestBM25SimilarityFactory, DistributedFacetPivotLongTailTest, TestManagedResource, ShardRoutingCustomTest, ZkControllerTest, TestTrie, DocExpirationUpdateProcessorFactoryTest, MinimalSchemaTest, TestDocTermOrds, NumericFieldsTest, DeleteReplicaTest, CollectionsAPIAsyncDistributedZkTest, TestDistributedGrouping, TestSchemaSimilarityResource, AsyncMigrateRouteKeyTest, TestExpandComponent, TestFiltering, TestPartialUpdateDeduplication, TermVectorComponentTest, TestFieldTypeResource, BooleanFieldTest, TestLFUCache, WrapperMergePolicyFactoryTest, TestCoreContainer, StressHdfsTest, SuggesterFSTTest, DocValuesMissingTest, SortByFunctionTest, TestReRankQParserPlugin, SolrCmdDistributorTest, BasicAuthIntegrationTest, TestSolrCoreProperties]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCoreProperties -Dtests.seed=F424DAA33F629AF9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-MA -Dtests.timezone=Atlantic/Azores -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSolrCoreProperties (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F424DAA33F629AF9]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:256)
   [junit4]    > 	at jdk.internal.reflect.GeneratedMethodAccessor16.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 [298/618 (2!)] on J1 in 0.54s, 1 test, 1 failure <<< FAILURES!

[...truncated 1064 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: F424DAA33F629AF9]

Total time: 52 minutes 17 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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17139/
Java: 64bit/jdk-9-ea+124 -XX:-UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
	at __randomizedtesting.SeedInfo.seed([E611838CEBC646B]: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.GeneratedMethodAccessor13.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=94645, 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=94645, 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([E611838CEBC646B]:0)


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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:45186/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:45186/solr/testSolrCloudCollection_shard1_replica2
	at __randomizedtesting.SeedInfo.seed([E611838CEBC646B:33B9B614F6523A1B]: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:45186/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:45186 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 11539 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/init-core-data-001
   [junit4]   2> 929832 INFO  (SUITE-TestReplicationHandler-seed#[E611838CEBC646B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 929833 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexAndConfigAliasReplication
   [junit4]   2> 929833 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/collection1
   [junit4]   2> 929835 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 929835 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65642d6{/solr,null,AVAILABLE}
   [junit4]   2> 929837 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@74a184de{HTTP/1.1,[http/1.1]}{127.0.0.1:४०५४७}
   [junit4]   2> 929837 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.e.j.s.Server Started @९३१९०२ms
   [junit4]   2> 929837 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/collection1/data, hostPort=40547}
   [junit4]   2> 929837 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 929837 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001'
   [junit4]   2> 929837 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 929837 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 929837 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/solr.xml
   [junit4]   2> 929840 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/.
   [junit4]   2> 929841 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreContainer New CoreContainer 1667012852
   [junit4]   2> 929841 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001]
   [junit4]   2> 929841 WARN  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/lib
   [junit4]   2> 929841 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] 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> 929843 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 929843 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 929843 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 929844 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 929844 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 929844 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/.
   [junit4]   2> 929845 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=true, transient=false, name=collection1, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 929845 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/./collection1
   [junit4]   2> 929845 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 929846 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/collection1'
   [junit4]   2> 929846 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 929846 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 929847 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 929847 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 929849 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 929852 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 929866 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 929867 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 929869 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 929870 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/collection1'
   [junit4]   2> 929870 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/./collection1
   [junit4]   2> 929870 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 929870 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 929870 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 929870 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/./collection1/data
   [junit4]   2> 929870 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 929870 WARN  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 929871 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 929871 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 929871 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4abf077c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13b5f02e),segFN=segments_1,generation=1}
   [junit4]   2> 929871 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 929871 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/./collection1/data/
   [junit4]   2> 929872 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 929874 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 929874 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 929875 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 929876 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4abf077c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13b5f02e),segFN=segments_1,generation=1}
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@76b838ed[collection1] main]
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/collection1/conf
   [junit4]   2> 929877 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/collection1/conf}
   [junit4]   2> 929878 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-001/collection1/conf
   [junit4]   2> 929878 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 929878 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 929878 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 929878 INFO  (searcherExecutor-4033-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@76b838ed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 929878 INFO  (coreLoadExecutor-4032-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 930349 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/collection1
   [junit4]   2> 930350 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 930351 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c487d66{/solr,null,AVAILABLE}
   [junit4]   2> 930351 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4ee9a001{HTTP/1.1,[http/1.1]}{127.0.0.1:३४८४२}
   [junit4]   2> 930351 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.e.j.s.Server Started @९३२४१६ms
   [junit4]   2> 930351 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/collection1/data, hostPort=34842}
   [junit4]   2> 930351 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 930351 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002'
   [junit4]   2> 930352 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 930352 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 930352 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/solr.xml
   [junit4]   2> 930354 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/.
   [junit4]   2> 930354 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreContainer New CoreContainer 1689869130
   [junit4]   2> 930354 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002]
   [junit4]   2> 930355 WARN  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/lib
   [junit4]   2> 930355 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] 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> 930356 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 930356 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 930356 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 930356 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 930356 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 930357 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/.
   [junit4]   2> 930357 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=true, transient=false, name=collection1, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 930357 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/./collection1
   [junit4]   2> 930357 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 930357 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/collection1'
   [junit4]   2> 930358 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 930358 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 930359 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 930359 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[E611838CEBC646B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 930360 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 930362 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 930367 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 930369 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 930370 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 930371 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/collection1'
   [junit4]   2> 930371 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/./collection1
   [junit4]   2> 930371 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 930371 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 930371 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 930371 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/./collection1/data
   [junit4]   2> 930372 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 930372 WARN  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 930372 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 930372 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 930372 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@8bd3e01 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4813b5f5),segFN=segments_1,generation=1}
   [junit4]   2> 930372 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 930373 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/./collection1/data/
   [junit4]   2> 930373 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 930374 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 930374 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 930375 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 930375 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@8bd3e01 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4813b5f5),segFN=segments_1,generation=1}
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d13719e[collection1] main]
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/collection1/conf
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/collection1/conf}
   [junit4]   2> 930376 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_E611838CEBC646B-001/solr-instance-002/collection1/conf
   [junit4]   2> 930377 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 930377 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 930377 INFO  (searcherExecutor-4043-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d13719e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 930378 INFO  (coreLoadExecutor-4042-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 930862 INFO  (qtp562944652-8973) [    ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 930862 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 930863 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 930863 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 930863 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 930864 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 930864 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 930864 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 930864 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 930865 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 930865 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 930865 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 930865 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 930865 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 930865 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 930866 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 930866 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 930866 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 930866 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 930866 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 930867 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 930867 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 930867 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 930867 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 930867 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 930868 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 930868 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 930868 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 930868 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 930868 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 930868 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 930869 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 930869 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 930869 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 930869 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 930869 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 930870 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 930870 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 930870 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 930870 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 930872 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 2
   [junit4]   2> 930873 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 930873 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 930873 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 930873 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 930873 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 930874 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 930874 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 930874 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 930874 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 930874 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 930875 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 930875 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 930875 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 930875 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 930875 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 930876 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 930876 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 930876 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 930876 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 930876 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 930876 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 930877 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 930877 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 930877 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 930877 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 930877 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 930878 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 930878 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 930878 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 930878 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 930878 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 930878 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 930879 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 930879 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 930879 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 930879 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 930879 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 930880 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 930880 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 930881 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79]} 0 1
   [junit4]   2> 930881 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 930882 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 930882 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 930882 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 930882 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 930882 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 930883 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 930883 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 930884 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 930884 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 930884 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 930884 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 930884 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 930885 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 930885 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 930885 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 930885 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 930886 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 930886 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 930886 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 930886 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 930886 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 930886 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 930887 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 930887 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[104]} 0 0
   [junit4]   2> 930887 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[105]} 0 0
   [junit4]   2> 930887 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 930887 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 930888 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 930888 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 930888 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[110]} 0 0
   [junit4]   2> 930888 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[111]} 0 0
   [junit4]   2> 930888 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[112]} 0 0
   [junit4]   2> 930889 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 930889 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 930889 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 930889 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[116]} 0 0
   [junit4]   2> 930889 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 930890 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[118]} 0 0
   [junit4]   2> 930891 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[119]} 0 1
   [junit4]   2> 930891 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 930891 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[121]} 0 0
   [junit4]   2> 930892 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 930892 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 930892 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[124]} 0 0
   [junit4]   2> 930892 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 930892 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 930893 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 930893 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 930893 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 930893 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 930893 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 930894 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 930894 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 930894 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 930894 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 930894 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[136]} 0 0
   [junit4]   2> 930895 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[137]} 0 0
   [junit4]   2> 930895 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 930896 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[139]} 0 0
   [junit4]   2> 930896 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[140]} 0 0
   [junit4]   2> 930896 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 930896 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[142]} 0 0
   [junit4]   2> 930896 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[143]} 0 0
   [junit4]   2> 930897 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[144]} 0 0
   [junit4]   2> 930897 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[145]} 0 0
   [junit4]   2> 930897 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[146]} 0 0
   [junit4]   2> 930897 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[147]} 0 0
   [junit4]   2> 930898 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[148]} 0 0
   [junit4]   2> 930898 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[149]} 0 0
   [junit4]   2> 930898 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[150]} 0 0
   [junit4]   2> 930898 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[151]} 0 0
   [junit4]   2> 930899 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[152]} 0 0
   [junit4]   2> 930899 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[153]} 0 0
   [junit4]   2> 930899 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[154]} 0 0
   [junit4]   2> 930899 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[155]} 0 0
   [junit4]   2> 930900 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[156]} 0 0
   [junit4]   2> 930900 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[157]} 0 0
   [junit4]   2> 930900 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[158]} 0 0
   [junit4]   2> 930901 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[159]} 0 1
   [junit4]   2> 930902 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[160]} 0 0
   [junit4]   2> 930902 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[161]} 0 0
   [junit4]   2> 930902 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[162]} 0 0
   [junit4]   2> 930902 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[163]} 0 0
   [junit4]   2> 930903 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[164]} 0 0
   [junit4]   2> 930903 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[165]} 0 0
   [junit4]   2> 930903 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[166]} 0 0
   [junit4]   2> 930903 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[167]} 0 0
   [junit4]   2> 930903 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[168]} 0 0
   [junit4]   2> 930904 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[169]} 0 0
   [junit4]   2> 930904 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[170]} 0 0
   [junit4]   2> 930904 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[171]} 0 0
   [junit4]   2> 930904 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[172]} 0 0
   [junit4]   2> 930904 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[173]} 0 0
   [junit4]   2> 930905 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[174]} 0 0
   [junit4]   2> 930905 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[175]} 0 0
   [junit4]   2> 930905 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[176]} 0 0
   [junit4]   2> 930905 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[177]} 0 0
   [junit4]   2> 930905 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[178]} 0 0
   [junit4]   2> 930906 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[179]} 0 0
   [junit4]   2> 930906 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[180]} 0 0
   [junit4]   2> 930906 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[181]} 0 0
   [junit4]   2> 930906 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[182]} 0 0
   [junit4]   2> 930906 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[183]} 0 0
   [junit4]   2> 930907 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[184]} 0 0
   [junit4]   2> 930907 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[185]} 0 0
   [junit4]   2> 930907 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[186]} 0 0
   [junit4]   2> 930908 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[187]} 0 0
   [junit4]   2> 930908 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[188]} 0 0
   [junit4]   2> 930908 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[189]} 0 0
   [junit4]   2> 930908 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[190]} 0 0
   [junit4]   2> 930908 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[191]} 0 0
   [junit4]   2> 930909 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[192]} 0 0
   [junit4]   2> 930909 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[193]} 0 0
   [junit4]   2> 930909 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[194]} 0 0
   [junit4]   2> 930909 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[195]} 0 0
   [junit4]   2> 930909 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[196]} 0 0
   [junit4]   2> 930910 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[197]} 0 0
   [junit4]   2> 930910 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[198]} 0 0
   [junit4]   2> 930911 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[199]} 0 1
   [junit4]   2> 930911 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[200]} 0 0
   [junit4]   2> 930912 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[201]} 0 0
   [junit4]   2> 930912 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[202]} 0 0
   [junit4]   2> 930912 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[203]} 0 0
   [junit4]   2> 930912 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[204]} 0 0
   [junit4]   2> 930913 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[205]} 0 0
   [junit4]   2> 930913 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[206]} 0 0
   [junit4]   2> 930913 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[207]} 0 0
   [junit4]   2> 930913 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[208]} 0 0
   [junit4]   2> 930913 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[209]} 0 0
   [junit4]   2> 930914 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[210]} 0 0
   [junit4]   2> 930914 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[211]} 0 0
   [junit4]   2> 930914 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[212]} 0 0
   [junit4]   2> 930914 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[213]} 0 0
   [junit4]   2> 930915 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[214]} 0 0
   [junit4]   2> 930915 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[215]} 0 0
   [junit4]   2> 930915 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[216]} 0 0
   [junit4]   2> 930915 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[217]} 0 0
   [junit4]   2> 930915 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[218]} 0 0
   [junit4]   2> 930916 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[219]} 0 0
   [junit4]   2> 930916 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[220]} 0 0
   [junit4]   2> 930916 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[221]} 0 0
   [junit4]   2> 930916 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[222]} 0 0
   [junit4]   2> 930916 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[223]} 0 0
   [junit4]   2> 930917 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[224]} 0 0
   [junit4]   2> 930917 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[225]} 0 0
   [junit4]   2> 930917 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[226]} 0 0
   [junit4]   2> 930917 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[227]} 0 0
   [junit4]   2> 930918 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[228]} 0 0
   [junit4]   2> 930918 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[229]} 0 0
   [junit4]   2> 930918 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[230]} 0 0
   [junit4]   2> 930918 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[231]} 0 0
   [junit4]   2> 930918 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[232]} 0 0
   [junit4]   2> 930919 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[233]} 0 0
   [junit4]   2> 930919 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[234]} 0 0
   [junit4]   2> 930920 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[235]} 0 0
   [junit4]   2> 930920 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[236]} 0 0
   [junit4]   2> 930920 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[237]} 0 0
   [junit4]   2> 930920 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[238]} 0 0
   [junit4]   2> 930921 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[239]} 0 1
   [junit4]   2> 930922 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[240]} 0 0
   [junit4]   2> 930922 INFO  (qtp562944652-8975) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[241]} 0 0
   [junit4]   2> 930922 INFO  (qtp562944652-8968) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[242]} 0 0
   [junit4]   2> 930922 INFO  (qtp562944652-8973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[243]} 0 0
   [junit4]   2> 930922 INFO  (qtp562944652-8974) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[244]} 0 0
   [junit4]   2> 930923 INFO  (qtp562944652-8975) [    ] o.a

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

RequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
   [junit4]    > 	... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_E611838CEBC646B-001
   [junit4]   2> Jul 03, 2016 8:36:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Jul 03, 2016 8:36:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.security.BasicAuthIntegrationTest: 
   [junit4]   2>    1) Thread[id=94645, name=Connection evictor, state=TIMED_WAITING, group=TGRP-BasicAuthIntegrationTest]
   [junit4]   2>         at java.lang.Thread.sleep(java.base@9-ea/Native Method)
   [junit4]   2>         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> Jul 03, 2016 8:36:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=94645, name=Connection evictor, state=TIMED_WAITING, group=TGRP-BasicAuthIntegrationTest]
   [junit4]   2> Jul 03, 2016 8:36:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=BlockTreeOrds(blocksize=128), _version_=PostingsFormat(name=Direct), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), intDefault=PostingsFormat(name=Direct), id=BlockTreeOrds(blocksize=128), range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=525, maxMBSortInHeap=6.347467857279785, sim=ClassicSimilarity, locale=da-DK, timezone=Israel
   [junit4]   2> NOTE: Linux 4.4.0-24-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=399614824,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestMiniSolrCloudClusterSSL, ScriptEngineTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverUtilsTest, BadComponentTest, TestSolrXml, TestComplexPhraseQParserPlugin, TestSolrConfigHandlerCloud, TestPostingsSolrHighlighter, TestMiniSolrCloudCluster, LeaderFailoverAfterPartitionTest, TestInitParams, CheckHdfsIndexTest, TestReqParamsAPI, HdfsDirectoryTest, TestSchemaNameResource, ConjunctionSolrSpellCheckerTest, DeleteShardTest, QueryResultKeyTest, UnloadDistributedZkTest, HighlighterMaxOffsetTest, CollectionStateFormat2Test, TestFieldCacheSort, TestScoreJoinQPScore, BlockCacheTest, TestElisionMultitermQuery, TestRebalanceLeaders, SuggestComponentTest, TestRecovery, EnumFieldTest, TestConfigSetsAPIExclusivity, TestFileDictionaryLookup, TestMinMaxOnMultiValuedField, TestRandomCollapseQParserPlugin, MigrateRouteKeyTest, BJQParserTest, DocValuesMultiTest, PKIAuthenticationIntegrationTest, TestManagedSynonymFilterFactory, TestSuggestSpellingConverter, DirectUpdateHandlerOptimizeTest, SimpleFacetsTest, PrimitiveFieldTypeTest, ClusterStateTest, TestXIncludeConfig, RestartWhileUpdatingTest, ConnectionManagerTest, TestSweetSpotSimilarityFactory, QueryParsingTest, StatsComponentTest, TestFuzzyAnalyzedSuggestions, CurrencyFieldXmlFileTest, MergeStrategyTest, BasicDistributedZk2Test, TestSchemaManager, FieldMutatingUpdateProcessorTest, DistributedVersionInfoTest, TestDynamicLoading, SearchHandlerTest, TestSolrQueryParserResource, HardAutoCommitTest, TestJettySolrRunner, LeaderElectionTest, TestTrieFacet, UpdateParamsTest, TestStressReorder, TestSortingResponseWriter, TestCollationField, AutoCommitTest, SliceStateTest, CoreAdminRequestStatusTest, TlogReplayBufferedWhileIndexingTest, TestManagedResourceStorage, TestCSVResponseWriter, TestNonDefinedSimilarityFactory, BigEndianAscendingWordSerializerTest, TestSolrIndexConfig, TestSizeLimitedDistributedMap, DirectoryFactoryTest, PluginInfoTest, CdcrRequestHandlerTest, DistributedFacetPivotSmallAdvancedTest, LukeRequestHandlerTest, TestSolrFieldCacheMBean, BlobRepositoryCloudTest, TestRequestStatusCollectionAPI, TestCharFilters, TestClusterStateMutator, SecurityConfHandlerTest, TestTolerantSearch, TestReload, XmlUpdateRequestHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, DirectUpdateHandlerTest, FullHLLTest, TestCoreDiscovery, RecoveryZkTest, SolrTestCaseJ4Test, TestSolrCLIRunExample, TestFiltering, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, TermVectorComponentTest, TestArbitraryIndexDir, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, TestComponentsName, HighlighterConfigTest, TestStressRecovery, FileUtilsTest, DistributedIntervalFacetingTest, TestEmbeddedSolrServerConstructors, AssignTest, AsyncCallRequestStatusResponseTest, CleanupOldIndexTest, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DistributedQueueTest, ForceLeaderTest, RollingRestartTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestCloudBackupRestore, TestCloudDeleteByQuery, TestCloudPivotFacet, TestLockTree, TestOnReconnectListenerSupport, TestShortCircuitedRequests, TestStressLiveNodes, TriLevelCompositeIdRoutingTest, ExitableDirectoryReaderTest, TestBackupRepositoryFactory, TestConfigOverlay, TestConfigSetImmutable, TestConfigSets, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean, RequestLoggingTest, TestConfigReload, TestReplicationHandlerBackup, TestSolrConfigHandlerConcurrent, DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, WrapperMergePolicyFactoryTest, TestIntervalFaceting, TestMacros, TestCustomDocTransformer, TestGeoJSONResponseWriter, TestGraphMLResponseWriter, TestChildDocTransformer, TestRestManager, TestCopyFieldCollectionResource, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldResource, TestSchemaSimilarityResource, ChangedSchemaMergeTest, DocValuesMissingTest, TestCloudManagedSchema, TestCollationFieldDocValues, TestUseDocValuesAsStored, TestExactSharedStatsCache, BasicAuthIntegrationTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.seed=E611838CEBC646B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da-DK -Dtests.timezone=Israel -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | BasicAuthIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.security.BasicAuthIntegrationTest: 
   [junit4]    >    1) Thread[id=94645, name=Connection evictor, state=TIMED_WAITING, group=TGRP-BasicAuthIntegrationTest]
   [junit4]    >         at java.lang.Thread.sleep(java.base@9-ea/Native Method)
   [junit4]    >         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E611838CEBC646B]:0)
   [junit4] Completed [617/618 (2!)] on J2 in 40.54s, 1 test, 2 errors <<< FAILURES!

[...truncated 16 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: E611838CEBC646B]

Total time: 53 minutes 53 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