Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17602/ Java: 32bit/jdk-9-ea+131 -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:43242/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:43242/solr/testSolrCloudCollection_shard1_replica1 at __randomizedtesting.SeedInfo.seed([D507E94004750162:E8DF476C3C9B5F12]:0) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997) 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:43242/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:413) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366) at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735) 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:43242 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 10647 lines...] [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest [junit4] 2> 154820 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 154820 INFO (Thread-183) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 154820 INFO (Thread-183) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 154920 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.ZkTestServer start zk server on port:41724 [junit4] 2> 154920 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154921 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154938 INFO (zkCallback-120-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ef70f6 name:ZooKeeperConnection Watcher:127.0.0.1:41724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154938 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154938 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154938 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 154956 INFO (jetty-launcher-119-thread-2) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 154956 INFO (jetty-launcher-119-thread-5) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 154956 INFO (jetty-launcher-119-thread-4) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 154956 INFO (jetty-launcher-119-thread-3) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 154956 INFO (jetty-launcher-119-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 154958 INFO (jetty-launcher-119-thread-5) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10978d9{/solr,null,AVAILABLE} [junit4] 2> 154958 INFO (jetty-launcher-119-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1521fd2{/solr,null,AVAILABLE} [junit4] 2> 154958 INFO (jetty-launcher-119-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65f6b2{/solr,null,AVAILABLE} [junit4] 2> 154958 INFO (jetty-launcher-119-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@237ef4{/solr,null,AVAILABLE} [junit4] 2> 154958 INFO (jetty-launcher-119-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@112d504{/solr,null,AVAILABLE} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@12e1cc3{HTTP/1.1,[http/1.1]}{127.0.0.1:39208} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-3) [ ] o.e.j.s.ServerConnector Started ServerConnector@1ff7e38{HTTP/1.1,[http/1.1]}{127.0.0.1:38955} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-2) [ ] o.e.j.s.Server Started @157358ms [junit4] 2> 154962 INFO (jetty-launcher-119-thread-5) [ ] o.e.j.s.ServerConnector Started ServerConnector@1849f4b{HTTP/1.1,[http/1.1]}{127.0.0.1:46471} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-4) [ ] o.e.j.s.ServerConnector Started ServerConnector@51035c{HTTP/1.1,[http/1.1]}{127.0.0.1:44636} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39208} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-3) [ ] o.e.j.s.Server Started @157358ms [junit4] 2> 154962 INFO (jetty-launcher-119-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@a6c68a{HTTP/1.1,[http/1.1]}{127.0.0.1:43242} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38955} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1bb089b [junit4] 2> 154962 INFO (jetty-launcher-119-thread-4) [ ] o.e.j.s.Server Started @157358ms [junit4] 2> 154962 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node2' [junit4] 2> 154962 INFO (jetty-launcher-119-thread-5) [ ] o.e.j.s.Server Started @157359ms [junit4] 2> 154962 INFO (jetty-launcher-119-thread-1) [ ] o.e.j.s.Server Started @157359ms [junit4] 2> 154962 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46471} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1bb089b [junit4] 2> 154962 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44636} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 154962 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node3' [junit4] 2> 154962 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 154962 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43242} [junit4] 2> 154962 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1bb089b [junit4] 2> 154962 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 154962 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node5' [junit4] 2> 154962 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 154962 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154962 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 154962 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 154963 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154963 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154963 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1bb089b [junit4] 2> 154963 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node4' [junit4] 2> 154963 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1bb089b [junit4] 2> 154963 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node1' [junit4] 2> 154963 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154963 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 154963 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 154963 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154963 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 154963 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154963 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 154964 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154964 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154964 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154964 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154966 INFO (zkCallback-121-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@aac56b name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154966 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154966 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154968 INFO (zkCallback-122-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@54fcf4 name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154968 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154968 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154968 INFO (zkCallback-123-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@49ccbc name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154968 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154968 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154969 INFO (zkCallback-124-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1159d62 name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154969 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154969 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154969 INFO (zkCallback-125-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2422bd name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154969 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 154969 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 154969 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 154969 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154969 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 154969 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154970 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 154977 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node2/. [junit4] 2> 154977 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.CoreContainer New CoreContainer 16666609 [junit4] 2> 154977 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node2] [junit4] 2> 154977 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node5/. [junit4] 2> 154977 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.CoreContainer New CoreContainer 2573809 [junit4] 2> 154977 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x1569e48e7f50003, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 154977 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node5] [junit4] 2> 154977 WARN (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D507E94004750162-001/tempDir-001/node2/lib [junit4] 2> 154977 WARN (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D507E94004750162-001/tempDir-001/node5/lib [junit4] 2> 154978 INFO (jetty-launcher-119-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> 154978 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node1/. [junit4] 2> 154978 INFO (jetty-launcher-119-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> 154978 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 27200867 [junit4] 2> 154979 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node3/. [junit4] 2> 154979 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node1] [junit4] 2> 154979 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.CoreContainer New CoreContainer 6796099 [junit4] 2> 154979 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node3] [junit4] 2> 154979 WARN (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D507E94004750162-001/tempDir-001/node1/lib [junit4] 2> 154979 WARN (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D507E94004750162-001/tempDir-001/node3/lib [junit4] 2> 154979 INFO (jetty-launcher-119-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> 154979 INFO (jetty-launcher-119-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> 154979 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node4/. [junit4] 2> 154979 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.CoreContainer New CoreContainer 29823081 [junit4] 2> 154979 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node4] [junit4] 2> 154979 WARN (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D507E94004750162-001/tempDir-001/node4/lib [junit4] 2> 154979 INFO (jetty-launcher-119-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> 154982 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 154982 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 154982 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 154982 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 154982 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 154982 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 154983 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 154983 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41724/solr [junit4] 2> 154982 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 154983 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 154983 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 154983 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154983 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41724/solr [junit4] 2> 154983 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41724/solr [junit4] 2> 154983 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 154983 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 154983 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 154983 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 154983 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 154984 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 154984 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154984 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154983 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154984 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 154988 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41724/solr [junit4] 2> 154990 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154988 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 154990 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 154990 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41724/solr [junit4] 2> 154990 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154991 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154990 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 154991 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 154991 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154991 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154991 INFO (zkCallback-136-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10d4de name:ZooKeeperConnection Watcher:127.0.0.1:41724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154991 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154992 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154993 INFO (zkCallback-138-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@17547c7 name:ZooKeeperConnection Watcher:127.0.0.1:41724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154993 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154993 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154995 INFO (zkCallback-137-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dd363d name:ZooKeeperConnection Watcher:127.0.0.1:41724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154995 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154995 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154995 INFO (zkCallback-139-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a4c12 name:ZooKeeperConnection Watcher:127.0.0.1:41724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154995 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154995 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154995 INFO (zkCallback-140-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b23364 name:ZooKeeperConnection Watcher:127.0.0.1:41724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154995 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 154995 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 154997 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x1569e48e7f50006, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 154998 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$196/32697778@444ab5 [junit4] 2> 154998 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$196/32697778@107d45f [junit4] 2> 154998 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154998 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 154999 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$196/32697778@d04939 [junit4] 2> 154999 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 155000 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$196/32697778@19ec27b [junit4] 2> 155001 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 155002 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$196/32697778@a2d4e4 [junit4] 2> 155003 INFO (zkCallback-142-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f57296 name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 155003 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 155003 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 155003 INFO (zkCallback-141-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12f8b95 name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 155003 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 155003 INFO (zkCallback-143-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@923a24 name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 155003 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 155005 INFO (zkCallback-144-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@37f44b name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 155005 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 155006 INFO (zkCallback-145-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e260ae name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 155006 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 155021 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 155021 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 155021 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 155036 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 155036 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 155044 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 155044 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 155044 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 155046 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 155046 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 155088 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 155088 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 155096 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 155098 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 155098 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 155117 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 155117 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 155118 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 155118 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 155126 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 155126 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 155126 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 155126 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 155126 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 155133 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 155133 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 155133 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 155133 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 155134 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 155170 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 155170 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 155170 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 155170 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 155170 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 155184 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 155184 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 155184 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 155184 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 155184 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 155196 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 155196 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 155196 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 155196 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 155196 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 155213 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 155213 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 155213 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 155213 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 155213 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 155223 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 155235 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 155235 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 155245 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 155254 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 155254 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 155254 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 155254 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 155254 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 155254 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 155254 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 155254 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 155254 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 155254 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 155254 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 155255 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 155255 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 155255 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 155287 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 155287 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 155287 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 155287 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 155287 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 155297 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 155306 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 155306 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 155306 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 155309 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 155309 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96438478001471500-127.0.0.1:38955_solr-n_0000000000 [junit4] 2> 155331 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96438478001471502-127.0.0.1:46471_solr-n_0000000001 [junit4] 2> 155331 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96438478001471499-127.0.0.1:44636_solr-n_0000000002 [junit4] 2> 155331 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96438478001471503-127.0.0.1:43242_solr-n_0000000003 [junit4] 2> 155339 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96438478001471501-127.0.0.1:39208_solr-n_0000000004 [junit4] 2> 155340 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38955_solr [junit4] 2> 155340 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 155340 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96438478001471500-127.0.0.1:38955_solr-n_0000000000 to know if I could be the leader [junit4] 2> 155340 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96438478001471499-127.0.0.1:44636_solr-n_0000000002 to know if I could be the leader [junit4] 2> 155340 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96438478001471503-127.0.0.1:43242_solr-n_0000000003 to know if I could be the leader [junit4] 2> 155340 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96438478001471502-127.0.0.1:46471_solr-n_0000000001 to know if I could be the leader [junit4] 2> 155340 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46471_solr [junit4] 2> 155340 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46471_solr [junit4] 2> 155340 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43242_solr [junit4] 2> 155340 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43242_solr [junit4] 2> 155340 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44636_solr [junit4] 2> 155340 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44636_solr [junit4] 2> 155340 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39208_solr [junit4] 2> 155341 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39208_solr [junit4] 2> 155346 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.Overseer Overseer (id=96438478001471500-127.0.0.1:38955_solr-n_0000000000) starting [junit4] 2> 155355 INFO (zkCallback-142-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> 155355 INFO (zkCallback-145-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> 155355 INFO (zkCallback-144-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> 155355 INFO (zkCallback-143-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> 155355 INFO (zkCallback-141-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> 155372 INFO (zkCallback-144-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 155372 INFO (zkCallback-143-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 155372 INFO (zkCallback-145-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 155372 INFO (zkCallback-142-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 155373 INFO (zkCallback-141-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 155377 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 155377 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 155377 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node5/. [junit4] 2> 155377 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 155382 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 155382 INFO (jetty-launcher-119-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 155394 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 155409 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 155409 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 155411 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node2/. [junit4] 2> 155411 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 155415 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 155415 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 155416 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node4/. [junit4] 2> 155416 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 155417 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 155417 INFO (jetty-launcher-119-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 155417 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 155417 INFO (jetty-launcher-119-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 155424 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 155424 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 155425 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node1/. [junit4] 2> 155425 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 155426 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 155426 INFO (jetty-launcher-119-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 155450 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 155450 INFO (OverseerCollectionConfigSetProcessor-96438478001471500-127.0.0.1:38955_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 155451 INFO (OverseerStateUpdate-96438478001471500-127.0.0.1:38955_solr-n_0000000000) [ ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 155451 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:38955_solr as DOWN [junit4] 2> 155461 INFO (OverseerStateUpdate-96438478001471500-127.0.0.1:38955_solr-n_0000000000) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4) [junit4] 2> 155471 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38955_solr [junit4] 2> 155471 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38955_solr [junit4] 2> 155474 INFO (zkCallback-144-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> 155474 INFO (zkCallback-143-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> 155474 INFO (zkCallback-145-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> 155474 INFO (OverseerStateUpdate-96438478001471500-127.0.0.1:38955_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:38955_solr"} current state version: 0 [junit4] 2> 155474 INFO (zkCallback-142-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> 155474 INFO (zkCallback-144-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 155474 INFO (zkCallback-143-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 155474 INFO (zkCallback-141-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> 155474 INFO (zkCallback-145-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 155474 INFO (OverseerStateUpdate-96438478001471500-127.0.0.1:38955_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38955_solr [junit4] 2> 155475 INFO (zkCallback-142-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 155475 INFO (zkCallback-141-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 155486 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 155486 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 155486 INFO (jetty-launcher-119-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_D507E94004750162-001/tempDir-001/node3/. [junit4] 2> 155487 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 155487 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 155487 INFO (jetty-launcher-119-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 155487 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 155488 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 155491 INFO (zkCallback-151-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f5318 name:ZooKeeperConnection Watcher:127.0.0.1:41724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 155492 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 155492 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 155504 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@1849f4b{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 155505 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2573809 [junit4] 2> 155505 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:46471_solr as DOWN [junit4] 2> 155513 INFO (OverseerStateUpdate-96438478001471500-127.0.0.1:38955_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:46471_solr"} current state version: 0 [junit4] 2> 155514 INFO (OverseerStateUpdate-96438478001471500-127.0.0.1:38955_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46471_solr [junit4] 2> 155521 INFO (zkCallback-143-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> 155521 INFO (zkCallback-141-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> 155521 INFO (zkCallback-145-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> 155521 INFO (zkCallback-144-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> 155525 INFO (zkCallback-142-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> 155525 WARN (zkCallback-144-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> 155526 INFO (zkCallback-145-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 155526 INFO (zkCallback-143-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 155526 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10978d9{/solr,null,UNAVAILABLE} [junit4] 2> 155527 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 155527 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17dd971{/solr,null,AVAILABLE} [junit4] 2> 155528 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.e.j.s.ServerConnector Started ServerConnector@b58a8a{HTTP/1.1,[http/1.1]}{127.0.0.1:46153} [junit4] 2> 155528 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.e.j.s.Server Started @157925ms [junit4] 2> 155528 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46153} [junit4] 2> 155528 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1bb089b [junit4] 2> 155528 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] 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_D507E94004750162-001/tempDir-001/node6' [junit4] 2> 155529 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 155529 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 155529 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 155529 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 155530 INFO (zkCallback-142-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 155530 INFO (zkCallback-142-thread-1) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96438478001471500-127.0.0.1:38955_solr-n_0000000000 to know if I could be the leader [junit4] 2> 155530 INFO (zkCallback-141-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4) [junit4] 2> 155531 INFO (zkCallback-153-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11a6e9a name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 155532 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 155532 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 155532 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 155539 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] 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_D507E94004750162-001/tempDir-001/node6/. [junit4] 2> 155540 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.CoreContainer New CoreContainer 6550809 [junit4] 2> 155540 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] 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_D507E94004750162-001/tempDir-001/node6] [junit4] 2> 155540 WARN (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] 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_D507E94004750162-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D507E94004750162-001/tempDir-001/node6/lib [junit4] 2> 155540 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] 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> 155541 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 155542 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 155542 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 155542 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41724/solr [junit4] 2> 155542 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 155542 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 155542 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 155557 INFO (zkCallback-156-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f0f02 name:ZooKeeperConnection Watcher:127.0.0.1:41724 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 155557 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 155557 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 155565 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$196/32697778@2e9ac8 [junit4] 2> 155566 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 155574 INFO (zkCallback-157-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8d56bf name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 155574 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 155616 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 155616 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 155616 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 155617 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 155625 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96438478001471507-127.0.0.1:46153_solr-n_0000000005 [junit4] 2> 155626 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96438478001471501-127.0.0.1:39208_solr-n_0000000004 to know if I could be the leader [junit4] 2> 155626 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:46153_solr as DOWN [junit4] 2> 155643 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46153_solr [junit4] 2> 155643 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46153_solr [junit4] 2> 155643 INFO (OverseerStateUpdate-96438478001471500-127.0.0.1:38955_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:46153_solr"} current state version: 0 [junit4] 2> 155643 INFO (OverseerStateUpdate-96438478001471500-127.0.0.1:38955_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46153_solr [junit4] 2> 155651 INFO (zkCallback-157-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> 155651 INFO (zkCallback-145-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> 155651 INFO (zkCallback-142-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> 155651 INFO (zkCallback-141-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> 155651 INFO (zkCallback-143-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> 155660 INFO (zkCallback-145-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 155660 INFO (zkCallback-142-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 155660 INFO (zkCallback-141-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 155660 INFO (zkCallback-157-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 155660 INFO (zkCallback-143-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 155673 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 155673 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 155673 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] 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_D507E94004750162-001/tempDir-001/node6/. [junit4] 2> 155673 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 155674 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 155674 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 155674 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 155674 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 155689 INFO (zkCallback-159-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a4c77b name:ZooKeeperConnection Watcher:127.0.0.1:41724/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 155689 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 155689 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 155693 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt [junit4] 2> 155726 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml [junit4] 2> 155745 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml [junit4] 2> 155777 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml [junit4] 2> 155786 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml [junit4] 2> 155803 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml [junit4] 2> 155806 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml [junit4] 2> 155830 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml [junit4] 2> 155844 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml [junit4] 2> 155859 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml [junit4] 2> 155873 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt [junit4] 2> 155883 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-testxmlparser.xml [junit4] 2> 155893 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt [junit4] 2> 155902 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml [junit4] 2> 155923 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml [junit4] 2> 155933 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml [junit4] 2> 155947 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml [junit4] 2> 155967 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml [junit4] 2> 155978 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt [junit4] 2> 155987 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml [junit4] 2> 156008 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml [junit4] 2> 156041 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml [junit4] 2> 156061 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml [junit4] 2> 156066 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml [junit4] 2> 156078 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml [junit4] 2> 156080 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml [junit4] 2> 156086 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml [junit4] 2> 156089 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml [junit4] 2> 156094 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml [junit4] 2> 156113 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sql.xml [junit4] 2> 156130 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml [junit4] 2> 156132 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt [junit4] 2> 156150 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff [junit4] 2> 156152 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sql.xml [junit4] 2> 156155 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-spatial.xml [junit4] 2> 156160 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E9400475016 [...truncated too long message...] thread-3) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@237ef4{/solr,null,UNAVAILABLE} [junit4] 2> 173818 WARN (zkCallback-157-thread-2) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 173818 WARN (zkCallback-157-thread-1) [ ] o.a.s.c.LeaderElector [junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testSolrCloudCollection/leader_elect/shard2/election [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328) [junit4] 2> at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105) [junit4] 2> at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56) [junit4] 2> at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(java.base@9-ea/Executors.java:514) [junit4] 2> at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 173818 INFO (jetty-launcher-119-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17dd971{/solr,null,UNAVAILABLE} [junit4] 2> 173819 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[D507E94004750162]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41724 41724 [junit4] 2> 173965 INFO (Thread-183) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41724 41724 [junit4] 2> 173965 WARN (Thread-183) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 10 /solr/aliases.json [junit4] 2> 10 /solr/clusterprops.json [junit4] 2> 8 /solr/security.json [junit4] 2> 5 /solr/configs/solrCloudCollectionConfig [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 10 /solr/clusterstate.json [junit4] 2> 5 /solr/collections/testSolrCloudCollection/state.json [junit4] 2> 2 /solr/overseer_elect/election/96438478001471500-127.0.0.1:38955_solr-n_0000000000 [junit4] 2> 2 /solr/overseer_elect/election/96438478001471503-127.0.0.1:43242_solr-n_0000000003 [junit4] 2> 2 /solr/overseer_elect/election/96438478001471499-127.0.0.1:44636_solr-n_0000000002 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 14 /solr/overseer/queue [junit4] 2> 13 /solr/overseer/collection-queue-work [junit4] 2> 10 /solr/collections [junit4] 2> 7 /solr/live_nodes [junit4] 2> 4 /solr/overseer/queue-work [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasics -Dtests.seed=D507E94004750162 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-KM -Dtests.timezone=America/Cambridge_Bay -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 19.2s J0 | BasicAuthIntegrationTest.testBasics <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:43242/solr/testSolrCloudCollection_shard1_replica1 [junit4] > at __randomizedtesting.SeedInfo.seed([D507E94004750162:E8DF476C3C9B5F12]:0) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997) [junit4] > at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] > at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193) [junit4] > at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196) [junit4] > at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79) [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) [junit4] > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) [junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:43242/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:413) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735) [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:43242 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_D507E94004750162-001 [junit4] 2> Aug 18, 2016 3:33:32 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=true): {}, locale=fr-KM, timezone=America/Cambridge_Bay [junit4] 2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=87165320,total=296484864 [junit4] 2> NOTE: All tests run in this JVM: [TestComplexPhraseQParserPlugin, BasicDistributedZkTest, SyncSliceTest, TestNumericTerms32, ExternalFileFieldSortTest, BasicAuthIntegrationTest] [junit4] Completed [26/629 (1!)] on J0 in 19.92s, 1 test, 1 error <<< FAILURES! [...truncated 51654 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
