Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17762/ Java: 32bit/jdk-9-ea+132 -client -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:44266/solr/testSolrCloudCollection_shard1_replica1 Stack Trace: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:44266/solr/testSolrCloudCollection_shard1_replica1 at __randomizedtesting.SeedInfo.seed([C990A835EAC11EE6:F4480619D22F4096]:0) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:755) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1161) 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:193) 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.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:44266/solr/testSolrCloudCollection_shard1_replica1 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.lambda$directUpdate$0(CloudSolrClient.java:730) at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158) at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632) ... 1 more Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:44266 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) ... 10 more Build Log: [...truncated 12415 lines...] [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest [junit4] 2> 1933422 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1933422 INFO (Thread-3401) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1933422 INFO (Thread-3401) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1933522 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.ZkTestServer start zk server on port:38597 [junit4] 2> 1933522 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933522 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933578 INFO (zkCallback-2190-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c1ecdf name:ZooKeeperConnection Watcher:127.0.0.1:38597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933578 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933578 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933578 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 1933631 INFO (jetty-launcher-2189-thread-2) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1933631 INFO (jetty-launcher-2189-thread-3) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1933631 INFO (jetty-launcher-2189-thread-4) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1933631 INFO (jetty-launcher-2189-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1933631 INFO (jetty-launcher-2189-thread-5) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1933633 INFO (jetty-launcher-2189-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@119f790{/solr,null,AVAILABLE} [junit4] 2> 1933634 INFO (jetty-launcher-2189-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b533b4{/solr,null,AVAILABLE} [junit4] 2> 1933635 INFO (jetty-launcher-2189-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c20153{/solr,null,AVAILABLE} [junit4] 2> 1933635 INFO (jetty-launcher-2189-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@135346e{/solr,null,AVAILABLE} [junit4] 2> 1933635 INFO (jetty-launcher-2189-thread-5) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1856c2e{/solr,null,AVAILABLE} [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-5) [ ] o.e.j.s.ServerConnector Started ServerConnector@b8f4f6{HTTP/1.1,[http/1.1]}{127.0.0.1:34411} [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-3) [ ] o.e.j.s.ServerConnector Started ServerConnector@bd3f17{HTTP/1.1,[http/1.1]}{127.0.0.1:43406} [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-5) [ ] o.e.j.s.Server Started @1935822ms [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-3) [ ] o.e.j.s.Server Started @1935822ms [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34411} [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43406} [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1933636 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node5' [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1933637 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-4) [ ] o.e.j.s.ServerConnector Started ServerConnector@10ed3e5{HTTP/1.1,[http/1.1]}{127.0.0.1:33529} [junit4] 2> 1933637 INFO (jetty-launcher-2189-thread-4) [ ] o.e.j.s.Server Started @1935823ms [junit4] 2> 1933637 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33529} [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@ac166d{HTTP/1.1,[http/1.1]}{127.0.0.1:42597} [junit4] 2> 1933637 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933637 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1933637 INFO (jetty-launcher-2189-thread-2) [ ] o.e.j.s.Server Started @1935823ms [junit4] 2> 1933637 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node4' [junit4] 2> 1933637 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1933637 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1933637 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933636 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node3' [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1933636 INFO (jetty-launcher-2189-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@cad939{HTTP/1.1,[http/1.1]}{127.0.0.1:44266} [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-1) [ ] o.e.j.s.Server Started @1935824ms [junit4] 2> 1933637 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42597} [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44266} [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1933638 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node2' [junit4] 2> 1933638 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node1' [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1933638 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1933639 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1933639 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933639 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933639 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933639 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933639 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933670 INFO (zkCallback-2191-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@89fa1a name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933671 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933671 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933739 INFO (zkCallback-2192-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@140ba9a name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933739 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933739 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1933739 INFO (zkCallback-2194-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1347f38 name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933739 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933739 INFO (zkCallback-2195-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b6157e name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933739 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933739 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933739 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933739 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933740 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1933740 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1933740 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1933740 INFO (zkCallback-2193-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e481b name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933742 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933742 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933742 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1933833 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node1/. [junit4] 2> 1933833 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node5/. [junit4] 2> 1933833 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 21159177 [junit4] 2> 1933833 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.CoreContainer New CoreContainer 10135777 [junit4] 2> 1933834 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node1] [junit4] 2> 1933833 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node2/. [junit4] 2> 1933834 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node5] [junit4] 2> 1933834 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.CoreContainer New CoreContainer 23316575 [junit4] 2> 1933834 WARN (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C990A835EAC11EE6-001/tempDir-001/node5/lib [junit4] 2> 1933834 WARN (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C990A835EAC11EE6-001/tempDir-001/node1/lib [junit4] 2> 1933834 INFO (jetty-launcher-2189-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> 1933834 INFO (jetty-launcher-2189-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> 1933834 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node2] [junit4] 2> 1933834 WARN (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C990A835EAC11EE6-001/tempDir-001/node2/lib [junit4] 2> 1933835 INFO (jetty-launcher-2189-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> 1933839 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1933839 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1933839 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1933839 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1933839 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1933839 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38597/solr [junit4] 2> 1933839 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1933839 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1933839 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933839 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1933840 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38597/solr [junit4] 2> 1933840 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1933840 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933839 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1933840 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1933840 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933840 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38597/solr [junit4] 2> 1933840 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1933840 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933840 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933841 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933866 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node4/. [junit4] 2> 1933866 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.CoreContainer New CoreContainer 11505448 [junit4] 2> 1933866 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node4] [junit4] 2> 1933866 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node3/. [junit4] 2> 1933866 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.CoreContainer New CoreContainer 1078975 [junit4] 2> 1933866 WARN (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C990A835EAC11EE6-001/tempDir-001/node4/lib [junit4] 2> 1933866 INFO (jetty-launcher-2189-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> 1933866 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node3] [junit4] 2> 1933867 WARN (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C990A835EAC11EE6-001/tempDir-001/node3/lib [junit4] 2> 1933867 INFO (jetty-launcher-2189-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> 1933869 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1933869 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1933869 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1933869 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38597/solr [junit4] 2> 1933869 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1933869 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933870 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933871 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1933871 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1933871 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1933872 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38597/solr [junit4] 2> 1933872 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1933872 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1933872 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933943 INFO (zkCallback-2202-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d0a8c1 name:ZooKeeperConnection Watcher:127.0.0.1:38597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933943 INFO (zkCallback-2203-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ef3a65 name:ZooKeeperConnection Watcher:127.0.0.1:38597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933943 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933943 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933943 INFO (zkCallback-2204-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a4a609 name:ZooKeeperConnection Watcher:127.0.0.1:38597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933943 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933943 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933943 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933943 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933955 INFO (zkCallback-2207-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@dada99 name:ZooKeeperConnection Watcher:127.0.0.1:38597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933955 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933955 INFO (zkCallback-2210-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@dac55b name:ZooKeeperConnection Watcher:127.0.0.1:38597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1933958 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1933959 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933959 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1933967 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$212/3073171@7163b3 [junit4] 2> 1933967 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$212/3073171@1dc87ee [junit4] 2> 1933968 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$212/3073171@1fb75ac [junit4] 2> 1933968 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933968 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1933968 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1934002 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$212/3073171@17eabab [junit4] 2> 1934002 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$212/3073171@61db53 [junit4] 2> 1934003 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1934003 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1934011 INFO (zkCallback-2211-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c03ee4 name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1934011 INFO (zkCallback-2213-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a41583 name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1934011 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1934011 INFO (zkCallback-2212-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d2082 name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1934011 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1934012 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1934030 INFO (zkCallback-2214-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d1cebe name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1934030 INFO (zkCallback-2215-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15a71cb name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1934030 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1934030 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1934090 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1934090 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1934091 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1934091 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1934090 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1934155 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1934155 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1934186 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1934186 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1934186 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1934321 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1934322 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1934343 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1934344 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1934343 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1934463 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1934463 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1934463 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1934500 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1934500 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1934669 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1934669 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1934670 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1934680 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1934680 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1934716 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1934717 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1934717 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1934716 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1934717 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1934728 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1934728 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1934728 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1934728 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1934728 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1934756 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1934756 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1934756 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1934756 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1934756 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1934784 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1934784 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1934784 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1934784 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1934784 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1934796 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1934804 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1934804 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1934804 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1934804 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1934814 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1934814 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1934814 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1934814 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1934814 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1934814 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1934814 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1934814 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1934815 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1934815 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1934815 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1934815 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1934815 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1934815 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1934815 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1934816 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 1934816 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 1934816 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 1934817 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 1934834 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1934836 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1934836 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1934836 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1934836 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1934857 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1934857 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1934857 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1934873 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1934904 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96538238634033166-127.0.0.1:33529_solr-n_0000000000 [junit4] 2> 1934904 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1934904 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96538238634033163-127.0.0.1:34411_solr-n_0000000002 [junit4] 2> 1934904 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96538238634033165-127.0.0.1:42597_solr-n_0000000001 [junit4] 2> 1934906 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96538238634033164-127.0.0.1:44266_solr-n_0000000003 [junit4] 2> 1934906 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33529_solr [junit4] 2> 1934906 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 1934914 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96538238634033167-127.0.0.1:43406_solr-n_0000000004 [junit4] 2> 1934914 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96538238634033166-127.0.0.1:33529_solr-n_0000000000 to know if I could be the leader [junit4] 2> 1934914 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96538238634033165-127.0.0.1:42597_solr-n_0000000001 to know if I could be the leader [junit4] 2> 1934914 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96538238634033163-127.0.0.1:34411_solr-n_0000000002 to know if I could be the leader [junit4] 2> 1934914 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96538238634033164-127.0.0.1:44266_solr-n_0000000003 to know if I could be the leader [junit4] 2> 1934923 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42597_solr [junit4] 2> 1934924 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44266_solr [junit4] 2> 1934924 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42597_solr [junit4] 2> 1934924 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43406_solr [junit4] 2> 1934924 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.Overseer Overseer (id=96538238634033166-127.0.0.1:33529_solr-n_0000000000) starting [junit4] 2> 1934923 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34411_solr [junit4] 2> 1934924 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43406_solr [junit4] 2> 1934924 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44266_solr [junit4] 2> 1934924 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34411_solr [junit4] 2> 1934933 INFO (zkCallback-2215-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> 1934933 INFO (zkCallback-2212-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> 1934933 INFO (zkCallback-2213-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> 1934933 INFO (zkCallback-2214-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> 1934934 INFO (zkCallback-2211-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> 1934936 INFO (zkCallback-2212-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1934936 INFO (zkCallback-2215-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1934937 INFO (zkCallback-2213-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1934944 INFO (zkCallback-2212-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: [1]) [junit4] 2> 1934944 INFO (zkCallback-2215-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: [1]) [junit4] 2> 1934944 INFO (zkCallback-2213-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: [1]) [junit4] 2> 1934945 INFO (zkCallback-2211-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1934946 INFO (zkCallback-2214-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> 1934946 INFO (zkCallback-2211-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> 1934946 INFO (zkCallback-2212-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 1934945 INFO (zkCallback-2214-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1934954 INFO (zkCallback-2212-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> 1934954 INFO (zkCallback-2215-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4) [junit4] 2> 1934954 INFO (zkCallback-2213-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4) [junit4] 2> 1934959 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1934959 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1934959 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node2/. [junit4] 2> 1934959 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1934963 INFO (zkCallback-2214-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 1934963 INFO (zkCallback-2212-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1934963 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1934964 INFO (jetty-launcher-2189-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1934964 INFO (zkCallback-2211-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 1934964 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 1934964 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1934964 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1934964 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node3/. [junit4] 2> 1934964 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1934967 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1934968 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1934968 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node5/. [junit4] 2> 1934968 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1934974 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1934974 INFO (jetty-launcher-2189-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1934974 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1934974 INFO (jetty-launcher-2189-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1934975 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1934975 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1934975 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node1/. [junit4] 2> 1934975 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1935561 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1935561 INFO (jetty-launcher-2189-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1936054 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 1936054 INFO (OverseerCollectionConfigSetProcessor-96538238634033166-127.0.0.1:33529_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 1936055 INFO (OverseerStateUpdate-96538238634033166-127.0.0.1:33529_solr-n_0000000000) [ ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 1936055 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:33529_solr as DOWN [junit4] 2> 1936064 INFO (OverseerStateUpdate-96538238634033166-127.0.0.1:33529_solr-n_0000000000) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4) [junit4] 2> 1936072 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33529_solr [junit4] 2> 1936073 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33529_solr [junit4] 2> 1936073 INFO (OverseerStateUpdate-96538238634033166-127.0.0.1:33529_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:33529_solr"} current state version: 0 [junit4] 2> 1936073 INFO (OverseerStateUpdate-96538238634033166-127.0.0.1:33529_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33529_solr [junit4] 2> 1936082 INFO (zkCallback-2212-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> 1936082 INFO (zkCallback-2213-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> 1936082 INFO (zkCallback-2211-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> 1936082 INFO (zkCallback-2215-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> 1936082 INFO (zkCallback-2214-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> 1936092 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1936092 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1936093 INFO (jetty-launcher-2189-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_C990A835EAC11EE6-001/tempDir-001/node4/. [junit4] 2> 1936093 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1936097 INFO (zkCallback-2213-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1936097 INFO (zkCallback-2212-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1936098 INFO (zkCallback-2211-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1936098 INFO (zkCallback-2214-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1936098 INFO (zkCallback-2215-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1936103 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1936104 INFO (jetty-launcher-2189-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1936104 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1936104 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1936113 INFO (zkCallback-2221-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1829c17 name:ZooKeeperConnection Watcher:127.0.0.1:38597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1936114 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1936114 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1936143 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@ac166d{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 1936144 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=23316575 [junit4] 2> 1936144 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:42597_solr as DOWN [junit4] 2> 1936214 INFO (OverseerStateUpdate-96538238634033166-127.0.0.1:33529_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:42597_solr"} current state version: 0 [junit4] 2> 1936214 INFO (OverseerStateUpdate-96538238634033166-127.0.0.1:33529_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42597_solr [junit4] 2> 1936255 INFO (zkCallback-2212-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> 1936255 INFO (zkCallback-2213-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> 1936255 INFO (zkCallback-2214-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> 1936255 INFO (zkCallback-2211-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> 1936255 INFO (zkCallback-2215-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> 1936292 INFO (zkCallback-2213-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1936292 INFO (zkCallback-2211-thread-2) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96538238634033166-127.0.0.1:33529_solr-n_0000000000 to know if I could be the leader [junit4] 2> 1936292 INFO (zkCallback-2211-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1936292 INFO (zkCallback-2215-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1936292 INFO (zkCallback-2214-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 1937756 WARN (zkCallback-2212-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> 1937756 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@119f790{/solr,null,UNAVAILABLE} [junit4] 2> 1937757 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1937758 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@132549a{/solr,null,AVAILABLE} [junit4] 2> 1937758 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.e.j.s.ServerConnector Started ServerConnector@1a135ec{HTTP/1.1,[http/1.1]}{127.0.0.1:36856} [junit4] 2> 1937759 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.e.j.s.Server Started @1939944ms [junit4] 2> 1937759 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36856} [junit4] 2> 1937759 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1223dd8 [junit4] 2> 1937759 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] 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_C990A835EAC11EE6-001/tempDir-001/node6' [junit4] 2> 1937759 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1937759 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1937759 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1937760 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1937792 INFO (zkCallback-2223-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@db8429 name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1937792 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1937792 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1937793 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1937837 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] 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_C990A835EAC11EE6-001/tempDir-001/node6/. [junit4] 2> 1937837 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.CoreContainer New CoreContainer 27198426 [junit4] 2> 1937837 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] 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_C990A835EAC11EE6-001/tempDir-001/node6] [junit4] 2> 1937837 WARN (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] 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_C990A835EAC11EE6-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C990A835EAC11EE6-001/tempDir-001/node6/lib [junit4] 2> 1937837 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] 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> 1937839 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1937839 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1937839 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1937839 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38597/solr [junit4] 2> 1937839 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1937839 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1937839 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1937882 INFO (zkCallback-2226-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12abbca name:ZooKeeperConnection Watcher:127.0.0.1:38597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1937882 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1937882 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1937952 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$212/3073171@18c31c7 [junit4] 2> 1937953 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1937999 INFO (zkCallback-2227-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@120074c name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1937999 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1938093 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1938094 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 1938094 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1938095 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1938108 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96538238634033171-127.0.0.1:36856_solr-n_0000000005 [junit4] 2> 1938108 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96538238634033167-127.0.0.1:43406_solr-n_0000000004 to know if I could be the leader [junit4] 2> 1938109 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:36856_solr as DOWN [junit4] 2> 1938134 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36856_solr [junit4] 2> 1938134 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36856_solr [junit4] 2> 1938135 INFO (OverseerStateUpdate-96538238634033166-127.0.0.1:33529_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:36856_solr"} current state version: 0 [junit4] 2> 1938135 INFO (OverseerStateUpdate-96538238634033166-127.0.0.1:33529_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36856_solr [junit4] 2> 1938149 INFO (zkCallback-2215-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> 1938149 INFO (zkCallback-2227-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> 1938149 INFO (zkCallback-2213-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> 1938149 INFO (zkCallback-2214-thread-3) [ ] 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> 1938149 INFO (zkCallback-2211-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> 1938154 INFO (zkCallback-2215-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1938154 INFO (zkCallback-2214-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1938154 INFO (zkCallback-2227-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1938154 INFO (zkCallback-2213-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1938154 INFO (zkCallback-2211-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1938165 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1938165 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1938165 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] 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_C990A835EAC11EE6-001/tempDir-001/node6/. [junit4] 2> 1938165 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1938166 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1938166 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1938166 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1938170 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1938183 INFO (zkCallback-2229-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b2ed0f name:ZooKeeperConnection Watcher:127.0.0.1:38597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1938183 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1938183 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1938184 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt [junit4] 2> 1938254 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml [junit4] 2> 1938278 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml [junit4] 2> 1938360 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml [junit4] 2> 1938410 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml [junit4] 2> 1938591 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml [junit4] 2> 1938641 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml [junit4] 2> 1938675 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml [junit4] 2> 1938686 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml [junit4] 2> 1938696 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml [junit4] 2> 1938719 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt [junit4] 2> 1938730 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-testxmlparser.xml [junit4] 2> 1938746 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt [junit4] 2> 1938757 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml [junit4] 2> 1938802 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml [junit4] 2> 1938820 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml [junit4] 2> 1938851 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml [junit4] 2> 1938886 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml [junit4] 2> 1938890 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt [junit4] 2> 1938902 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml [junit4] 2> 1938924 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml [junit4] 2> 1938962 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml [junit4] 2> 1938981 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml [junit4] 2> 1938983 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[C990A835EAC11EE6]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml [junit4] 2> 19 [...truncated too long message...] erBase.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.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:44266/solr/testSolrCloudCollection_shard1_replica1 [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.lambda$directUpdate$0(CloudSolrClient.java:730) [junit4] > at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264) [junit4] > at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) [junit4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158) [junit4] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632) [junit4] > ... 1 more [junit4] > Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:44266 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] > ... 10 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_C990A835EAC11EE6-001 [junit4] 2> Sep 05, 2016 6:24:03 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): {range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=LuceneFixedGap), multiDefault=Lucene50(blocksize=128), intDefault=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Memory doPackFST= true), range_facet_i_dv=PostingsFormat(name=LuceneFixedGap), range_facet_l=PostingsFormat(name=LuceneFixedGap), timestamp=PostingsFormat(name=LuceneFixedGap)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=481, maxMBSortInHeap=7.0403315900498065, sim=ClassicSimilarity, locale=sw-CD, timezone=Europe/Madrid [junit4] 2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=268971904,total=444071936 [junit4] 2> NOTE: All tests run in this JVM: [DistributedFacetPivotSmallTest, BasicDistributedZkTest, TestSolr4Spatial, URLClassifyProcessorTest, TestSolrCloudWithSecureImpersonation, ConnectionManagerTest, TestDistributedSearch, TestCollationFieldDocValues, TestIntervalFaceting, ZkNodePropsTest, RAMDirectoryFactoryTest, TestPseudoReturnFields, QueryEqualityTest, SyncSliceTest, ActionThrottleTest, OverseerModifyCollectionTest, TestSlowCompositeReaderWrapper, TestOnReconnectListenerSupport, SharedFSAutoReplicaFailoverUtilsTest, TestSortingResponseWriter, AddSchemaFieldsUpdateProcessorFactoryTest, TestSha256AuthenticationProvider, HdfsRecoveryZkTest, TestCloudPseudoReturnFields, CurrencyFieldOpenExchangeTest, BlockJoinFacetDistribTest, SignatureUpdateProcessorFactoryTest, TestConfigSetImmutable, AnalyticsMergeStrategyTest, TestFaceting, HdfsCollectionsAPIDistributedZkTest, TestArbitraryIndexDir, TestCloudDeleteByQuery, IndexSchemaTest, TestLegacyFieldCache, DateFieldTest, TestRTGBase, TestAnalyzeInfixSuggestions, TestTrackingShardHandlerFactory, CdcrRequestHandlerTest, AnalysisAfterCoreReloadTest, TestOmitPositions, DistributedFacetPivotLargeTest, BlockDirectoryTest, SOLR749Test, PingRequestHandlerTest, TestRandomFaceting, TestSolrQueryParserResource, ConnectionReuseTest, TestRawResponseWriter, DistributedQueryComponentOptimizationTest, TestMiniSolrCloudClusterBase, OverseerTaskQueueTest, BitVectorTest, PrimUtilsTest, TestXmlQParserPlugin, ExternalFileFieldSortTest, TestUninvertingReader, PolyFieldTest, MergeStrategyTest, TestFieldCacheSortRandom, TestRandomDVFaceting, TestInitQParser, TestDynamicFieldCollectionResource, TestFilteredDocIdSet, QueryResultKeyTest, SolrRequestParserTest, TestJoin, UUIDFieldTest, HdfsThreadLeakTest, TestComplexPhraseQParserPlugin, DocumentAnalysisRequestHandlerTest, TestFieldResource, OutputWriterTest, LeaderInitiatedRecoveryOnShardRestartTest, TestExceedMaxTermLength, DistributedQueueTest, ResourceLoaderTest, TestAuthorizationFramework, TestRebalanceLeaders, TestSubQueryTransformerCrossCore, TestReplicationHandlerBackup, PeerSyncTest, TestSchemaVersionResource, TestBadConfig, TestRealTimeGet, DirectoryFactoryTest, JsonLoaderTest, DeleteReplicaTest, TestBinaryField, PathHierarchyTokenizerFactoryTest, CdcrBootstrapTest, TestShardHandlerFactory, RuleEngineTest, TestCloudManagedSchema, TestJsonRequest, TestIBSimilarityFactory, TestFieldCacheReopen, HttpPartitionTest, DistributedDebugComponentTest, RequiredFieldsTest, TestManagedResourceStorage, SuggesterTSTTest, SuggesterTest, TestStressLucene, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, TermsComponentTest, DocumentBuilderTest, TermVectorComponentTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestComponentsName, TestQuerySenderListener, TestSolrIndexConfig, ResponseLogComponentTest, BadComponentTest, TestMergePolicyConfig, TestDocSet, NumericFieldsTest, MinimalSchemaTest, TestConfig, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestFastOutputStream, PluginInfoTest, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, SpellingQueryConverterTest, DOMUtilTest, TestLRUCache, TestUtils, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, DistributedMLTComponentTest, CursorPagingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AsyncCallRequestStatusResponseTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteShardTest, ForceLeaderTest, SaslZkACLProviderTest, ShardSplitTest, CoreSorterTest, TestBackupRepositoryFactory, TestDynamicLoading, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, DistributedExpandComponentTest, DistributedFacetExistsSmallTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, SpatialHeatmapFacetsTest, TestManagedSchema, TestManagedSchemaAPI, TestSchemaManager, AnalyticsQueryTest, CursorMarkTest, TestAddFieldRealTimeGet, TestMissingGroups, TestNoOpRegenerator, TestOverriddenPrefixQueryForCustomFieldType, TestQueryWrapperFilter, TestRandomCollapseQParserPlugin, SimpleMLTQParserTest, TestDFISimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, TestExactStatsCache, TestLRUStatsCache, BasicAuthIntegrationTest] [junit4] Completed [601/633 (1!)] on J0 in 24.45s, 1 test, 1 error <<< FAILURES! [...truncated 49839 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
