Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17781/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseG1GC

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

Error Message:
Unexpected exception type, expected RemoteSolrException

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
RemoteSolrException
        at 
__randomizedtesting.SeedInfo.seed([8ECAC20A99BAD722:32A4B4183DE95458]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2682)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: https://127.0.0.1:45198/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1280)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.lambda$testBasicAuth$0(BasicAuthIntegrationTest.java:112)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2677)
        ... 40 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:45198 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:513)
        ... 50 more




Build Log:
[...truncated 12440 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/init-core-data-001
   [junit4]   2> 1992034 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1992035 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1992035 INFO  (Thread-3484) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1992035 INFO  (Thread-3484) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1992135 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34230
   [junit4]   2> 1992136 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1992136 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1992138 INFO  (zkCallback-2350-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ce5ee9 name:ZooKeeperConnection 
Watcher:127.0.0.1:34230 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1992138 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1992138 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1992138 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1992139 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 1992143 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1992145 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1992147 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1992148 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f8819d{/solr,null,AVAILABLE}
   [junit4]   2> 1992150 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@5326ab{SSL,[ssl, 
http/1.1]}{127.0.0.1:46447}
   [junit4]   2> 1992151 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.e.j.s.Server Started @1994060ms
   [junit4]   2> 1992151 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46447}
   [junit4]   2> 1992151 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1992151 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3'
   [junit4]   2> 1992151 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1992151 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1992151 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1992152 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1992153 INFO  (zkCallback-2351-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1105b69 name:ZooKeeperConnection 
Watcher:127.0.0.1:34230/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1992153 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1992153 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1992154 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1992154 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5ad0ad{/solr,null,AVAILABLE}
   [junit4]   2> 1992154 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c269f2{/solr,null,AVAILABLE}
   [junit4]   2> 1992156 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@1b8317c{SSL,[ssl, 
http/1.1]}{127.0.0.1:45198}
   [junit4]   2> 1992156 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@7824fb{SSL,[ssl, 
http/1.1]}{127.0.0.1:44452}
   [junit4]   2> 1992157 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.e.j.s.Server Started @1994066ms
   [junit4]   2> 1992157 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.e.j.s.Server Started @1994066ms
   [junit4]   2> 1992157 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45198}
   [junit4]   2> 1992157 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44452}
   [junit4]   2> 1992157 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1992157 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1992157 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2'
   [junit4]   2> 1992157 INFO  (jetty-launcher-2349-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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1'
   [junit4]   2> 1992157 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1992157 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1992158 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1992158 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1992158 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1992158 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1992158 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1992158 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1992159 INFO  (zkCallback-2353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7d4777 name:ZooKeeperConnection 
Watcher:127.0.0.1:34230/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1992159 INFO  (zkCallback-2352-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10df893 name:ZooKeeperConnection 
Watcher:127.0.0.1:34230/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1992159 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1992159 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1992159 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1992159 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1992160 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1992160 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1992165 INFO  (jetty-launcher-2349-thread-3) [    ] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/.
   [junit4]   2> 1992165 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 7829356
   [junit4]   2> 1992165 INFO  (jetty-launcher-2349-thread-3) [    ] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3]
   [junit4]   2> 1992165 WARN  (jetty-launcher-2349-thread-3) [    ] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/lib
   [junit4]   2> 1992165 INFO  (jetty-launcher-2349-thread-2) [    ] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/.
   [junit4]   2> 1992165 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1992165 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 23095413
   [junit4]   2> 1992165 INFO  (jetty-launcher-2349-thread-2) [    ] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2]
   [junit4]   2> 1992165 WARN  (jetty-launcher-2349-thread-2) [    ] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/lib
   [junit4]   2> 1992166 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1992167 INFO  (jetty-launcher-2349-thread-1) [    ] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/.
   [junit4]   2> 1992167 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 26103124
   [junit4]   2> 1992167 INFO  (jetty-launcher-2349-thread-1) [    ] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1]
   [junit4]   2> 1992167 WARN  (jetty-launcher-2349-thread-1) [    ] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/lib
   [junit4]   2> 1992168 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1992168 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1992168 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1992168 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1992168 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1992168 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1992169 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34230/solr
   [junit4]   2> 1992169 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34230/solr
   [junit4]   2> 1992169 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1992169 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1992169 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1992169 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1992169 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1992170 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1992170 INFO  (zkCallback-2358-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3d93ba name:ZooKeeperConnection 
Watcher:127.0.0.1:34230 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1992170 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1992170 INFO  (zkCallback-2359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e801b0 name:ZooKeeperConnection 
Watcher:127.0.0.1:34230 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1992170 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1992170 INFO  (jetty-launcher-2349-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1992171 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1992171 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$83/18919239@16d2109
   [junit4]   2> 1992172 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1992172 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$83/18919239@3c649
   [junit4]   2> 1992172 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@188c17d name:ZooKeeperConnection 
Watcher:127.0.0.1:34230/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1992173 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1992173 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1992173 INFO  
(zkCallback-2361-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1036df8 name:ZooKeeperConnection 
Watcher:127.0.0.1:34230/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1992173 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1992174 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1992174 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1992175 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1992176 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1992176 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1992177 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1992177 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1992177 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1992178 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1992178 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1992178 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1992178 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1992178 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34230/solr
   [junit4]   2> 1992178 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1992178 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1992178 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1992179 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1992179 INFO  (zkCallback-2364-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@11f8c9b name:ZooKeeperConnection 
Watcher:127.0.0.1:34230 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1992179 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1992179 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1992179 INFO  (jetty-launcher-2349-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1992179 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1992180 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$83/18919239@1e06a6e
   [junit4]   2> 1992181 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1992181 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1992181 INFO  
(zkCallback-2367-thread-1-processing-n:127.0.0.1:44452_solr) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b99504 name:ZooKeeperConnection 
Watcher:127.0.0.1:34230/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1992181 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1992181 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1992182 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1992183 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1992183 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1992183 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1992184 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1992184 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1992184 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1992185 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1992185 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 1992185 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 1992185 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1992188 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1992189 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1992189 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1992190 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 1992190 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1992190 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1992190 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1992191 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1992191 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96555238178750471-127.0.0.1:45198_solr-n_0000000000
   [junit4]   2> 1992191 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45198_solr
   [junit4]   2> 1992192 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1992192 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1992193 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96555238178750473-127.0.0.1:44452_solr-n_0000000001
   [junit4]   2> 1992193 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.Overseer Overseer 
(id=96555238178750471-127.0.0.1:45198_solr-n_0000000000) starting
   [junit4]   2> 1992193 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96555238178750471-127.0.0.1:45198_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1992194 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44452_solr
   [junit4]   2> 1992194 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:44452_solr
   [junit4]   2> 1992194 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1992194 INFO  
(zkCallback-2367-thread-1-processing-n:127.0.0.1:44452_solr) 
[n:127.0.0.1:44452_solr    ] 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> 1992194 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] 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> 1992194 INFO  
(zkCallback-2361-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] 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> 1992196 INFO  
(zkCallback-2367-thread-1-processing-n:127.0.0.1:44452_solr) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1992201 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1992201 INFO  
(zkCallback-2361-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1992201 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1992202 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96555238178750470-127.0.0.1:46447_solr-n_0000000002
   [junit4]   2> 1992202 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96555238178750473-127.0.0.1:44452_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 1992202 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:46447_solr as DOWN
   [junit4]   2> 1992203 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46447_solr
   [junit4]   2> 1992203 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:46447_solr
   [junit4]   2> 1992204 INFO  
(zkCallback-2361-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1992205 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1992205 INFO  
(zkCallback-2361-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1992205 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1992205 INFO  
(zkCallback-2367-thread-1-processing-n:127.0.0.1:44452_solr) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1992205 INFO  
(zkCallback-2367-thread-1-processing-n:127.0.0.1:44452_solr) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1992206 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1992206 INFO  
(OverseerCollectionConfigSetProcessor-96555238178750471-127.0.0.1:45198_solr-n_0000000000)
 [n:127.0.0.1:45198_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1992207 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1992208 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (2)
   [junit4]   2> 1992210 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46447_solr"} current state version: 0
   [junit4]   2> 1992210 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:46447_solr
   [junit4]   2> 1992218 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45198_solr as DOWN
   [junit4]   2> 1992219 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45198_solr
   [junit4]   2> 1992219 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:45198_solr
   [junit4]   2> 1992219 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45198_solr"} current state version: 0
   [junit4]   2> 1992219 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:45198_solr
   [junit4]   2> 1992219 INFO  
(zkCallback-2361-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1992220 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1992220 INFO  
(zkCallback-2367-thread-1-processing-n:127.0.0.1:44452_solr) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1992220 INFO  
(zkCallback-2367-thread-1-processing-n:127.0.0.1:44452_solr) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1992220 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1992221 INFO  
(zkCallback-2361-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1992222 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1992222 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1992223 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] 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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/.
   [junit4]   2> 1992223 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1992223 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1992223 INFO  (jetty-launcher-2349-thread-1) 
[n:127.0.0.1:44452_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1992224 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1992224 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1992224 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] 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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/.
   [junit4]   2> 1992225 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1992225 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1992225 INFO  (jetty-launcher-2349-thread-3) 
[n:127.0.0.1:46447_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1992246 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1992246 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1992247 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] 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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/.
   [junit4]   2> 1992247 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1992248 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1992248 INFO  (jetty-launcher-2349-thread-2) 
[n:127.0.0.1:45198_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1992249 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1992249 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1992249 INFO  (zkCallback-2369-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@26c402 name:ZooKeeperConnection 
Watcher:127.0.0.1:34230 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1992250 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1992250 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1992251 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1992251 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1992253 INFO  (zkCallback-2372-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18cc780 name:ZooKeeperConnection 
Watcher:127.0.0.1:34230/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1992253 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1992253 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1992253 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1992259 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1992259 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1992260 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf/solrconfig.xml
   [junit4]   2> 1992261 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf/schema.xml
   [junit4]   2> 1992311 INFO  (qtp20769719-14564) [n:127.0.0.1:45198_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1992312 INFO  
(OverseerCollectionConfigSetProcessor-96555238178750471-127.0.0.1:45198_solr-n_0000000000)
 [n:127.0.0.1:45198_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"authCollection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1992313 INFO  
(OverseerThreadFactory-6547-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"authCollection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1992313 INFO  
(OverseerThreadFactory-6547-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
authCollection
   [junit4]   2> 1992313 INFO  
(OverseerThreadFactory-6547-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/authCollection 
   [junit4]   2> 1992313 INFO  
(OverseerThreadFactory-6547-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/authCollection
   [junit4]   2> 1992313 INFO  
(zkCallback-2361-thread-2-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 1992314 INFO  
(zkCallback-2367-thread-1-processing-n:127.0.0.1:44452_solr) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 1992314 INFO  (zkCallback-2372-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1992314 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 1992315 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"authCollection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1992315 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: authCollection
   [junit4]   2> 1992316 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/authCollection/state.json
   [junit4]   2> 1992415 INFO  
(OverseerThreadFactory-6547-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.CreateCollectionCmd Creating SolrCores for 
new collection authCollection, shardNames [shard1, shard2, shard3] , 
replicationFactor : 1
   [junit4]   2> 1992416 INFO  
(OverseerThreadFactory-6547-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
authCollection_shard3_replica1 as part of shard shard3 of collection 
authCollection on 127.0.0.1:45198_solr
   [junit4]   2> 1992416 INFO  
(OverseerThreadFactory-6547-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
authCollection_shard1_replica1 as part of shard shard1 of collection 
authCollection on 127.0.0.1:44452_solr
   [junit4]   2> 1992416 INFO  
(OverseerThreadFactory-6547-thread-1-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
authCollection_shard2_replica1 as part of shard shard2 of collection 
authCollection on 127.0.0.1:46447_solr
   [junit4]   2> 1992424 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2
   [junit4]   2> 1992424 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=authCollection_shard3_replica1, collection.configName=conf, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=authCollection, 
numShards=3, dataDir=data/, shard=shard3}
   [junit4]   2> 1992425 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1992425 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController Registering watch for collection authCollection
   [junit4]   2> 1992425 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"authCollection_shard3_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:45198/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:45198_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1992425 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 
message={
   [junit4]   2>   "core":"authCollection_shard3_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:45198/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:45198_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1992426 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
   [junit4]   2> 1992426 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1992467 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1992468 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=authCollection_shard2_replica1, collection.configName=conf, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=authCollection, 
numShards=3, dataDir=data/, shard=shard2}
   [junit4]   2> 1992468 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1992469 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController Registering watch for collection authCollection
   [junit4]   2> 1992469 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"authCollection_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46447/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:46447_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1992469 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
   [junit4]   2> 1992469 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 
message={
   [junit4]   2>   "core":"authCollection_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46447/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:46447_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1992470 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1992471 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1992471 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=authCollection_shard1_replica1, collection.configName=conf, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=authCollection, 
numShards=3, dataDir=data/, shard=shard1}
   [junit4]   2> 1992472 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1992472 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController Registering watch for collection authCollection
   [junit4]   2> 1992472 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
   [junit4]   2> 1992472 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"authCollection_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:44452/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44452_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1992473 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 
message={
   [junit4]   2>   "core":"authCollection_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:44452/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44452_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1992473 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1992574 INFO  
(OverseerStateUpdate-96555238178750471-127.0.0.1:45198_solr-n_0000000000) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/authCollection/state.json version: 0
   [junit4]   2> 1992574 INFO  
(zkCallback-2361-thread-2-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1992574 INFO  
(zkCallback-2367-thread-1-processing-n:127.0.0.1:44452_solr) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1992574 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1992574 INFO  
(zkCallback-2361-thread-2-processing-n:127.0.0.1:45198_solr) 
[n:127.0.0.1:45198_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[authCollection] from [0] to [1]
   [junit4]   2> 1992574 INFO  
(zkCallback-2367-thread-1-processing-n:127.0.0.1:44452_solr) 
[n:127.0.0.1:44452_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[authCollection] from [0] to [1]
   [junit4]   2> 1992574 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[authCollection] from [0] to [1]
   [junit4]   2> 1993426 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for 
authCollection_shard3_replica1
   [junit4]   2> 1993426 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController Check for collection zkNode:authCollection
   [junit4]   2> 1993426 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1993426 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/authCollection]
   [junit4]   2> 1993427 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] 
specified config exists in ZooKeeper
   [junit4]   2> 1993428 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/authCollection_shard3_replica1'
   [junit4]   2> 1993428 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1993428 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1993429 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1993431 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1993516 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for 
authCollection_shard2_replica1
   [junit4]   2> 1993516 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for 
authCollection_shard1_replica1
   [junit4]   2> 1993516 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController Check for collection zkNode:authCollection
   [junit4]   2> 1993516 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController Check for collection zkNode:authCollection
   [junit4]   2> 1993517 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1993518 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1993518 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1993518 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/authCollection]
   [junit4]   2> 1993518 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/authCollection]
   [junit4]   2> 1993519 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] 
specified config exists in ZooKeeper
   [junit4]   2> 1993519 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] 
specified config exists in ZooKeeper
   [junit4]   2> 1993519 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/authCollection_shard1_replica1'
   [junit4]   2> 1993519 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/authCollection_shard2_replica1'
   [junit4]   2> 1993519 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1993519 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1993519 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1993519 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1993520 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1993521 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1993521 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1993523 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1993523 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1993525 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
   [junit4]   2> 1993526 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1993526 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1993527 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1993528 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf', 
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1993528 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica1' using 
configuration from collection authCollection
   [junit4]   2> 1993529 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1993529 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/authCollection_shard3_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/./authCollection_shard3_replica1/data/]
   [junit4]   2> 1993529 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
authCollection_shard3_replica1
   [junit4]   2> 1993530 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/./authCollection_shard3_replica1/data/snapshot_metadata
   [junit4]   2> 1993530 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1993530 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/./authCollection_shard3_replica1/data
   [junit4]   2> 1993530 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index/
   [junit4]   2> 1993531 WARN  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore [authCollection_shard3_replica1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1993531 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1993531 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index
   [junit4]   2> 1993531 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1993532 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@17890c6 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f78ed),segFN=segments_1,generation=1}
   [junit4]   2> 1993532 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1993532 INFO  
(OldIndexDirectoryCleanupThreadForCore-authCollection_shard3_replica1) 
[n:127.0.0.1:45198_solr c:authCollection s:shard3 r:core_node1 
x:authCollection_shard3_replica1] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core authCollection_shard3_replica1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/./authCollection_shard3_replica1/data/
   [junit4]   2> 1993532 WARN  
(OldIndexDirectoryCleanupThreadForCore-authCollection_shard3_replica1) 
[n:127.0.0.1:45198_solr c:authCollection s:shard3 r:core_node1 
x:authCollection_shard3_replica1] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node2/./authCollection_shard3_replica1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1993533 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1993534 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 1993534 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1993535 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1993536 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1993538 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1993538 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1993538 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1993538 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1993539 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf', 
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1993539 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf', 
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1993539 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica1' using 
configuration from collection authCollection
   [junit4]   2> 1993539 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using 
configuration from collection authCollection
   [junit4]   2> 1993539 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1993539 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1993540 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1993540 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2 r:core_node2 x:authCollection_shard2_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1993540 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] 
o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/authCollection_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/./authCollection_shard1_replica1/data/]
   [junit4]   2> 1993540 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2 r:core_node2 x:authCollection_shard2_replica1] 
o.a.s.c.SolrCore [[authCollection_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/authCollection_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/./authCollection_shard2_replica1/data/]
   [junit4]   2> 1993540 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
authCollection_shard1_replica1
   [junit4]   2> 1993540 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1993540 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2 r:core_node2 x:authCollection_shard2_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
authCollection_shard2_replica1
   [junit4]   2> 1993540 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1993541 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/./authCollection_shard1_replica1/data/snapshot_metadata
   [junit4]   2> 1993541 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1993541 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2 r:core_node2 x:authCollection_shard2_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/./authCollection_shard2_replica1/data/snapshot_metadata
   [junit4]   2> 1993541 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2 r:core_node2 x:authCollection_shard2_replica1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1993541 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1993542 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1993542 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/./authCollection_shard1_replica1/data
   [junit4]   2> 1993542 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index/
   [junit4]   2> 1993542 WARN  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] 
o.a.s.c.SolrCore [authCollection_shard1_replica1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1993542 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2 r:core_node2 x:authCollection_shard2_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/./authCollection_shard2_replica1/data
   [junit4]   2> 1993542 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@17890c6 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f78ed),segFN=segments_1,generation=1}
   [junit4]   2> 1993542 INFO  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2 r:core_node2 x:authCollection_shard2_replica1] 
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.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index/
   [junit4]   2> 1993542 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1993542 WARN  (qtp29786765-14572) [n:127.0.0.1:46447_solr 
c:authCollection s:shard2 r:core_node2 x:authCollection_shard2_replica1] 
o.a.s.c.SolrCore [authCollection_shard2_replica1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1993542 INFO  (qtp20769719-14589) [n:127.0.0.1:45198_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14bdee3[authCollection_shard3_replica1] main]
   [junit4]   2> 1993542 INFO  (qtp21393007-14576) [n:127.0.0.1:44452_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins

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

olr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001/tempDir-001/node3/./authCollection_shard2_replica1/data/snapshot_metadata
   [junit4]   2> 1995462 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1995463 INFO  
(OverseerCollectionConfigSetProcessor-96555238178750470-127.0.0.1:46447_solr-n_0000000002)
 [n:127.0.0.1:46447_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1995463 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=96555238178750470-127.0.0.1:46447_solr-n_0000000002) closing
   [junit4]   2> 1995466 INFO  
(OverseerCollectionConfigSetProcessor-96555238178750470-127.0.0.1:46447_solr-n_0000000002)
 [n:127.0.0.1:46447_solr    ] o.a.s.c.OverseerTaskProcessor According to ZK I 
(id=96555238178750470-127.0.0.1:46447_solr-n_0000000002) am no longer a leader.
   [junit4]   2> 1995466 INFO  
(OverseerStateUpdate-96555238178750470-127.0.0.1:46447_solr-n_0000000002) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.Overseer According to ZK I 
(id=96555238178750470-127.0.0.1:46447_solr-n_0000000002) am no longer a leader.
   [junit4]   2> 1995466 ERROR 
(OverseerCollectionConfigSetProcessor-96555238178750470-127.0.0.1:46447_solr-n_0000000002)
 [n:127.0.0.1:46447_solr    ] o.a.s.c.OverseerTaskProcessor Unable to 
prioritize overseer 
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:67)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerNodePrioritizer.prioritizeOverseerNodes(OverseerNodePrioritizer.java:60)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:177)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1995466 INFO  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1995466 INFO  
(OverseerStateUpdate-96555238178750470-127.0.0.1:46447_solr-n_0000000002) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1995467 WARN  
(zkCallback-2360-thread-1-processing-n:127.0.0.1:46447_solr) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1995467 INFO  
(OverseerStateUpdate-96555238178750470-127.0.0.1:46447_solr-n_0000000002) 
[n:127.0.0.1:46447_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:46447_solr
   [junit4]   2> 1995467 INFO  (jetty-launcher-2349-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@f8819d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1995469 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34230 34230
   [junit4]   2> 1995634 INFO  (Thread-3484) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34230 34230
   [junit4]   2> 1995636 WARN  (Thread-3484) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/collections/authCollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/overseer/queue
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1995636 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[8ECAC20A99BAD722]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_8ECAC20A99BAD722-001
   [junit4]   2> Sep 08, 2016 6:26:55 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1891, maxMBSortInHeap=7.761505122006945, 
sim=RandomSimilarity(queryNorm=true): {}, locale=da, 
timezone=America/Argentina/Rio_Gallegos
   [junit4]   2> NOTE: Linux 4.4.0-36-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=1,free=164626032,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [AnalyticsQueryTest, 
TestDocTermOrds, StandardRequestHandlerTest, DateRangeFieldTest, 
TestBackupRepositoryFactory, TestRealTimeGet, TestPHPSerializedResponseWriter, 
TestReqParamsAPI, RankQueryTest, TestLazyCores, 
TestHighFrequencyDictionaryFactory, NumericFieldsTest, TestRangeQuery, 
AlternateDirectoryTest, RegexBoostProcessorTest, TestQuerySenderNoQuery, 
SpatialRPTFieldTypeTest, XsltUpdateRequestHandlerTest, TestBadConfig, 
TestPerFieldSimilarity, TestRTimerTree, DistributedFacetPivotWhiteBoxTest, 
DocumentAnalysisRequestHandlerTest, TestRandomDVFaceting, ResourceLoaderTest, 
TestTolerantUpdateProcessorRandomCloud, TestSubQueryTransformerDistrib, 
TestStressCloudBlindAtomicUpdates, MBeansHandlerTest, TestRawTransformer, 
BasicDistributedZkTest, TestBlendedInfixSuggestions, SmileWriterTest, 
TestAtomicUpdateErrorCases, TestTrieFacet, TestScoreJoinQPNoScore, 
TestIBSimilarityFactory, VMParamsZkACLAndCredentialsProvidersTest, 
ZkStateWriterTest, TestStressLucene, CollectionStateFormat2Test, 
CloudMLTQParserTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestUniqueKeyFieldResource, TestPKIAuthenticationPlugin, TestCodecSupport, 
DefaultValueUpdateProcessorTest, TestCloudDeleteByQuery, 
TestHdfsCloudBackupRestore, ConnectionReuseTest, 
TestSerializedLuceneMatchVersion, QueryEqualityTest, PeerSyncTest, 
CursorPagingTest, SuggestComponentContextFilterQueryTest, TestRestManager, 
SecurityConfHandlerTest, TestSolrFieldCacheMBean, CleanupOldIndexTest, 
PreAnalyzedUpdateProcessorTest, TestFunctionQuery, HttpPartitionTest, 
HdfsRestartWhileUpdatingTest, BigEndianAscendingWordDeserializerTest, 
HighlighterConfigTest, CacheHeaderTest, TestConfigSetProperties, 
TestRecoveryHdfs, RemoteQueryErrorTest, AsyncCallRequestStatusResponseTest, 
DistributedExpandComponentTest, CachingDirectoryFactoryTest, 
FileBasedSpellCheckerTest, TestOmitPositions, TestDocSet, BadCopyFieldTest, 
TestSortByMinMaxFunction, TestDistribDocBasedVersion, ResponseHeaderTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestBinaryResponseWriter, 
ActionThrottleTest, SolrRequestParserTest, CoreAdminRequestStatusTest, 
TestImplicitCoreProperties, TestCSVLoader, HLLUtilTest, 
TestUseDocValuesAsStored, HdfsTlogReplayBufferedWhileIndexingTest, 
TestGraphTermsQParserPlugin, UniqFieldsUpdateProcessorFactoryTest, 
OutputWriterTest, TestSolrCoreProperties, PathHierarchyTokenizerFactoryTest, 
HdfsNNFailoverTest, CdcrRequestHandlerTest, ConnectionManagerTest, 
TestJmxIntegration, TestFoldingMultitermQuery, TestCrossCoreJoin, 
TestSSLRandomization, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, 
TestRandomFaceting, TestZkChroot, ZkCLITest, TestDistributedSearch, 
TestDistributedGrouping, TestJoin, TestCoreContainer, TestSolr4Spatial, 
SpellCheckComponentTest, HighlighterTest, 
DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest, 
CoreAdminHandlerTest, PolyFieldTest, NoCacheHeaderTest, 
SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, 
TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, 
DocValuesMultiTest, TestSolrDeletionPolicy1, DisMaxRequestHandlerTest, 
PrimitiveFieldTypeTest, TermsComponentTest, XmlUpdateRequestHandlerTest, 
TermVectorComponentTest, RequiredFieldsTest, FastVectorHighlighterTest, 
SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, QueryParsingTest, 
JsonLoaderTest, TestPartialUpdateDeduplication, TestLFUCache, 
CdcrReplicationDistributedZkTest, CloudExitableDirectoryReaderTest, 
CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, 
ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteInactiveReplicaTest, 
DeleteShardTest, DistribCursorPagingTest, DistributedQueueTest, 
ForceLeaderTest, SaslZkACLProviderTest, TestAuthenticationFramework, 
TestCloudPseudoReturnFields, TestCryptoKeys, TestLocalFSCloudBackupRestore, 
TestRandomRequestDistribution, TestReplicaProperties, 
TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsRecoverLeaseTest, HdfsSyncSliceTest, HdfsThreadLeakTest, 
HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ZkStateReaderTest, 
RuleEngineTest, RulesTest, DistributedFacetPivotLargeTest, 
DistributedFacetPivotSmallTest, DistributedSuggestComponentTest, 
SuggestComponentTest, TestSolrQueryParserDefaultOperatorResource, 
TestManagedSynonymFilterFactory, BooleanFieldTest, ChangedSchemaMergeTest, 
TestCloudSchemaless, TestOrdValues, BJQParserTest, BlockJoinFacetDistribTest, 
TestDFISimilarityFactory, TestExactSharedStatsCache, BasicAuthIntegrationTest]
   [junit4] Completed [601/631 (1!)] on J0 in 3.87s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 52619 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to