Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17743/ Java: 32bit/jdk-9-ea+132 -server -XX:+UseParallelGC
1 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasics Error Message: IOException occured when talking to server at: http://127.0.0.1:39382/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:39382/solr at __randomizedtesting.SeedInfo.seed([6F2EF337BC7E7C8A:52F65D1B849022FA]:0) 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.doExtraTests(BasicAuthIntegrationTest.java:116) at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196) at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(java.base@9-ea/Thread.java:843) Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:39382 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 12421 lines...] [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest [junit4] 2> 1893218 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1893219 INFO (Thread-2794) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1893219 INFO (Thread-2794) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1893319 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.ZkTestServer start zk server on port:40609 [junit4] 2> 1893319 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893319 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893338 INFO (zkCallback-2331-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@577bcc name:ZooKeeperConnection Watcher:127.0.0.1:40609 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893338 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893338 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893338 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 1893345 INFO (jetty-launcher-2330-thread-3) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1893345 INFO (jetty-launcher-2330-thread-4) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1893345 INFO (jetty-launcher-2330-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1893345 INFO (jetty-launcher-2330-thread-2) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1893345 INFO (jetty-launcher-2330-thread-5) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1893347 INFO (jetty-launcher-2330-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d9fcdf{/solr,null,AVAILABLE} [junit4] 2> 1893348 INFO (jetty-launcher-2330-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d9834{/solr,null,AVAILABLE} [junit4] 2> 1893348 INFO (jetty-launcher-2330-thread-5) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16edad6{/solr,null,AVAILABLE} [junit4] 2> 1893348 INFO (jetty-launcher-2330-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e1110{/solr,null,AVAILABLE} [junit4] 2> 1893348 INFO (jetty-launcher-2330-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a7a9cf{/solr,null,AVAILABLE} [junit4] 2> 1893348 INFO (jetty-launcher-2330-thread-5) [ ] o.e.j.s.ServerConnector Started ServerConnector@d7cab1{HTTP/1.1,[http/1.1]}{127.0.0.1:46477} [junit4] 2> 1893349 INFO (jetty-launcher-2330-thread-4) [ ] o.e.j.s.ServerConnector Started ServerConnector@187b42b{HTTP/1.1,[http/1.1]}{127.0.0.1:37062} [junit4] 2> 1893348 INFO (jetty-launcher-2330-thread-3) [ ] o.e.j.s.ServerConnector Started ServerConnector@d02718{HTTP/1.1,[http/1.1]}{127.0.0.1:34699} [junit4] 2> 1893349 INFO (jetty-launcher-2330-thread-4) [ ] o.e.j.s.Server Started @1895535ms [junit4] 2> 1893349 INFO (jetty-launcher-2330-thread-3) [ ] o.e.j.s.Server Started @1895535ms [junit4] 2> 1893349 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37062} [junit4] 2> 1893349 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34699} [junit4] 2> 1893348 INFO (jetty-launcher-2330-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@12f54f{HTTP/1.1,[http/1.1]}{127.0.0.1:42613} [junit4] 2> 1893349 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1893349 INFO (jetty-launcher-2330-thread-1) [ ] o.e.j.s.Server Started @1895535ms [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-4) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node4' [junit4] 2> 1893349 INFO (jetty-launcher-2330-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@11005b3{HTTP/1.1,[http/1.1]}{127.0.0.1:39377} [junit4] 2> 1893349 INFO (jetty-launcher-2330-thread-5) [ ] o.e.j.s.Server Started @1895535ms [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46477} [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-2) [ ] o.e.j.s.Server Started @1895535ms [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42613} [junit4] 2> 1893349 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1893350 INFO (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node3' [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39377} [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1893350 INFO (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node2' [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-5) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node5' [junit4] 2> 1893350 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1893350 INFO (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node1' [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893351 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893352 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893352 INFO (zkCallback-2332-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1045c9f name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893352 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893353 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893354 INFO (zkCallback-2333-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f9cb40 name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893354 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893354 INFO (zkCallback-2334-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@167cf06 name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893354 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893354 INFO (zkCallback-2335-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d635a1 name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893354 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893354 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893354 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1893354 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893354 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1893354 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1893354 INFO (zkCallback-2336-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ba57d6 name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893354 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893354 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893355 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1893355 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893355 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1893362 INFO (jetty-launcher-2330-thread-5) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node5/. [junit4] 2> 1893362 INFO (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node1/. [junit4] 2> 1893362 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.CoreContainer New CoreContainer 17648051 [junit4] 2> 1893362 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 4611673 [junit4] 2> 1893362 INFO (jetty-launcher-2330-thread-5) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node5] [junit4] 2> 1893362 INFO (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node1] [junit4] 2> 1893362 INFO (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node3/. [junit4] 2> 1893362 WARN (jetty-launcher-2330-thread-5) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_6F2EF337BC7E7C8A-001/tempDir-001/node5/lib [junit4] 2> 1893362 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.CoreContainer New CoreContainer 2008425 [junit4] 2> 1893362 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x156e8ec8aff0003, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 1893363 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 1893363 INFO (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node3] [junit4] 2> 1893362 WARN (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_6F2EF337BC7E7C8A-001/tempDir-001/node1/lib [junit4] 2> 1893363 WARN (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_6F2EF337BC7E7C8A-001/tempDir-001/node3/lib [junit4] 2> 1893363 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x156e8ec8aff0004, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 1893362 INFO (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node2/. [junit4] 2> 1893362 INFO (jetty-launcher-2330-thread-4) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node4/. [junit4] 2> 1893363 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.CoreContainer New CoreContainer 28930289 [junit4] 2> 1893363 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.CoreContainer New CoreContainer 8752729 [junit4] 2> 1893363 INFO (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node2] [junit4] 2> 1893363 INFO (jetty-launcher-2330-thread-4) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node4] [junit4] 2> 1893364 WARN (jetty-launcher-2330-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_6F2EF337BC7E7C8A-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_6F2EF337BC7E7C8A-001/tempDir-001/node2/lib [junit4] 2> 1893363 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 1893364 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 1893363 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 1893364 WARN (jetty-launcher-2330-thread-4) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_6F2EF337BC7E7C8A-001/tempDir-001/node4/lib [junit4] 2> 1893364 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40609/solr [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1893366 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1893366 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893366 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40609/solr [junit4] 2> 1893365 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1893366 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1893366 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1893366 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893367 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893366 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40609/solr [junit4] 2> 1893367 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893367 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1893367 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1893366 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1893367 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1893367 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1893367 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893367 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40609/solr [junit4] 2> 1893367 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40609/solr [junit4] 2> 1893368 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1893368 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1893368 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893368 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893368 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893368 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893368 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893369 INFO (zkCallback-2347-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8b55a9 name:ZooKeeperConnection Watcher:127.0.0.1:40609 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893369 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893370 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893370 INFO (zkCallback-2348-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19e005e name:ZooKeeperConnection Watcher:127.0.0.1:40609 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893370 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893370 INFO (zkCallback-2349-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@171db75 name:ZooKeeperConnection Watcher:127.0.0.1:40609 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893370 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893370 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893370 INFO (zkCallback-2351-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b95a59 name:ZooKeeperConnection Watcher:127.0.0.1:40609 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893370 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893370 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893371 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893371 INFO (zkCallback-2350-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@50c5ec name:ZooKeeperConnection Watcher:127.0.0.1:40609 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893371 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893371 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893372 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$216/2343807@16a7b06 [junit4] 2> 1893372 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893373 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$216/2343807@11fa6b0 [junit4] 2> 1893374 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893375 INFO (zkCallback-2352-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1931ecc name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893375 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$216/2343807@1764c23 [junit4] 2> 1893375 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893375 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$216/2343807@d16fd7 [junit4] 2> 1893375 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$216/2343807@1d5e498 [junit4] 2> 1893375 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893376 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893376 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893377 INFO (zkCallback-2353-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10b862b name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893377 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893378 INFO (zkCallback-2354-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c9a3c6 name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893378 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893379 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e5947d name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893379 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893379 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e9a7b2 name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893379 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893383 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1893390 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1893390 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1893390 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1893390 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1893447 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1893447 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1893463 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1893471 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1893471 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1893512 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1893512 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1893512 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1893512 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1893520 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1893554 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1893554 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1893554 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1893572 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1893572 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1893581 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1893581 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1893583 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1893584 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1893588 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1893589 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1893589 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1893591 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1893594 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1893594 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1893594 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1893596 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1893606 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1893606 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1893606 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1893606 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1893606 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1893619 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1893619 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1893619 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1893619 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1893619 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1893634 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1893634 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1893634 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1893634 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1893634 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1893637 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1893637 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1893639 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1893639 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1893640 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1893640 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1893640 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1893640 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1893640 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1893640 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1893641 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1893641 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1893641 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1893641 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1893641 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1893642 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 1893642 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 1893655 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1893656 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1893656 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1893656 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1893656 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1893658 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1893659 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1893659 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1893661 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1893661 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96520544676937743-127.0.0.1:37062_solr-n_0000000000 [junit4] 2> 1893661 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1893662 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96520544676937742-127.0.0.1:42613_solr-n_0000000001 [junit4] 2> 1893662 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96520544676937739-127.0.0.1:39377_solr-n_0000000002 [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96520544676937740-127.0.0.1:46477_solr-n_0000000003 [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96520544676937741-127.0.0.1:34699_solr-n_0000000004 [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37062_solr [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96520544676937743-127.0.0.1:37062_solr-n_0000000000 to know if I could be the leader [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96520544676937742-127.0.0.1:42613_solr-n_0000000001 to know if I could be the leader [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96520544676937739-127.0.0.1:39377_solr-n_0000000002 to know if I could be the leader [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96520544676937740-127.0.0.1:46477_solr-n_0000000003 to know if I could be the leader [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39377_solr [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39377_solr [junit4] 2> 1893690 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42613_solr [junit4] 2> 1893691 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42613_solr [junit4] 2> 1893705 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46477_solr [junit4] 2> 1893705 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46477_solr [junit4] 2> 1893705 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34699_solr [junit4] 2> 1893705 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.Overseer Overseer (id=96520544676937743-127.0.0.1:37062_solr-n_0000000000) starting [junit4] 2> 1893705 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34699_solr [junit4] 2> 1893707 INFO (zkCallback-2353-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 1893707 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 1893707 INFO (zkCallback-2352-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 1893707 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 1893709 INFO (zkCallback-2353-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1893707 INFO (zkCallback-2354-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 1893709 INFO (zkCallback-2353-thread-2) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2]) [junit4] 2> 1893711 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1893711 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1893711 INFO (zkCallback-2352-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1893713 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3]) [junit4] 2> 1893713 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3]) [junit4] 2> 1893713 INFO (zkCallback-2352-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3]) [junit4] 2> 1893713 INFO (zkCallback-2354-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1893713 INFO (zkCallback-2353-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 1893714 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1893714 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1893715 INFO (zkCallback-2352-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1893715 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 1893723 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1893724 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1893724 INFO (jetty-launcher-2330-thread-2) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node2/. [junit4] 2> 1893724 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1893726 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1893726 INFO (jetty-launcher-2330-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1893735 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1893736 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1893736 INFO (jetty-launcher-2330-thread-3) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node3/. [junit4] 2> 1893736 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1893738 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1893738 INFO (jetty-launcher-2330-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1893739 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1893740 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1893740 INFO (jetty-launcher-2330-thread-5) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node5/. [junit4] 2> 1893740 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1893742 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1893742 INFO (jetty-launcher-2330-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1893745 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 1893746 INFO (OverseerCollectionConfigSetProcessor-96520544676937743-127.0.0.1:37062_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 1893746 INFO (OverseerStateUpdate-96520544676937743-127.0.0.1:37062_solr-n_0000000000) [ ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 1893746 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:37062_solr as DOWN [junit4] 2> 1893748 INFO (OverseerStateUpdate-96520544676937743-127.0.0.1:37062_solr-n_0000000000) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4) [junit4] 2> 1893749 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37062_solr [junit4] 2> 1893749 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37062_solr [junit4] 2> 1893750 INFO (OverseerStateUpdate-96520544676937743-127.0.0.1:37062_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:37062_solr"} current state version: 0 [junit4] 2> 1893750 INFO (OverseerStateUpdate-96520544676937743-127.0.0.1:37062_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37062_solr [junit4] 2> 1893751 INFO (zkCallback-2352-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 1893751 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 1893751 INFO (zkCallback-2353-thread-2) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 1893751 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 1893751 INFO (zkCallback-2354-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 1893752 INFO (zkCallback-2352-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1893752 INFO (zkCallback-2353-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1893752 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1893752 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1893754 INFO (zkCallback-2354-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1893769 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1893769 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1893770 INFO (jetty-launcher-2330-thread-1) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node1/. [junit4] 2> 1893770 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1893770 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1893770 INFO (jetty-launcher-2330-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1893797 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1893797 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1893798 INFO (jetty-launcher-2330-thread-4) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node4/. [junit4] 2> 1893798 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1893798 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1893798 INFO (jetty-launcher-2330-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1893799 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893799 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893801 INFO (zkCallback-2362-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@259330 name:ZooKeeperConnection Watcher:127.0.0.1:40609 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893801 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893801 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893804 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@11005b3{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 1893805 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=28930289 [junit4] 2> 1893806 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:39377_solr as DOWN [junit4] 2> 1893820 INFO (OverseerStateUpdate-96520544676937743-127.0.0.1:37062_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:39377_solr"} current state version: 0 [junit4] 2> 1893820 INFO (OverseerStateUpdate-96520544676937743-127.0.0.1:37062_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39377_solr [junit4] 2> 1893821 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5]) [junit4] 2> 1893821 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5]) [junit4] 2> 1893821 INFO (zkCallback-2352-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5]) [junit4] 2> 1893821 INFO (zkCallback-2353-thread-2) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5]) [junit4] 2> 1893822 WARN (zkCallback-2352-thread-1) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 1893822 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1893821 INFO (zkCallback-2354-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5]) [junit4] 2> 1893822 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1893822 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d9834{/solr,null,UNAVAILABLE} [junit4] 2> 1893823 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1893823 INFO (zkCallback-2353-thread-1) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96520544676937742-127.0.0.1:42613_solr-n_0000000001 to know if I could be the leader [junit4] 2> 1893823 INFO (zkCallback-2353-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1893823 INFO (zkCallback-2354-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1893824 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15c4633{/solr,null,AVAILABLE} [junit4] 2> 1893824 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.e.j.s.ServerConnector Started ServerConnector@ff0360{HTTP/1.1,[http/1.1]}{127.0.0.1:39382} [junit4] 2> 1893826 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.e.j.s.Server Started @1896011ms [junit4] 2> 1893826 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39382} [junit4] 2> 1893826 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1893826 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node6' [junit4] 2> 1893826 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1893826 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1893826 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893827 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893829 INFO (zkCallback-2364-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@126c450 name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893829 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893829 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893829 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1893834 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node6/. [junit4] 2> 1893834 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.CoreContainer New CoreContainer 24292779 [junit4] 2> 1893834 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node6] [junit4] 2> 1893834 WARN (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_6F2EF337BC7E7C8A-001/tempDir-001/node6/lib [junit4] 2> 1893834 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 1893836 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1893836 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1893836 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1893836 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40609/solr [junit4] 2> 1893836 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1893836 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893836 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893838 INFO (zkCallback-2367-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10b8df4 name:ZooKeeperConnection Watcher:127.0.0.1:40609 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893839 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893839 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893841 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$216/2343807@13548fa [junit4] 2> 1893841 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893843 INFO (zkCallback-2368-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1367420 name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893843 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893856 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1893856 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1893856 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1893857 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1893865 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96520544676937747-127.0.0.1:39382_solr-n_0000000005 [junit4] 2> 1893866 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96520544676937741-127.0.0.1:34699_solr-n_0000000004 to know if I could be the leader [junit4] 2> 1893866 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:39382_solr as DOWN [junit4] 2> 1893876 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39382_solr [junit4] 2> 1893876 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39382_solr [junit4] 2> 1893876 INFO (OverseerStateUpdate-96520544676937743-127.0.0.1:37062_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:39382_solr"} current state version: 0 [junit4] 2> 1893876 INFO (OverseerStateUpdate-96520544676937743-127.0.0.1:37062_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39382_solr [junit4] 2> 1893878 INFO (zkCallback-2368-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 1893878 INFO (zkCallback-2354-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 1893878 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 1893878 INFO (zkCallback-2353-thread-2) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 1893878 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 1893880 INFO (zkCallback-2354-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1893880 INFO (zkCallback-2353-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1893880 INFO (zkCallback-2356-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1893880 INFO (zkCallback-2355-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1893880 INFO (zkCallback-2368-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1893901 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1893901 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1893902 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] 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_6F2EF337BC7E7C8A-001/tempDir-001/node6/. [junit4] 2> 1893902 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1893902 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1893902 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1893903 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1893903 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1893905 INFO (zkCallback-2370-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e45016 name:ZooKeeperConnection Watcher:127.0.0.1:40609/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1893905 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1893905 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1893906 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt [junit4] 2> 1893926 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml [junit4] 2> 1893947 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml [junit4] 2> 1893984 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml [junit4] 2> 1894009 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml [junit4] 2> 1894030 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml [junit4] 2> 1894032 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml [junit4] 2> 1894051 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml [junit4] 2> 1894054 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml [junit4] 2> 1894056 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml [junit4] 2> 1894070 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt [junit4] 2> 1894086 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-testxmlparser.xml [junit4] 2> 1894102 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt [junit4] 2> 1894104 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml [junit4] 2> 1894116 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml [junit4] 2> 1894118 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml [junit4] 2> 1894120 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml [junit4] 2> 1894133 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml [junit4] 2> 1894135 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt [junit4] 2> 1894138 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml [junit4] 2> 1894150 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml [junit4] 2> 1894162 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml [junit4] 2> 1894167 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml [junit4] 2> 1894176 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml [junit4] 2> 1894188 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml [junit4] 2> 1894190 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml [junit4] 2> 1894196 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml [junit4] 2> 1894198 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml [junit4] 2> 1894203 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml [junit4] 2> 1894209 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sq [...truncated too long message...] 2> 1915339 INFO (jetty-launcher-2330-thread-4) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a7a9cf{/solr,null,UNAVAILABLE} [junit4] 2> 1915339 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[6F2EF337BC7E7C8A]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40609 40609 [junit4] 2> 1915386 INFO (Thread-2794) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40609 40609 [junit4] 2> 1915386 WARN (Thread-2794) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 10 /solr/aliases.json [junit4] 2> 10 /solr/clusterprops.json [junit4] 2> 8 /solr/security.json [junit4] 2> 5 /solr/configs/solrCloudCollectionConfig [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 10 /solr/clusterstate.json [junit4] 2> 5 /solr/collections/testSolrCloudCollection/state.json [junit4] 2> 2 /solr/overseer_elect/election/96520544676937742-127.0.0.1:42613_solr-n_0000000001 [junit4] 2> 2 /solr/overseer_elect/election/96520544676937741-127.0.0.1:34699_solr-n_0000000004 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 18 /solr/overseer/collection-queue-work [junit4] 2> 11 /solr/overseer/queue [junit4] 2> 10 /solr/collections [junit4] 2> 7 /solr/live_nodes [junit4] 2> 2 /solr/overseer/queue-work [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasics -Dtests.seed=6F2EF337BC7E7C8A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=te-IN -Dtests.timezone=Eire -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 22.2s J0 | BasicAuthIntegrationTest.testBasics <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:39382/solr [junit4] > at __randomizedtesting.SeedInfo.seed([6F2EF337BC7E7C8A:52F65D1B849022FA]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1280) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992) [junit4] > at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] > at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:116) [junit4] > at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196) [junit4] > at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79) [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) [junit4] > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) [junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] > Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:39382 failed to respond [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) [junit4] > at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) [junit4] > at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) [junit4] > at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) [junit4] > at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) [junit4] > at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) [junit4] > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) [junit4] > at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) [junit4] > at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513) [junit4] > ... 50 more [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_6F2EF337BC7E7C8A-001 [junit4] 2> Sep 02, 2016 3:24:13 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), sim=ClassicSimilarity, locale=te-IN, timezone=Eire [junit4] 2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=215679672,total=519569408 [junit4] 2> NOTE: All tests run in this JVM: [TestFastOutputStream, ReturnFieldsTest, TestInitParams, ResponseHeaderTest, CursorPagingTest, UUIDFieldTest, DirectoryFactoryTest, TestMiniSolrCloudClusterBase, TestUseDocValuesAsStored, TestSolrCloudWithSecureImpersonation, TestDFISimilarityFactory, TestComponentsName, ActionThrottleTest, UUIDUpdateProcessorFallbackTest, StandardRequestHandlerTest, SuggestComponentContextFilterQueryTest, RestartWhileUpdatingTest, CdcrBootstrapTest, SOLR749Test, TestRandomCollapseQParserPlugin, TestSortByMinMaxFunction, TestSolrFieldCacheMBean, TestMergePolicyConfig, TestConfig, TestChildDocTransformer, DeleteInactiveReplicaTest, TestTolerantUpdateProcessorCloud, ConnectionManagerTest, TestLuceneMatchVersion, TestCloudDeleteByQuery, PrimUtilsTest, HttpPartitionTest, PeerSyncTest, DateFieldTest, TriLevelCompositeIdRoutingTest, TestLazyCores, TestNoOpRegenerator, TestValueSourceCache, TestUniqueKeyFieldResource, URLClassifyProcessorTest, PingRequestHandlerTest, AsyncCallRequestStatusResponseTest, TestHdfsUpdateLog, BasicZkTest, CurrencyFieldOpenExchangeTest, ExternalFileFieldSortTest, TestBlendedInfixSuggestions, TestSerializedLuceneMatchVersion, OverseerTaskQueueTest, TestRestManager, LeaderElectionIntegrationTest, TestCloudPseudoReturnFields, TestLMDirichletSimilarityFactory, DistributedFacetPivotLongTailTest, JsonLoaderTest, TestRequestStatusCollectionAPI, HdfsBasicDistributedZkTest, CollectionStateFormat2Test, TestJoin, HLLUtilTest, RemoteQueryErrorTest, TestArbitraryIndexDir, TestManagedSchema, TestPhraseSuggestions, ZkStateReaderTest, EchoParamsTest, InfoHandlerTest, SyncSliceTest, FileBasedSpellCheckerTest, QueryEqualityTest, CoreAdminCreateDiscoverTest, TestRangeQuery, OverseerModifyCollectionTest, SolrCoreTest, TestBinaryField, TestFoldingMultitermQuery, DefaultValueUpdateProcessorTest, TestConfigSetsAPIExclusivity, TestSubQueryTransformerDistrib, IndexSchemaRuntimeFieldTest, HdfsWriteToMultipleCollectionsTest, TestFieldCacheSanityChecker, TestRTimerTree, DeleteReplicaTest, TestIBSimilarityFactory, DataDrivenBlockJoinTest, TestSimpleQParserPlugin, TestExactSharedStatsCache, CollectionsAPISolrJTest, HdfsThreadLeakTest, DistribCursorPagingTest, BlockJoinFacetRandomTest, TestSQLHandler, SynonymTokenizerTest, DistributedSpellCheckComponentTest, BigEndianAscendingWordDeserializerTest, TestRTGBase, TestTrieFacet, DisMaxRequestHandlerTest, ConnectionReuseTest, XsltUpdateRequestHandlerTest, BadCopyFieldTest, SaslZkACLProviderTest, TestOnReconnectListenerSupport, TestStressLucene, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, ReplicationFactorTest, ShardSplitTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrDynamicMBean, TestSolrXml, TestSolrCoreSnapshots, TestBlobHandler, TestSolrConfigHandlerCloud, DistributedFacetPivotSmallTest, DistributedSuggestComponentTest, TestDistributedStatsComponentCardinality, TestCloudManagedSchema, TestCollationFieldDocValues, TestManagedSchemaAPI, TestUseDocValuesAsStored2, AnalyticsMergeStrategyTest, AnalyticsQueryTest, RankQueryTest, TestCustomSort, TestHashQParserPlugin, TestLegacyNumericRangeQueryBuilder, TestQueryWrapperFilter, TestRecoveryHdfs, TestReloadDeadlock, TestStandardQParsers, TestJsonFacets, TestScoreJoinQPScore, TestJsonRequest, CloudMLTQParserTest, BasicAuthIntegrationTest] [junit4] Completed [601/632 (1!)] on J0 in 22.68s, 1 test, 1 error <<< FAILURES! [...truncated 49827 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
