Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15812/ Java: 64bit/jdk-9-ea+104 -XX:+UseCompressedOops -XX:+UseSerialGC -XX:-CompactStrings -XX:-UseSuperWord
2 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasics Error Message: Error from server at http://127.0.0.1:53791/solr/testSolrCloudCollection_shard1_replica2: No registered leader was found after waiting for 4000ms , collection: testSolrCloudCollection slice: shard1 Stack Trace: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:53791/solr/testSolrCloudCollection_shard1_replica2: No registered leader was found after waiting for 4000ms , collection: testSolrCloudCollection slice: shard1 at __randomizedtesting.SeedInfo.seed([8EA1297EC5BA2D72:B3798752FD547302]:0) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:208) at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:185) at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:520) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:804) Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:53791/solr/testSolrCloudCollection_shard1_replica2: No registered leader was found after waiting for 4000ms , collection: testSolrCloudCollection slice: shard1 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325) at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607) at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1158) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632) ... 1 more FAILED: org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds Error Message: 2: soft wasn't fast enough Stack Trace: java.lang.AssertionError: 2: soft wasn't fast enough at __randomizedtesting.SeedInfo.seed([8EA1297EC5BA2D72:D2B487472E386C0A]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertNotNull(Assert.java:526) at org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds(SoftAutoCommitTest.java:322) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:520) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:804) Build Log: [...truncated 10938 lines...] [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest [junit4] 2> 594952 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 594952 INFO (Thread-2063) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 594952 INFO (Thread-2063) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 595052 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.ZkTestServer start zk server on port:49623 [junit4] 2> 595052 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595053 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595079 INFO (zkCallback-793-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3fdb8ec6 name:ZooKeeperConnection Watcher:127.0.0.1:49623 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595079 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595079 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595079 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 595100 INFO (jetty-launcher-792-thread-2) [ ] o.e.j.s.Server jetty-9.2.13.v20150730 [junit4] 2> 595100 INFO (jetty-launcher-792-thread-1) [ ] o.e.j.s.Server jetty-9.2.13.v20150730 [junit4] 2> 595100 INFO (jetty-launcher-792-thread-5) [ ] o.e.j.s.Server jetty-9.2.13.v20150730 [junit4] 2> 595100 INFO (jetty-launcher-792-thread-3) [ ] o.e.j.s.Server jetty-9.2.13.v20150730 [junit4] 2> 595100 INFO (jetty-launcher-792-thread-4) [ ] o.e.j.s.Server jetty-9.2.13.v20150730 [junit4] 2> 595103 INFO (jetty-launcher-792-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e74a9bc{/solr,null,AVAILABLE} [junit4] 2> 595103 INFO (jetty-launcher-792-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23cbdc4a{/solr,null,AVAILABLE} [junit4] 2> 595103 INFO (jetty-launcher-792-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7df2b907{/solr,null,AVAILABLE} [junit4] 2> 595104 INFO (jetty-launcher-792-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a44fac{/solr,null,AVAILABLE} [junit4] 2> 595105 INFO (jetty-launcher-792-thread-5) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21749798{/solr,null,AVAILABLE} [junit4] 2> 595107 INFO (jetty-launcher-792-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@71700bfc{HTTP/1.1}{127.0.0.1:60693} [junit4] 2> 595107 INFO (jetty-launcher-792-thread-4) [ ] o.e.j.s.ServerConnector Started ServerConnector@3c75394f{HTTP/1.1}{127.0.0.1:58782} [junit4] 2> 595107 INFO (jetty-launcher-792-thread-1) [ ] o.e.j.s.Server Started @596844ms [junit4] 2> 595107 INFO (jetty-launcher-792-thread-4) [ ] o.e.j.s.Server Started @596844ms [junit4] 2> 595107 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60693} [junit4] 2> 595107 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58782} [junit4] 2> 595107 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6996db8 [junit4] 2> 595107 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6996db8 [junit4] 2> 595107 INFO (jetty-launcher-792-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@443ae5bb{HTTP/1.1}{127.0.0.1:53915} [junit4] 2> 595107 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node4' [junit4] 2> 595107 INFO (jetty-launcher-792-thread-2) [ ] o.e.j.s.Server Started @596845ms [junit4] 2> 595107 INFO (jetty-launcher-792-thread-3) [ ] o.e.j.s.ServerConnector Started ServerConnector@78e2b37a{HTTP/1.1}{127.0.0.1:40055} [junit4] 2> 595107 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 595107 INFO (jetty-launcher-792-thread-3) [ ] o.e.j.s.Server Started @596845ms [junit4] 2> 595107 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 595107 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node1' [junit4] 2> 595107 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53915} [junit4] 2> 595108 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 595108 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595108 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 595108 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6996db8 [junit4] 2> 595108 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595108 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node2' [junit4] 2> 595108 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 595108 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 595108 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595108 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40055} [junit4] 2> 595108 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595109 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6996db8 [junit4] 2> 595109 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595109 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node3' [junit4] 2> 595109 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595109 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 595109 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 595109 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595109 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595111 INFO (zkCallback-795-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26fea57d name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595111 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595111 INFO (zkCallback-796-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@639902e8 name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595111 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595111 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595111 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595112 INFO (jetty-launcher-792-thread-5) [ ] o.e.j.s.ServerConnector Started ServerConnector@5b7f4d78{HTTP/1.1}{127.0.0.1:40845} [junit4] 2> 595112 INFO (jetty-launcher-792-thread-5) [ ] o.e.j.s.Server Started @596849ms [junit4] 2> 595112 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40845} [junit4] 2> 595112 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6996db8 [junit4] 2> 595112 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node5' [junit4] 2> 595112 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 595112 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 595112 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595112 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595113 INFO (zkCallback-794-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5c9d10d8 name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595113 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 595113 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595113 INFO (zkCallback-797-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@32c1326e name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595113 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 595113 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595113 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595113 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595114 INFO (zkCallback-798-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ba3fd3f name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595114 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595115 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 595115 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 595115 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595115 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 595120 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node2/. [junit4] 2> 595120 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 0x152bff0e02a0005, 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(Thread.java:804) [junit4] 2> 595120 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.CoreContainer New CoreContainer 1749924247 [junit4] 2> 595120 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node4/. [junit4] 2> 595121 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node2] [junit4] 2> 595121 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.CoreContainer New CoreContainer 604916711 [junit4] 2> 595121 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node4] [junit4] 2> 595120 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node5/. [junit4] 2> 595121 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 0x152bff0e02a0002, 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(Thread.java:804) [junit4] 2> 595121 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.CoreContainer New CoreContainer 1211749795 [junit4] 2> 595122 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node3/. [junit4] 2> 595121 WARN (jetty-launcher-792-thread-2) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node2/lib [junit4] 2> 595122 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.CoreContainer New CoreContainer 476275503 [junit4] 2> 595121 WARN (jetty-launcher-792-thread-4) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node4/lib [junit4] 2> 595123 INFO (jetty-launcher-792-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,useRetries : false, [junit4] 2> 595123 INFO (jetty-launcher-792-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,useRetries : false, [junit4] 2> 595123 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node3] [junit4] 2> 595122 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 0x152bff0e02a0004, 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(Thread.java:804) [junit4] 2> 595123 WARN (jetty-launcher-792-thread-3) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node3/lib [junit4] 2> 595122 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node5] [junit4] 2> 595123 INFO (jetty-launcher-792-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,useRetries : false, [junit4] 2> 595122 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node1/. [junit4] 2> 595123 WARN (jetty-launcher-792-thread-5) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node5/lib [junit4] 2> 595123 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 750032440 [junit4] 2> 595123 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node1] [junit4] 2> 595123 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 0x152bff0e02a0001, 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(Thread.java:804) [junit4] 2> 595123 WARN (jetty-launcher-792-thread-1) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node1/lib [junit4] 2> 595123 INFO (jetty-launcher-792-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,useRetries : false, [junit4] 2> 595124 INFO (jetty-launcher-792-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,useRetries : false, [junit4] 2> 595124 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 595124 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 595124 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 595124 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 595124 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 595124 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 595124 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 595124 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 595124 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 595124 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 595124 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49623/solr [junit4] 2> 595124 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49623/solr [junit4] 2> 595124 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 595124 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 595124 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595124 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595125 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 595125 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 595125 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49623/solr [junit4] 2> 595125 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49623/solr [junit4] 2> 595125 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 595125 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 595125 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595125 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595126 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595127 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595127 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595127 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595128 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 595128 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 595128 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 595128 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49623/solr [junit4] 2> 595128 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 595128 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595129 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595129 INFO (zkCallback-808-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@32cc38db name:ZooKeeperConnection Watcher:127.0.0.1:49623 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595129 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595129 INFO (zkCallback-807-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@329686c6 name:ZooKeeperConnection Watcher:127.0.0.1:49623 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595129 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595129 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595129 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595132 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 0x152bff0e02a0007, 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(Thread.java:804) [junit4] 2> 595133 INFO (zkCallback-809-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@316d59f9 name:ZooKeeperConnection Watcher:127.0.0.1:49623 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595134 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595134 INFO (zkCallback-810-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6cf72975 name:ZooKeeperConnection Watcher:127.0.0.1:49623 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595134 INFO (zkCallback-813-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ca394b6 name:ZooKeeperConnection Watcher:127.0.0.1:49623 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595134 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595134 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595134 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595134 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595134 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595134 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595134 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595136 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 0x152bff0e02a0009, 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(Thread.java:804) [junit4] 2> 595136 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595136 INFO (zkCallback-814-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2178d251 name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595136 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595137 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595139 INFO (zkCallback-815-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4745e4ed name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595139 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595139 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595140 INFO (zkCallback-816-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f60a4da name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595140 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595140 INFO (zkCallback-817-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c5df66e name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595140 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595142 INFO (zkCallback-818-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@56aee9a5 name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595142 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 595142 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595143 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 595153 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 595153 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 595153 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 595211 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 595211 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 595211 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 595212 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 595212 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 595236 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 595236 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 595238 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 595240 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 595240 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 595256 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 595256 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 595256 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 595262 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 595262 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 595270 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 595270 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 595271 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 595273 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 595273 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 595279 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 595280 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 595280 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 595280 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 595298 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 595298 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 595298 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 595298 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 595298 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 595301 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 595301 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 595302 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 595302 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 595302 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 595306 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 595306 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 595306 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 595306 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 595306 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 595310 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 595310 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 595310 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 595310 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 595310 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 595312 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60693_solr [junit4] 2> 595313 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53915_solr [junit4] 2> 595313 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58782_solr [junit4] 2> 595313 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40055_solr [junit4] 2> 595313 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40845_solr [junit4] 2> 595315 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60693_solr [junit4] 2> 595316 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58782_solr [junit4] 2> 595316 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53915_solr [junit4] 2> 595317 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40055_solr [junit4] 2> 595317 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40845_solr [junit4] 2> 595322 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 595322 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 595322 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 595322 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 595322 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 595337 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 595337 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 595337 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 595337 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 595337 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 595341 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 595341 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 595341 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 595341 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 595341 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 595342 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95349583402106895-127.0.0.1:40055_solr-n_0000000000 [junit4] 2> 595342 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95349583402106891-127.0.0.1:53915_solr-n_0000000001 [junit4] 2> 595350 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95349583402106892-127.0.0.1:40845_solr-n_0000000002 [junit4] 2> 595350 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95349583402106893-127.0.0.1:60693_solr-n_0000000004 [junit4] 2> 595350 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95349583402106894-127.0.0.1:58782_solr-n_0000000003 [junit4] 2> 595351 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40055_solr [junit4] 2> 595351 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 595351 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95349583402106895-127.0.0.1:40055_solr-n_0000000000 to know if I could be the leader [junit4] 2> 595351 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95349583402106891-127.0.0.1:53915_solr-n_0000000001 to know if I could be the leader [junit4] 2> 595351 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 595351 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 595351 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95349583402106894-127.0.0.1:58782_solr-n_0000000003 to know if I could be the leader [junit4] 2> 595351 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95349583402106892-127.0.0.1:40845_solr-n_0000000002 to know if I could be the leader [junit4] 2> 595351 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 595351 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 595360 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.Overseer Overseer (id=95349583402106895-127.0.0.1:40055_solr-n_0000000000) starting [junit4] 2> 595366 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 595369 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 595369 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 595369 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node2/. [junit4] 2> 595369 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 595372 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 595372 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 595372 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node1/. [junit4] 2> 595372 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 595372 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 595373 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 595373 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node4/. [junit4] 2> 595373 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 595373 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 595373 INFO (jetty-launcher-792-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 595373 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 595373 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 595373 INFO (jetty-launcher-792-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 595374 INFO (jetty-launcher-792-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 595382 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 595382 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 595383 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node5/. [junit4] 2> 595383 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 595384 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 595384 INFO (jetty-launcher-792-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 595384 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 595384 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 595384 INFO (OverseerCollectionConfigSetProcessor-95349583402106895-127.0.0.1:40055_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 595384 INFO (OverseerStateUpdate-95349583402106895-127.0.0.1:40055_solr-n_0000000000) [ ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 595390 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 595390 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 595391 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node3/. [junit4] 2> 595391 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 595391 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 595391 INFO (jetty-launcher-792-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 595391 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595392 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595406 INFO (zkCallback-819-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@57a12f68 name:ZooKeeperConnection Watcher:127.0.0.1:49623 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595406 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595406 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595420 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@443ae5bb{HTTP/1.1}{127.0.0.1:0} [junit4] 2> 595421 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1749924247 [junit4] 2> 595424 INFO (zkCallback-818-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> 595424 INFO (zkCallback-815-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> 595424 INFO (zkCallback-814-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> 595424 INFO (zkCallback-816-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> 595424 INFO (zkCallback-817-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> 595425 WARN (zkCallback-814-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> 595427 INFO (zkCallback-815-thread-1) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95349583402106895-127.0.0.1:40055_solr-n_0000000000 to know if I could be the leader [junit4] 2> 595427 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23cbdc4a{/solr,null,UNAVAILABLE} [junit4] 2> 595427 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.e.j.s.Server jetty-9.2.13.v20150730 [junit4] 2> 595428 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e186d9c{/solr,null,AVAILABLE} [junit4] 2> 595428 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.e.j.s.ServerConnector Started ServerConnector@7c8a947b{HTTP/1.1}{127.0.0.1:53791} [junit4] 2> 595428 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.e.j.s.Server Started @597166ms [junit4] 2> 595428 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53791} [junit4] 2> 595429 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6996db8 [junit4] 2> 595429 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node6' [junit4] 2> 595429 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 595429 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 595429 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595429 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595432 INFO (zkCallback-821-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@560115bb name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595432 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595432 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595432 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 595437 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node6/. [junit4] 2> 595437 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.CoreContainer New CoreContainer 1214724570 [junit4] 2> 595437 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node6] [junit4] 2> 595437 WARN (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node6/lib [junit4] 2> 595437 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] 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,useRetries : false, [junit4] 2> 595438 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 595438 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 595438 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 595438 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49623/solr [junit4] 2> 595438 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 595438 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 595439 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595441 INFO (zkCallback-824-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4be6a894 name:ZooKeeperConnection Watcher:127.0.0.1:49623 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595441 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595441 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 595444 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 595446 INFO (zkCallback-825-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@270ba9b0 name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 595446 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 595468 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 596469 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53791_solr [junit4] 2> 596474 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53791_solr [junit4] 2> 596483 INFO (zkCallback-817-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> 596483 INFO (zkCallback-815-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> 596483 INFO (zkCallback-818-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> 596483 INFO (zkCallback-816-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> 596483 INFO (zkCallback-825-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> 596485 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 596493 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95349583402106899-127.0.0.1:53791_solr-n_0000000005 [junit4] 2> 596493 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95349583402106893-127.0.0.1:60693_solr-n_0000000004 to know if I could be the leader [junit4] 2> 596503 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 596503 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 596504 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_8EA1297EC5BA2D72-001/tempDir-001/node6/. [junit4] 2> 596504 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 596505 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 596505 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 596505 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 596505 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 596508 INFO (zkCallback-826-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4bebb0ad name:ZooKeeperConnection Watcher:127.0.0.1:49623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 596508 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 596508 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 596509 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt [junit4] 2> 596525 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml [junit4] 2> 596528 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml [junit4] 2> 596530 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml [junit4] 2> 596740 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml [junit4] 2> 596773 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml [junit4] 2> 596783 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml [junit4] 2> 596798 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml [junit4] 2> 596823 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml [junit4] 2> 596833 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt [junit4] 2> 596835 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt [junit4] 2> 596844 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml [junit4] 2> 596863 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml [junit4] 2> 596873 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml [junit4] 2> 596905 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml [junit4] 2> 596929 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml [junit4] 2> 596944 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt [junit4] 2> 596952 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml [junit4] 2> 596970 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml [junit4] 2> 596987 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml [junit4] 2> 597007 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml [junit4] 2> 597016 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml [junit4] 2> 597046 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml [junit4] 2> 597069 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml [junit4] 2> 597102 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml [junit4] 2> 597118 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml [junit4] 2> 597136 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sql.xml [junit4] 2> 597156 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml [junit4] 2> 597165 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt [junit4] 2> 597176 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff [junit4] 2> 597178 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sql.xml [junit4] 2> 597187 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-spatial.xml [junit4] 2> 597226 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-slave1.xml [junit4] 2> 597236 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml [junit4] 2> 597261 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml [junit4] 2> 597285 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml [junit4] 2> 597305 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml [junit4] 2> 597315 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-complex-phrase.xml [junit4] 2> 597323 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/conditional.updateprocessor.js [junit4] 2> 597333 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml [junit4] 2> 597357 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-eff.xml [junit4] 2> 597367 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-folding.xml [junit4] 2> 597393 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml [junit4] 2> 597419 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-hash.xml [junit4] 2> 597428 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwords.txt [junit4] 2> 597452 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml [junit4] 2> 597467 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml [junit4] 2> 597499 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml [junit4] 2> 597527 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js [junit4] 2> 597529 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-minimal.xml [junit4] 2> 597538 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-defaults.xml [junit4] 2> 597557 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/blendedInfixSuggest.txt [junit4] 2> 597566 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml [junit4] 2> 597568 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesJoin.xml [junit4] 2> 597588 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValues.xml [junit4] 2> 597625 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml [junit4] 2> 597634 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-snippet-types.incl [junit4] 2> 597643 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-minimal.xml [junit4] 2> 597674 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[8EA1297EC5BA2D72]) [ [...truncated too long message...] (commitScheduler-3647-thread-1) [ ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@275973bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@412e0f86),segFN=segments_4,generation=4} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@275973bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@412e0f86),segFN=segments_5,generation=5} [junit4] 2> 1014188 INFO (commitScheduler-3647-thread-1) [ ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5 [junit4] 2> 1014188 INFO (commitScheduler-3647-thread-1) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@269521c1[collection1] main] [junit4] 2> 1014188 INFO (commitScheduler-3647-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 1014189 INFO (searcherExecutor-3645-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@269521c1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C5) Uninverting(_4(6.0.0):C1)))} [junit4] 2> 1016188 INFO (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[8EA1297EC5BA2D72]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testSoftAndHardCommitMaxTimeDelete [junit4] 2> 1016189 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> 1016189 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=642482244 [junit4] 2> 1016189 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@625196d [junit4] 2> 1016189 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=4,autocommit maxTime=1200ms,autocommits=1,soft autocommit maxTime=500ms,soft autocommits=2,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=838,transaction_logs_total_number=4} [junit4] 2> 1016189 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.u.SolrCoreState Closing SolrCoreState [junit4] 2> 1016189 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 1016189 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser [junit4] 2> 1016190 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.c.SolrCore [collection1] Closing main searcher on request. [junit4] 2> 1016196 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 1016196 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_8EA1297EC5BA2D72-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_8EA1297EC5BA2D72-001/init-core-data-001/index;done=false>>] [junit4] 2> 1016196 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_8EA1297EC5BA2D72-001/init-core-data-001/index [junit4] 2> 1016196 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_8EA1297EC5BA2D72-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_8EA1297EC5BA2D72-001/init-core-data-001;done=false>>] [junit4] 2> 1016196 INFO (SUITE-SoftAutoCommitTest-seed#[8EA1297EC5BA2D72]-worker) [ ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_8EA1297EC5BA2D72-001/init-core-data-001 [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_8EA1297EC5BA2D72-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene60): {range_facet_l_dv=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), subject=PostingsFormat(name=LuceneVarGapDocFreqInterval), intDefault=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting), range_facet_i_dv=PostingsFormat(name=MockRandom), text=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=MockRandom)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, sim=ClassicSimilarity, locale=rn, timezone=JST [junit4] 2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=132504328,total=518979584 [junit4] 2> NOTE: All tests run in this JVM: [SpatialHeatmapFacetsTest, TestSolrQueryResponse, RankQueryTest, TestConfigSetsAPIExclusivity, DeleteLastCustomShardedReplicaTest, WordBreakSolrSpellCheckerTest, TestScoreJoinQPScore, RestartWhileUpdatingTest, HdfsRestartWhileUpdatingTest, TestLeaderElectionZkExpiry, ClusterStateUpdateTest, TestMiniSolrCloudClusterBase, DistribCursorPagingTest, TestDynamicFieldCollectionResource, TestTrie, LoggingHandlerTest, RecoveryAfterSoftCommitTest, TestDynamicLoading, CachingDirectoryFactoryTest, TestIntervalFaceting, SolrCmdDistributorTest, SolrIndexConfigTest, TestLMJelinekMercerSimilarityFactory, TestDistribDocBasedVersion, TestCloudManagedSchema, DistributedFacetPivotSmallTest, HighlighterTest, DistanceFunctionTest, SpellCheckComponentTest, ChaosMonkeyNothingIsSafeTest, AsyncMigrateRouteKeyTest, ConvertedLegacyTest, TestManagedStopFilterFactory, HdfsTlogReplayBufferedWhileIndexingTest, AliasIntegrationTest, CSVRequestHandlerTest, TimeZoneUtilsTest, TestDistributedStatsComponentCardinality, SegmentsInfoRequestHandlerTest, TestCustomDocTransformer, TestSimpleTrackingShardHandler, TestHighFrequencyDictionaryFactory, ZkCLITest, TestQuerySenderNoQuery, UpdateRequestProcessorFactoryTest, CoreMergeIndexesAdminHandlerTest, BitVectorTest, TestRequestForwarding, DistributedQueueTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BasicFunctionalityTest, SpellingQueryConverterTest, SortByFunctionTest, EnumFieldTest, BufferStoreTest, DocumentBuilderTest, TestSolrXml, SpellCheckCollatorTest, TestBM25SimilarityFactory, HdfsChaosMonkeyNothingIsSafeTest, TestMinMaxOnMultiValuedField, SchemaVersionSpecificBehaviorTest, DOMUtilTest, TestFiltering, TestWordDelimiterFilterFactory, SolrPluginUtilsTest, SolrXmlInZkTest, TestConfigReload, TestPartialUpdateDeduplication, ZkStateWriterTest, TestTestInjection, TestFastLRUCache, BasicAuthIntegrationTest, DistributedMLTComponentTest, TestSystemIdResolver, AddBlockUpdateTest, MultiTermTest, DirectSolrSpellCheckerTest, ZkSolrClientTest, TestClassNameShortening, BlockJoinFacetSimpleTest, TestSolrConfigHandlerConcurrent, TestCodecSupport, TestSchemaSimilarityResource, FileUtilsTest, TestCursorMarkWithoutUniqueKey, ZkControllerTest, TestSolrQueryParserDefaultOperatorResource, SharedFSAutoReplicaFailoverUtilsTest, DistributedFacetPivotLargeTest, ShardRoutingCustomTest, MBeansHandlerTest, TestReRankQParserPlugin, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, ShardRoutingTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressVersions, DistributedTermsComponentTest, SolrCoreTest, TestGroupingSearch, TestFunctionQuery, TestIndexSearcher, SoftAutoCommitTest] [junit4] Completed [309/577 (2!)] on J1 in 11.33s, 3 tests, 1 failure <<< FAILURES! [...truncated 850 lines...] BUILD FAILED /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:524: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2318 tests, 1 error, 1 failure, 117 ignored (72 assumptions) [seed: 8EA1297EC5BA2D72] Total time: 49 minutes 4 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts [WARNINGS] Skipping publisher since build result is FAILURE Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
