You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/04/18 17:29:52 UTC

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_72) - Build # 448 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/448/
Java: 64bit/jdk1.8.0_72 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([A7458FB48B5C1DDD:D17B90C7CA6BB0F2]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:326)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:244)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.server.Server.doStart(Server.java:384)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:327)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:352)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll(TestMiniSolrCloudCluster.java:443)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12150 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudCluster
   [junit4]   2> 1780512 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1780512 INFO  (Thread-5192) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1780512 INFO  (Thread-5192) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1780612 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.ZkTestServer start zk server on port:33099
   [junit4]   2> 1780612 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780612 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780636 INFO  (zkCallback-1921-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3cb9560b name:ZooKeeperConnection Watcher:127.0.0.1:33099 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780636 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780636 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780636 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1780643 INFO  (jetty-launcher-1920-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1780643 INFO  (jetty-launcher-1920-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1780643 INFO  (jetty-launcher-1920-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1780643 INFO  (jetty-launcher-1920-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1780643 INFO  (jetty-launcher-1920-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1780645 INFO  (jetty-launcher-1920-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17e054e2{/solr,null,AVAILABLE}
   [junit4]   2> 1780645 INFO  (jetty-launcher-1920-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ab666d8{/solr,null,AVAILABLE}
   [junit4]   2> 1780645 INFO  (jetty-launcher-1920-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ec74cda{/solr,null,AVAILABLE}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5320f8e7{/solr,null,AVAILABLE}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ff1a7da{/solr,null,AVAILABLE}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@21e812a{HTTP/1.1,[http/1.1]}{127.0.0.1:34414}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@4a6cf583{HTTP/1.1,[http/1.1]}{127.0.0.1:39013}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@30cf134a{HTTP/1.1,[http/1.1]}{127.0.0.1:40782}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@2b23fd49{HTTP/1.1,[http/1.1]}{127.0.0.1:36237}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@1d6c8d14{HTTP/1.1,[http/1.1]}{127.0.0.1:35094}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-3) [    ] o.e.j.s.Server Started @1782504ms
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-4) [    ] o.e.j.s.Server Started @1782504ms
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36237}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35094}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-1) [    ] o.e.j.s.Server Started @1782504ms
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-2) [    ] o.e.j.s.Server Started @1782504ms
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-5) [    ] o.e.j.s.Server Started @1782504ms
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node4'
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34414}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39013}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node3'
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node2'
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40782}
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node1'
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780646 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node5'
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1780647 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1780648 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780648 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780648 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780648 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780649 INFO  (zkCallback-1922-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d527c2d name:ZooKeeperConnection Watcher:127.0.0.1:33099/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780649 INFO  (zkCallback-1923-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@637d38d8 name:ZooKeeperConnection Watcher:127.0.0.1:33099/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780650 INFO  (zkCallback-1924-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19cb3b9d name:ZooKeeperConnection Watcher:127.0.0.1:33099/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780650 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780649 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780650 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780650 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780650 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780650 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780651 INFO  (zkCallback-1926-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4cdff4f8 name:ZooKeeperConnection Watcher:127.0.0.1:33099/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780651 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1780651 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1780651 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1780651 INFO  (zkCallback-1925-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@798fd644 name:ZooKeeperConnection Watcher:127.0.0.1:33099/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780651 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780651 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780651 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780652 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780656 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1780656 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1780657 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node2/.
   [junit4]   2> 1780657 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node4/.
   [junit4]   2> 1780657 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1979340990
   [junit4]   2> 1780657 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1140357799
   [junit4]   2> 1780657 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node2]
   [junit4]   2> 1780657 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node4]
   [junit4]   2> 1780657 WARN  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node2/lib
   [junit4]   2> 1780657 WARN  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node4/lib
   [junit4]   2> 1780657 INFO  (jetty-launcher-1920-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> 1780657 INFO  (jetty-launcher-1920-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> 1780658 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1780658 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1780658 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1780658 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1780658 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33099/solr
   [junit4]   2> 1780658 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1780659 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780659 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1780659 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1780659 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33099/solr
   [junit4]   2> 1780659 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1780659 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780659 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780657 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 0x15429f8de7d0003, 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:745)
   [junit4]   2> 1780660 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780672 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node5/.
   [junit4]   2> 1780672 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 0x15429f8de7d0001, 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:745)
   [junit4]   2> 1780672 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1150235807
   [junit4]   2> 1780672 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node3/.
   [junit4]   2> 1780673 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node5]
   [junit4]   2> 1780673 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 92279779
   [junit4]   2> 1780673 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node3]
   [junit4]   2> 1780673 WARN  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node5/lib
   [junit4]   2> 1780673 WARN  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node3/lib
   [junit4]   2> 1780673 INFO  (jetty-launcher-1920-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> 1780673 INFO  (jetty-launcher-1920-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> 1780674 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1780674 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1780674 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1780674 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1780674 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33099/solr
   [junit4]   2> 1780674 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1780674 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780674 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1780674 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1780675 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33099/solr
   [junit4]   2> 1780675 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780675 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1780675 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780675 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780682 INFO  (zkCallback-1931-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@787fcfc3 name:ZooKeeperConnection Watcher:127.0.0.1:33099 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780682 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node1/.
   [junit4]   2> 1780682 INFO  (zkCallback-1932-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5387afde name:ZooKeeperConnection Watcher:127.0.0.1:33099 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780682 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780683 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1516510754
   [junit4]   2> 1780683 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780683 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node1]
   [junit4]   2> 1780683 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780683 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780683 WARN  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node1/lib
   [junit4]   2> 1780683 INFO  (jetty-launcher-1920-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> 1780683 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1780684 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1780684 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1780684 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33099/solr
   [junit4]   2> 1780684 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1780684 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1780684 INFO  (zkCallback-1937-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ff401fc name:ZooKeeperConnection Watcher:127.0.0.1:33099 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780685 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780685 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780685 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780686 INFO  (zkCallback-1938-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@592a3635 name:ZooKeeperConnection Watcher:127.0.0.1:33099 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780686 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780686 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780687 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 0x15429f8de7d0007, 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:745)
   [junit4]   2> 1780687 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$26/1685857563@4a426541
   [junit4]   2> 1780687 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$26/1685857563@1f625fe6
   [junit4]   2> 1780687 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780688 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780689 INFO  (zkCallback-1941-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@149d2ff name:ZooKeeperConnection Watcher:127.0.0.1:33099 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780689 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780689 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1780690 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$26/1685857563@5042d190
   [junit4]   2> 1780690 INFO  (zkCallback-1942-thread-1-processing-n:127.0.0.1:35094_solr) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46d0ffbd name:ZooKeeperConnection Watcher:127.0.0.1:33099/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780690 INFO  (zkCallback-1943-thread-1-processing-n:127.0.0.1:39013_solr) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@242a25ee name:ZooKeeperConnection Watcher:127.0.0.1:33099/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780690 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780690 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780690 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780698 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$26/1685857563@2ee8f36f
   [junit4]   2> 1780699 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780700 INFO  (zkCallback-1944-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@75ac4fc name:ZooKeeperConnection Watcher:127.0.0.1:33099/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780700 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780701 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1780701 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1780701 INFO  (zkCallback-1945-thread-1-processing-n:127.0.0.1:34414_solr) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7742d94a name:ZooKeeperConnection Watcher:127.0.0.1:33099/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780702 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$26/1685857563@561295ab
   [junit4]   2> 1780702 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780702 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1780729 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1780729 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1780729 INFO  (zkCallback-1946-thread-1-processing-n:127.0.0.1:40782_solr) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bde2ed5 name:ZooKeeperConnection Watcher:127.0.0.1:33099/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1780729 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1780735 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1780737 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1780740 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1780740 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1780740 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1780788 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1780788 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1780796 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1780796 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1780811 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1780813 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1780813 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1780813 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1780813 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1780820 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1780821 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1780821 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1780821 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1780821 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1780828 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1780828 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1780828 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1780828 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1780828 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1780839 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1780839 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1780839 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1780839 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1780839 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1780844 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1780844 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1780844 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1780844 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1780844 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1780848 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1780849 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1780849 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1780849 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1780849 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1780854 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1780854 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1780855 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1780855 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1780855 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1780868 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1780869 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1780870 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1780872 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1780872 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1780872 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1780872 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1780872 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1780872 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1780872 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1780873 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1780873 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1780873 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1780873 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1780873 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1780879 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1780879 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1780879 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1780879 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1780879 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1780882 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1780883 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1780883 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1780884 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1780903 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1780903 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95747640942985231-127.0.0.1:40782_solr-n_0000000001
   [junit4]   2> 1780903 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95747640942985228-127.0.0.1:39013_solr-n_0000000002
   [junit4]   2> 1780903 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95747640942985227-127.0.0.1:35094_solr-n_0000000000
   [junit4]   2> 1780904 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95747640942985229-127.0.0.1:36237_solr-n_0000000003
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95747640942985230-127.0.0.1:34414_solr-n_0000000004
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35094_solr
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95747640942985227-127.0.0.1:35094_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95747640942985228-127.0.0.1:39013_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95747640942985231-127.0.0.1:40782_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95747640942985229-127.0.0.1:36237_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36237_solr
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39013_solr
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34414_solr
   [junit4]   2> 1780906 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40782_solr
   [junit4]   2> 1780908 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36237_solr
   [junit4]   2> 1780909 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39013_solr
   [junit4]   2> 1780909 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40782_solr
   [junit4]   2> 1780909 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34414_solr
   [junit4]   2> 1780911 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.Overseer Overseer (id=95747640942985227-127.0.0.1:35094_solr-n_0000000000) starting
   [junit4]   2> 1780912 INFO  (zkCallback-1946-thread-1-processing-n:127.0.0.1:40782_solr) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1780913 INFO  (zkCallback-1943-thread-1-processing-n:127.0.0.1:39013_solr) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1780912 INFO  (zkCallback-1942-thread-1-processing-n:127.0.0.1:35094_solr) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1780912 INFO  (zkCallback-1945-thread-1-processing-n:127.0.0.1:34414_solr) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1780913 INFO  (zkCallback-1944-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1780916 INFO  (zkCallback-1946-thread-1-processing-n:127.0.0.1:40782_solr) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1780916 INFO  (zkCallback-1942-thread-1-processing-n:127.0.0.1:35094_solr) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1780917 INFO  (zkCallback-1944-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1780917 INFO  (zkCallback-1943-thread-1-processing-n:127.0.0.1:39013_solr) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1780917 INFO  (zkCallback-1945-thread-1-processing-n:127.0.0.1:34414_solr) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1780925 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1780925 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1780926 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node2/.
   [junit4]   2> 1780926 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1780929 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1780929 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1780929 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node3/.
   [junit4]   2> 1780929 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1780930 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1780930 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1780930 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1780930 INFO  (jetty-launcher-1920-thread-3) [n:127.0.0.1:36237_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1780930 INFO  (jetty-launcher-1920-thread-2) [n:127.0.0.1:39013_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1780934 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1780934 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1780934 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node5/.
   [junit4]   2> 1780934 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1780935 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1780935 INFO  (jetty-launcher-1920-thread-5) [n:127.0.0.1:34414_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1780961 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=368006465
   [junit4]   2> 1780965 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1780965 INFO  (OverseerCollectionConfigSetProcessor-95747640942985227-127.0.0.1:35094_solr-n_0000000000) [n:127.0.0.1:35094_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1780965 INFO  (OverseerStateUpdate-95747640942985227-127.0.0.1:35094_solr-n_0000000000) [n:127.0.0.1:35094_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1780965 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35094_solr as DOWN
   [junit4]   2> 1780968 INFO  (OverseerStateUpdate-95747640942985227-127.0.0.1:35094_solr-n_0000000000) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 1780969 INFO  (OverseerStateUpdate-95747640942985227-127.0.0.1:35094_solr-n_0000000000) [n:127.0.0.1:35094_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35094_solr"} current state version: 0
   [junit4]   2> 1780969 INFO  (OverseerStateUpdate-95747640942985227-127.0.0.1:35094_solr-n_0000000000) [n:127.0.0.1:35094_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35094_solr
   [junit4]   2> 1780973 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1780973 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1780973 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node1/.
   [junit4]   2> 1780973 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1780974 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1780974 INFO  (jetty-launcher-1920-thread-1) [n:127.0.0.1:40782_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1781968 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35094_solr
   [junit4]   2> 1781977 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35094_solr
   [junit4]   2> 1781982 INFO  (zkCallback-1942-thread-1-processing-n:127.0.0.1:35094_solr) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1781982 INFO  (zkCallback-1944-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1781982 INFO  (zkCallback-1945-thread-1-processing-n:127.0.0.1:34414_solr) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1781982 INFO  (zkCallback-1943-thread-1-processing-n:127.0.0.1:39013_solr) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1781982 INFO  (zkCallback-1944-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1781982 INFO  (zkCallback-1945-thread-1-processing-n:127.0.0.1:34414_solr) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1781982 INFO  (zkCallback-1946-thread-1-processing-n:127.0.0.1:40782_solr) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1781982 INFO  (zkCallback-1943-thread-1-processing-n:127.0.0.1:39013_solr) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1781982 INFO  (zkCallback-1942-thread-1-processing-n:127.0.0.1:35094_solr) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1781982 INFO  (zkCallback-1946-thread-1-processing-n:127.0.0.1:40782_solr) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1781989 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1781989 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1781989 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-001/node4/.
   [junit4]   2> 1781989 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1781990 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1781990 INFO  (jetty-launcher-1920-thread-4) [n:127.0.0.1:35094_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1781990 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1781990 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1782005 INFO  (zkCallback-1947-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1edfdfab name:ZooKeeperConnection Watcher:127.0.0.1:33099 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1782005 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1782005 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1782027 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:33099/solr
   [junit4]   2> 1782027 INFO  (jetty-launcher-1920-thread-4) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@2b23fd49{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1782027 INFO  (jetty-launcher-1920-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4a6cf583{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1782028 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=92279779
   [junit4]   2> 1782027 INFO  (jetty-launcher-1920-thread-2) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@30cf134a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1782029 INFO  (jetty-launcher-1920-thread-4) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:36237_solr as DOWN
   [junit4]   2> 1782029 INFO  (jetty-launcher-1920-thread-5) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@21e812a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1782029 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1979340990
   [junit4]   2> 1782029 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1150235807
   [junit4]   2> 1782028 INFO  (jetty-launcher-1920-thread-3) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1d6c8d14{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1782029 INFO  (jetty-launcher-1920-thread-5) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:34414_solr as DOWN
   [junit4]   2> 1782029 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1140357799
   [junit4]   2> 1782029 INFO  (jetty-launcher-1920-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:39013_solr as DOWN
   [junit4]   2> 1782030 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:35094_solr as DOWN
   [junit4]   2> 1782029 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1516510754
   [junit4]   2> 1782030 INFO  (jetty-launcher-1920-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:40782_solr as DOWN
   [junit4]   2> 1782071 INFO  (jetty-launcher-1920-thread-3) [    ] o.a.s.c.Overseer Overseer (id=95747640942985227-127.0.0.1:35094_solr-n_0000000000) closing
   [junit4]   2> 1782072 INFO  (OverseerStateUpdate-95747640942985227-127.0.0.1:35094_solr-n_0000000000) [n:127.0.0.1:35094_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35094_solr
   [junit4]   2> 1782084 INFO  (zkCallback-1946-thread-1-processing-n:127.0.0.1:40782_solr) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1782084 INFO  (zkCallback-1944-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1782084 INFO  (zkCallback-1942-thread-1-processing-n:127.0.0.1:35094_solr) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1782084 WARN  (zkCallback-1944-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1782084 INFO  (zkCallback-1945-thread-2-processing-n:127.0.0.1:34414_solr) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1782084 INFO  (zkCallback-1943-thread-1-processing-n:127.0.0.1:39013_solr) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1782085 INFO  (jetty-launcher-1920-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5320f8e7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1782098 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 0x15429f8de7d000f, 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:745)
   [junit4]   2> 1782098 WARN  (zkCallback-1943-thread-2-processing-n:127.0.0.1:39013_solr) [n:127.0.0.1:39013_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1782099 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 0x15429f8de7d000c, 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:745)
   [junit4]   2> 1783584 WARN  (zkCallback-1946-thread-1-processing-n:127.0.0.1:40782_solr) [n:127.0.0.1:40782_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1783584 WARN  (zkCallback-1942-thread-1-processing-n:127.0.0.1:35094_solr) [n:127.0.0.1:35094_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1783584 INFO  (jetty-launcher-1920-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ec74cda{/solr,null,UNAVAILABLE}
   [junit4]   2> 1783584 INFO  (jetty-launcher-1920-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@ff1a7da{/solr,null,UNAVAILABLE}
   [junit4]   2> 1783585 WARN  (zkCallback-1945-thread-1-processing-n:127.0.0.1:34414_solr) [n:127.0.0.1:34414_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1783585 WARN  (zkCallback-1943-thread-1-processing-n:127.0.0.1:39013_solr) [n:127.0.0.1:39013_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1783585 WARN  (zkCallback-1945-thread-2-processing-n:127.0.0.1:34414_solr) [n:127.0.0.1:34414_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1783585 INFO  (jetty-launcher-1920-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7ab666d8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1783585 INFO  (jetty-launcher-1920-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17e054e2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1783590 INFO  (TEST-TestMiniSolrCloudCluster.testExtraFilters-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33099 33099
   [junit4]   2> 1783700 INFO  (Thread-5192) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33099 33099
   [junit4]   2> 1783702 WARN  (Thread-5192) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1783705 INFO  (TEST-TestMiniSolrCloudCluster.testStopAllStartAll-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1783705 INFO  (Thread-5243) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1783705 INFO  (Thread-5243) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1783805 INFO  (TEST-TestMiniSolrCloudCluster.testStopAllStartAll-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.ZkTestServer start zk server on port:45305
   [junit4]   2> 1783805 INFO  (TEST-TestMiniSolrCloudCluster.testStopAllStartAll-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1783806 INFO  (TEST-TestMiniSolrCloudCluster.testStopAllStartAll-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1783838 INFO  (zkCallback-1950-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c09893c name:ZooKeeperConnection Watcher:127.0.0.1:45305 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1783838 INFO  (TEST-TestMiniSolrCloudCluster.testStopAllStartAll-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1783838 INFO  (TEST-TestMiniSolrCloudCluster.testStopAllStartAll-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1783838 INFO  (TEST-TestMiniSolrCloudCluster.testStopAllStartAll-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1783874 INFO  (jetty-launcher-1949-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1783874 INFO  (jetty-launcher-1949-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1783874 INFO  (jetty-launcher-1949-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1783874 INFO  (jetty-launcher-1949-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1783874 INFO  (jetty-launcher-1949-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1783875 INFO  (jetty-launcher-1949-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cdfb978{/solr,null,AVAILABLE}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77398160{/solr,null,AVAILABLE}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10490157{/solr,null,AVAILABLE}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@730ec7b0{HTTP/1.1,[http/1.1]}{127.0.0.1:41634}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-1) [    ] o.e.j.s.Server Started @1785734ms
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@130c54d8{/solr,null,AVAILABLE}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41634}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e138d7f{/solr,null,AVAILABLE}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@19a6b3c5{HTTP/1.1,[http/1.1]}{127.0.0.1:43389}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-3) [    ] o.e.j.s.Server Started @1785734ms
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@34910cf8{HTTP/1.1,[http/1.1]}{127.0.0.1:33935}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43389}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@5f65425a{HTTP/1.1,[http/1.1]}{127.0.0.1:35213}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-5) [    ] o.e.j.s.Server Started @1785734ms
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@64bc0370{HTTP/1.1,[http/1.1]}{127.0.0.1:40034}
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-002/node1'
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-4) [    ] o.e.j.s.Server Started @1785735ms
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33935}
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40034}
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-002/node5'
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1783876 INFO  (jetty-launcher-1949-thread-2) [    ] o.e.j.s.Server Started @1785735ms
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35213}
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-002/node3'
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-002/node4'
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1783878 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001/tempDir-002/node2'
   [junit4]   2> 1783877 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1783878 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1783878 INFO  (jetty-launcher-1949-thread-3) [    ] o.a.s.c.c.Connectio

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

.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1966575 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 0x15429fb93a9000b, 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:745)
   [junit4]   2> 1966575 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 0x15429fb93a9000d, 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:745)
   [junit4]   2> 1968060 WARN  (zkCallback-2124-thread-1-processing-n:127.0.0.1:33453_solr) [n:127.0.0.1:33453_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1968060 WARN  (zkCallback-2120-thread-1-processing-n:127.0.0.1:42821_solr) [n:127.0.0.1:42821_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1968060 WARN  (zkCallback-2122-thread-1-processing-n:127.0.0.1:44946_solr) [n:127.0.0.1:44946_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1968060 INFO  (jetty-launcher-2098-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e0460a1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1968060 INFO  (jetty-launcher-2098-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@35a1bcc1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1968060 INFO  (jetty-launcher-2098-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@56fc3004{/solr,null,UNAVAILABLE}
   [junit4]   2> 1968061 WARN  (zkCallback-2121-thread-1-processing-n:127.0.0.1:39336_solr) [n:127.0.0.1:39336_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1968061 INFO  (jetty-launcher-2098-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@32906b01{/solr,null,UNAVAILABLE}
   [junit4]   2> 1968062 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[A7458FB48B5C1DDD]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41630 41630
   [junit4]   2> 1968167 INFO  (Thread-5540) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41630 41630
   [junit4]   2> 1968168 WARN  (Thread-5540) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_A7458FB48B5C1DDD-001
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, locale=en, timezone=Africa/Addis_Ababa
   [junit4]   2> NOTE: Linux 4.2.0-34-generic amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=12,threads=1,free=274155664,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestChildDocTransformer, TestLuceneMatchVersion, TestRestoreCore, CurrencyFieldOpenExchangeTest, CustomCollectionTest, DistributedQueueTest, SmileWriterTest, TestManagedSchemaAPI, PreAnalyzedFieldTest, TestDynamicFieldResource, SyncSliceTest, TestRecoveryHdfs, TestSerializedLuceneMatchVersion, RequiredFieldsTest, TestReplicationHandler, TestCopyFieldCollectionResource, RecoveryAfterSoftCommitTest, TestPseudoReturnFields, TestFieldTypeCollectionResource, CoreMergeIndexesAdminHandlerTest, TestShardHandlerFactory, SegmentsInfoRequestHandlerTest, TestRestManager, TestSortingResponseWriter, TestAnalyzedSuggestions, SharedFSAutoReplicaFailoverUtilsTest, HLLUtilTest, TestRandomFaceting, TestHighlightDedupGrouping, TestComponentsName, TestUniqueKeyFieldResource, RestartWhileUpdatingTest, RAMDirectoryFactoryTest, ZkStateWriterTest, DistributedQueryComponentOptimizationTest, LeaderInitiatedRecoveryOnShardRestartTest, TestRequestStatusCollectionAPI, TestInitParams, JsonLoaderTest, TestMergePolicyConfig, SystemInfoHandlerTest, TestConfig, TestRawResponseWriter, PathHierarchyTokenizerFactoryTest, OutputWriterTest, SpatialHeatmapFacetsTest, TestFastOutputStream, TestRTimerTree, TestCryptoKeys, URLClassifyProcessorTest, CachingDirectoryFactoryTest, ResponseHeaderTest, TestExactSharedStatsCache, PreAnalyzedUpdateProcessorTest, TestSolrCloudWithKerberosAlt, TestConfigSetImmutable, XsltUpdateRequestHandlerTest, SaslZkACLProviderTest, DataDrivenBlockJoinTest, AddBlockUpdateTest, DistributedFacetPivotSmallTest, TestFaceting, IndexSchemaTest, TestUseDocValuesAsStored2, QueryEqualityTest, TestNoOpRegenerator, BufferStoreTest, TestRemoteStreaming, StressHdfsTest, FileBasedSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestBulkSchemaConcurrent, TestSolrFieldCacheMBean, RulesTest, BigEndianAscendingWordDeserializerTest, DistributedFacetPivotLargeTest, AtomicUpdatesTest, TestInitQParser, ZkNodePropsTest, TestFieldSortValues, BasicZkTest, CursorPagingTest, DistributedQueryElevationComponentTest, BlockJoinFacetSimpleTest, TestLMDirichletSimilarityFactory, HdfsRestartWhileUpdatingTest, TestIBSimilarityFactory, ActionThrottleTest, DisMaxRequestHandlerTest, TestScoreJoinQPScore, BasicDistributedZkTest, BasicAuthIntegrationTest, EchoParamsTest, BadCopyFieldTest, JSONWriterTest, TestLazyCores, TestRandomCollapseQParserPlugin, CdcrVersionReplicationTest, TestStressLucene, TestCSVLoader, PolyFieldTest, SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, TestQueryUtils, TestQueryTypes, TestOmitPositions, TestValueSourceCache, IndexSchemaRuntimeFieldTest, TestJmxIntegration, TestCSVResponseWriter, SearchHandlerTest, SolrIndexConfigTest, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TestJmxMonitoredMap, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestSolrJ, TestLRUCache, SliceStateTest, UUIDFieldTest, FileUtilsTest, CircularListTest, TestRTGBase, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestTolerantSearch, ConnectionReuseTest, CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DistribCursorPagingTest, ForceLeaderTest, MultiThreadedOCPTest, OverseerStatusTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, TestCloudInspectUtil, TestCloudPivotFacet, TestCollectionAPI, TestConfigSetsAPI, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudCluster]
   [junit4] Completed [505/590 (1!)] on J0 in 187.67s, 7 tests, 1 error <<< FAILURES!

[...truncated 275 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 590 suites (10 ignored), 2378 tests, 1 error, 114 ignored (70 assumptions) [seed: A7458FB48B5C1DDD]

Total time: 67 minutes 22 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



[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_72) - Build # 449 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/449/
Java: 32bit/jdk1.8.0_72 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium

Error Message:
FAIL: id=31068 should have matched but did not   shape=GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.36298325861240865(20.79740875239671), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.580090624390672(33.2367445126942), rightlon=0.0(0.0)}   world bounds=( minX=-1.0011188539924791 maxX=1.0011188539924791 minY=-1.0011188539924791 maxY=1.0011188539924791 minZ=-0.9977622920221051 maxZ=0.9977622920221051   quantized point=[X=-1.000965351584433, Y=-2.3309114714909325E-10, Z=0.017471914977685885] within shape? true   unquantized point=[lat=0.017453292519943295, lon=-3.141592653589793([X=-1.000965351371868, Y=-1.225829013614964E-16, Z=0.017471915199092084])] within shape? true   docID=30711 deleted?=false   query=PointInGeo3DShapeQuery: field=point: Shape: GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.36298325861240865(20.79740875239671), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.580090624390672(33.2367445126942), rightlon=0.0(0.0)}   explanation:     target is in leaf _1(6.1.0):C37392 of full reader StandardDirectoryReader(segments:5:nrt _1(6.1.0):C37392)     full BKD path to target doc:       Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true       Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-0.1034646545676081 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.986693096964772); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true     on cell Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY     on cell Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY     on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY     on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY     on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-0.1034646545676081 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY     on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY     on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.986693096964772); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY   leaf visit docID=30711 x=-1.000965351584433 y=-2.3309114714909325E-10 z=0.017471914977685885   

Stack Trace:
java.lang.AssertionError: FAIL: id=31068 should have matched but did not
  shape=GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.36298325861240865(20.79740875239671), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.580090624390672(33.2367445126942), rightlon=0.0(0.0)}
  world bounds=( minX=-1.0011188539924791 maxX=1.0011188539924791 minY=-1.0011188539924791 maxY=1.0011188539924791 minZ=-0.9977622920221051 maxZ=0.9977622920221051
  quantized point=[X=-1.000965351584433, Y=-2.3309114714909325E-10, Z=0.017471914977685885] within shape? true
  unquantized point=[lat=0.017453292519943295, lon=-3.141592653589793([X=-1.000965351371868, Y=-1.225829013614964E-16, Z=0.017471915199092084])] within shape? true
  docID=30711 deleted?=false
  query=PointInGeo3DShapeQuery: field=point: Shape: GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.36298325861240865(20.79740875239671), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.580090624390672(33.2367445126942), rightlon=0.0(0.0)}
  explanation:
    target is in leaf _1(6.1.0):C37392 of full reader StandardDirectoryReader(segments:5:nrt _1(6.1.0):C37392)
    full BKD path to target doc:
      Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true
      Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true
      Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true
      Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true
      Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-0.1034646545676081 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true
      Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true
      Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.986693096964772); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true
    on cell Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
    on cell Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
    on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
    on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
    on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-0.1034646545676081 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
    on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
    on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.986693096964772); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
  leaf visit docID=30711 x=-1.000965351584433 y=-2.3309114714909325E-10 z=0.017471914977685885
  
	at __randomizedtesting.SeedInfo.seed([83AEEEA66366279A:3E70D90E220344FC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:814)
	at org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:524)
	at org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium(TestGeo3DPoint.java:451)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 8935 lines...]
   [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4] IGNOR/A 0.01s J0 | TestGeo3DPoint.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGeo3DPoint -Dtests.method=testRandomMedium -Dtests.seed=83AEEEA66366279A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=America/Fort_Nelson -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.97s J0 | TestGeo3DPoint.testRandomMedium <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: FAIL: id=31068 should have matched but did not
   [junit4]    >   shape=GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.36298325861240865(20.79740875239671), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.580090624390672(33.2367445126942), rightlon=0.0(0.0)}
   [junit4]    >   world bounds=( minX=-1.0011188539924791 maxX=1.0011188539924791 minY=-1.0011188539924791 maxY=1.0011188539924791 minZ=-0.9977622920221051 maxZ=0.9977622920221051
   [junit4]    >   quantized point=[X=-1.000965351584433, Y=-2.3309114714909325E-10, Z=0.017471914977685885] within shape? true
   [junit4]    >   unquantized point=[lat=0.017453292519943295, lon=-3.141592653589793([X=-1.000965351371868, Y=-1.225829013614964E-16, Z=0.017471915199092084])] within shape? true
   [junit4]    >   docID=30711 deleted?=false
   [junit4]    >   query=PointInGeo3DShapeQuery: field=point: Shape: GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.36298325861240865(20.79740875239671), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.580090624390672(33.2367445126942), rightlon=0.0(0.0)}
   [junit4]    >   explanation:
   [junit4]    >     target is in leaf _1(6.1.0):C37392 of full reader StandardDirectoryReader(segments:5:nrt _1(6.1.0):C37392)
   [junit4]    >     full BKD path to target doc:
   [junit4]    >       Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-0.1034646545676081 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true
   [junit4]    >       Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.986693096964772); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true
   [junit4]    >     on cell Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
   [junit4]    >     on cell Cell(x=-1.0011188539924791 TO 1.0011188539924791 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
   [junit4]    >     on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 1.001118372426169 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
   [junit4]    >     on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-1.0011160662223593 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
   [junit4]    >     on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-0.1034646545676081 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
   [junit4]    >     on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.9977622920582089); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
   [junit4]    >     on cell Cell(x=-1.0011188539924791 TO 4.661822942981864E-10 y=-4.661822942981865E-10 TO 4.661822942981864E-10 z=0.0 TO 0.986693096964772); Shape relationship = OVERLAPS; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
   [junit4]    >   leaf visit docID=30711 x=-1.000965351584433 y=-2.3309114714909325E-10 z=0.017471914977685885
   [junit4]    >   
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([83AEEEA66366279A:3E70D90E220344FC]:0)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:814)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:524)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium(TestGeo3DPoint.java:451)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {id=Lucene50(blocksize=128)}, docValues:{id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=639, maxMBSortInHeap=4.830451834115961, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=sq, timezone=America/Fort_Nelson
   [junit4]   2> NOTE: Linux 4.2.0-34-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=189788840,total=268435456
   [junit4]   2> NOTE: All tests run in this JVM: [TestGeo3DPoint]
   [junit4] Completed [9/10 (1!)] on J0 in 45.68s, 13 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build.xml:476: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:2187: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/module-build.xml:58: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 10 suites, 47 tests, 1 failure, 1 ignored (1 assumption) [seed: 83AEEEA66366279A]

Total time: 42 minutes 40 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