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/05/13 03:55:48 UTC

[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+116) - Build # 637 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/637/
Java: 64bit/jdk-9-ea+116 -XX:-UseCompressedOops -XX:+UseG1GC

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([31B6E29C45F16A1D:4788FDEF04C6C732]:0)
	at sun.nio.ch.Net.bind0(java.base@9-ea/Native Method)
	at sun.nio.ch.Net.bind(java.base@9-ea/Net.java:442)
	at sun.nio.ch.Net.bind(java.base@9-ea/Net.java:434)
	at sun.nio.ch.ServerSocketChannelImpl.bind(java.base@9-ea/ServerSocketChannelImpl.java:225)
	at sun.nio.ch.ServerSocketAdaptor.bind(java.base@9-ea/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 jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)




Build Log:
[...truncated 12166 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudCluster
   [junit4]   2> 1995150 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1995150 INFO  (Thread-3607) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1995150 INFO  (Thread-3607) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1995250 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.ZkTestServer start zk server on port:36008
   [junit4]   2> 1995251 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995251 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995275 INFO  (zkCallback-1735-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@52bb5d39 name:ZooKeeperConnection Watcher:127.0.0.1:36008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995276 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995276 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995276 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1995284 INFO  (jetty-launcher-1734-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1995284 INFO  (jetty-launcher-1734-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1995285 INFO  (jetty-launcher-1734-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1995285 INFO  (jetty-launcher-1734-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1995285 INFO  (jetty-launcher-1734-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1995287 INFO  (jetty-launcher-1734-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73fff544{/solr,null,AVAILABLE}
   [junit4]   2> 1995287 INFO  (jetty-launcher-1734-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@100d1ee3{/solr,null,AVAILABLE}
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@dc9c508{/solr,null,AVAILABLE}
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@218aa0a8{/solr,null,AVAILABLE}
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@730ad39f{HTTP/1.1,[http/1.1]}{127.0.0.1:39090}
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@4753d6de{HTTP/1.1,[http/1.1]}{127.0.0.1:43103}
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-1) [    ] o.e.j.s.Server Started @1997219ms
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-4) [    ] o.e.j.s.Server Started @1997219ms
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@2e1e4edb{HTTP/1.1,[http/1.1]}{127.0.0.1:46457}
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-3) [    ] o.e.j.s.Server Started @1997219ms
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46457}
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39090}
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43103}
   [junit4]   2> 1995290 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2eee9593
   [junit4]   2> 1995290 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2eee9593
   [junit4]   2> 1995290 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2eee9593
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node1'
   [junit4]   2> 1995288 INFO  (jetty-launcher-1734-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@51e78355{HTTP/1.1,[http/1.1]}{127.0.0.1:46437}
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node4'
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-2) [    ] o.e.j.s.Server Started @1997222ms
   [junit4]   2> 1995290 INFO  (jetty-launcher-1734-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4360407{/solr,null,AVAILABLE}
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1995290 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node3'
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@275b269f{HTTP/1.1,[http/1.1]}{127.0.0.1:36275}
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-5) [    ] o.e.j.s.Server Started @1997223ms
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36275}
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46437}
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2eee9593
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node2'
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2eee9593
   [junit4]   2> 1995291 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995292 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1995292 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1995292 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node5'
   [junit4]   2> 1995293 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995293 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1995293 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1995293 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995293 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995293 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995293 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995293 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995294 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995294 INFO  (zkCallback-1737-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b75d72c name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995294 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995294 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995296 INFO  (zkCallback-1736-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6f4875e5 name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995296 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995296 INFO  (zkCallback-1739-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73cb3c88 name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995296 INFO  (zkCallback-1738-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ccc2ae4 name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995296 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1995296 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995296 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995296 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995296 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995296 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995297 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1995297 INFO  (zkCallback-1740-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f7eccca name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995297 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1995297 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995297 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995299 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1995300 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1995302 INFO  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node2/.
   [junit4]   2> 1995302 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 528588622
   [junit4]   2> 1995302 INFO  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node2]
   [junit4]   2> 1995303 WARN  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node2/lib
   [junit4]   2> 1995303 INFO  (jetty-launcher-1734-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> 1995303 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1995303 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1995303 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1995303 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36008/solr
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node3/.
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 228192378
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node3]
   [junit4]   2> 1995304 WARN  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node3/lib
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-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> 1995304 INFO  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node1/.
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1000591416
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node1]
   [junit4]   2> 1995304 WARN  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node1/lib
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1995304 INFO  (jetty-launcher-1734-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> 1995305 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36008/solr
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36008/solr
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node4/.
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 553291484
   [junit4]   2> 1995305 INFO  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node4]
   [junit4]   2> 1995305 WARN  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node4/lib
   [junit4]   2> 1995306 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995306 INFO  (jetty-launcher-1734-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> 1995306 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1995306 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1995306 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1995306 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36008/solr
   [junit4]   2> 1995306 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1995306 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995306 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995307 INFO  (zkCallback-1743-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40eeaa14 name:ZooKeeperConnection Watcher:127.0.0.1:36008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995307 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995307 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995308 INFO  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node5/.
   [junit4]   2> 1995308 INFO  (zkCallback-1749-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@623c380c name:ZooKeeperConnection Watcher:127.0.0.1:36008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995309 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 531882692
   [junit4]   2> 1995309 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995309 INFO  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node5]
   [junit4]   2> 1995309 INFO  (zkCallback-1748-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@355d9134 name:ZooKeeperConnection Watcher:127.0.0.1:36008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995309 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995309 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995309 WARN  (jetty-launcher-1734-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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node5/lib
   [junit4]   2> 1995309 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995309 INFO  (jetty-launcher-1734-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> 1995310 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1995310 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1995310 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1995311 INFO  (zkCallback-1752-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@38efcbbb name:ZooKeeperConnection Watcher:127.0.0.1:36008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995311 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36008/solr
   [junit4]   2> 1995311 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995311 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1995311 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1995311 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995311 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995313 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$119/2104320445@24fb7ebd
   [junit4]   2> 1995313 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$119/2104320445@350fcec9
   [junit4]   2> 1995313 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$119/2104320445@20026fc9
   [junit4]   2> 1995313 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995313 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995313 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995329 INFO  (zkCallback-1755-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e0b4a7f name:ZooKeeperConnection Watcher:127.0.0.1:36008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995329 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995329 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1995330 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$119/2104320445@13cf28db
   [junit4]   2> 1995330 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2e0473a5 name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995331 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995331 INFO  (zkCallback-1757-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f5d689e name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995331 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995331 INFO  (zkCallback-1758-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2503bb9 name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995331 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995331 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995332 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$119/2104320445@741b86d1
   [junit4]   2> 1995332 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1995334 INFO  (zkCallback-1759-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18ff4104 name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995334 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995335 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1995335 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1995335 INFO  (zkCallback-1760-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67f5d662 name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1995335 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1995336 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1995338 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1995383 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1995383 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1995383 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1995383 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1995385 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1995422 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1995422 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1995422 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1995422 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1995432 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1995432 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1995432 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1995433 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1995434 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1995440 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1995442 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1995442 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1995442 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1995443 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1995448 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1995450 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1995450 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1995450 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1995453 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1995455 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1995455 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1995455 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1995455 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1995460 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1995462 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1995462 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1995462 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1995462 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1995481 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1995481 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1995481 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1995481 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1995481 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1995486 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1995486 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1995486 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1995486 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1995486 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1995488 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1995489 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1995489 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1995491 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1995491 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1995491 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1995491 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1995491 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1995492 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1995492 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1995492 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1995492 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1995492 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1995492 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1995492 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1995497 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1995497 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1995498 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1995499 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1995499 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1995509 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1995527 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1995527 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1995529 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1995529 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1995529 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95886466715484175-127.0.0.1:36275_solr-n_0000000000
   [junit4]   2> 1995546 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95886466715484171-127.0.0.1:46437_solr-n_0000000001
   [junit4]   2> 1995546 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95886466715484172-127.0.0.1:46457_solr-n_0000000002
   [junit4]   2> 1995547 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95886466715484173-127.0.0.1:39090_solr-n_0000000003
   [junit4]   2> 1995547 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95886466715484174-127.0.0.1:43103_solr-n_0000000004
   [junit4]   2> 1995548 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36275_solr
   [junit4]   2> 1995548 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1995548 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95886466715484171-127.0.0.1:46437_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1995548 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95886466715484175-127.0.0.1:36275_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1995548 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46457_solr
   [junit4]   2> 1995548 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95886466715484172-127.0.0.1:46457_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1995548 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95886466715484173-127.0.0.1:39090_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1995548 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46437_solr
   [junit4]   2> 1995550 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46457_solr
   [junit4]   2> 1995551 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39090_solr
   [junit4]   2> 1995551 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43103_solr
   [junit4]   2> 1995551 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46437_solr
   [junit4]   2> 1995551 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.Overseer Overseer (id=95886466715484175-127.0.0.1:36275_solr-n_0000000000) starting
   [junit4]   2> 1995553 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39090_solr
   [junit4]   2> 1995554 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43103_solr
   [junit4]   2> 1995556 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1995556 INFO  (zkCallback-1759-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1995556 INFO  (zkCallback-1760-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1995556 INFO  (zkCallback-1757-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1995556 INFO  (zkCallback-1758-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1995557 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1995559 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1995559 INFO  (zkCallback-1758-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1995559 INFO  (zkCallback-1759-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1995559 INFO  (zkCallback-1757-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1995559 INFO  (zkCallback-1760-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1995560 INFO  (zkCallback-1760-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1995560 INFO  (zkCallback-1758-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1995560 INFO  (zkCallback-1759-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1995561 INFO  (zkCallback-1757-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1995562 INFO  (zkCallback-1760-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1995563 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1995563 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1995563 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node3/.
   [junit4]   2> 1995563 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1995563 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1995564 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1995564 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1995564 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1995564 INFO  (zkCallback-1758-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1995564 INFO  (zkCallback-1759-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1995567 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1995567 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1995567 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node2/.
   [junit4]   2> 1995567 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1995568 INFO  (zkCallback-1757-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1995568 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1995568 INFO  (jetty-launcher-1734-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1995569 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1995569 INFO  (jetty-launcher-1734-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1995569 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1995569 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1995569 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node4/.
   [junit4]   2> 1995570 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1995570 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1995571 INFO  (jetty-launcher-1734-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1995571 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1995571 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1995571 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node1/.
   [junit4]   2> 1995571 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1995572 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1995572 INFO  (jetty-launcher-1734-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1995577 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1995577 INFO  (OverseerCollectionConfigSetProcessor-95886466715484175-127.0.0.1:36275_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1995578 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:36275_solr as DOWN
   [junit4]   2> 1995578 INFO  (OverseerStateUpdate-95886466715484175-127.0.0.1:36275_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1995581 INFO  (OverseerStateUpdate-95886466715484175-127.0.0.1:36275_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 1995581 INFO  (OverseerStateUpdate-95886466715484175-127.0.0.1:36275_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36275_solr"} current state version: 0
   [junit4]   2> 1995581 INFO  (OverseerStateUpdate-95886466715484175-127.0.0.1:36275_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36275_solr
   [junit4]   2> 1996581 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36275_solr
   [junit4]   2> 1996585 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36275_solr
   [junit4]   2> 1996586 INFO  (zkCallback-1760-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1996587 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1996587 INFO  (zkCallback-1758-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1996587 INFO  (zkCallback-1757-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1996587 INFO  (zkCallback-1760-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1996587 INFO  (zkCallback-1759-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1996590 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1996590 INFO  (zkCallback-1758-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1996590 INFO  (zkCallback-1757-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1996590 INFO  (zkCallback-1759-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1996590 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1996590 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1996591 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001/tempDir-001/node5/.
   [junit4]   2> 1996591 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1996591 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1996591 INFO  (jetty-launcher-1734-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1996591 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1996592 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1996600 INFO  (zkCallback-1761-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@93916d1 name:ZooKeeperConnection Watcher:127.0.0.1:36008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1996600 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1996601 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1996609 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:36008/solr
   [junit4]   2> 1996610 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1996610 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1996612 INFO  (zkCallback-1763-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@590fc795 name:ZooKeeperConnection Watcher:127.0.0.1:36008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1996612 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1996613 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1996613 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 1996619 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 1996631 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 1996633 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 1996645 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 1996647 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 1996669 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 1996678 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 1996683 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 1996686 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 1996688 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 1996703 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 1996705 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1996707 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 1996709 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 1996715 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 1996721 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 1996723 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 1996729 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 1996741 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 1996756 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 1996777 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 1996779 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 1996798 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 1996800 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 1996832 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
   [junit4]   2> 1996835 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml
   [junit4]   2> 1996847 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
   [junit4]   2> 1996852 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sql.xml
   [junit4]   2> 1996864 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1996882 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
   [junit4]   2> 1996884 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 1996887 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sql.xml
   [junit4]   2> 1996892 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-spatial.xml
   [junit4]   2> 1996894 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-slave1.xml
   [junit4]   2> 1996912 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 1996914 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 1996916 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
   [junit4]   2> 1996921 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
   [junit4]   2> 1996923 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 1996938 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 1996947 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 1996956 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 1996964 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-folding.xml
   [junit4]   2> 1996994 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 1997023 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
   [junit4]   2> 1997026 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-hash.xml
   [junit4]   2> 1997031 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwords.txt
   [junit4]   2> 1997034 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 1997036 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 1997054 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 1997056 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js
   [junit4]   2> 1997059 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-minimal.xml
   [junit4]   2> 1997077 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-defaults.xml
   [junit4]   2> 1997079 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
   [junit4]   2> 1997081 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml
   [junit4]   2> 1997093 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
   [junit4]   2> 1997099 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValues.xml
   [junit4]   2> 1997111 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 1997116 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-snippet-types.incl
   [junit4]   2> 1997118 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-minimal.xml
   [junit4]   2> 1997121 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1997133 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-collate.xml
   [junit4]   2> 1997138 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-rest.xml
   [junit4]   2> 1997156 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 1997168 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 1997177 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/phrasesuggest.txt
   [junit4]   2> 1997179 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwordsWrongEncoding.txt
   [junit4]   2> 1997181 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-logmergepolicy.xml
   [junit4]   2> 1997186 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
   [junit4]   2> 1997199 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
   [junit4]   2> 1997201 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
   [junit4]   2> 1997213 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stoptypes-1.txt
   [junit4]   2> 1997215 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-warmer-randommergepolicyfactory.xml
   [junit4]   2> 1997230 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-spatial.xml
   [junit4]   2> 1997232 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-spellchecker.xml
   [junit4]   2> 1997237 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
   [junit4]   2> 1997273 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-distrib-interval-faceting.xml
   [junit4]   2> 1997278 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-1.txt
   [junit4]   2> 1997303 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
   [junit4]   2> 1997309 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-caching.xml
   [junit4]   2> 1997315 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-doctransformers.xml
   [junit4]   2> 1997317 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/freeTextSuggest.txt
   [junit4]   2> 1997319 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tolerant-update-minimal.xml
   [junit4]   2> 1997344 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema.xml
   [junit4]   2> 1997363 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-querysender-noquery.xml
   [junit4]   2> 1997379 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sortingresponse.xml
   [junit4]   2> 1997393 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/trivial.updateprocessor1.js
   [junit4]   2> 1997397 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-managed-schema-named-schema.xml.xml
   [junit4]   2> 1997404 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-paramset.xml
   [junit4]   2> 1997407 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-lmdirichlet.xml
   [junit4]   2> 1997428 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-multiple-dirfactory.xml
   [junit4]   2> 1997444 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-init-error.xml
   [junit4]   2> 1997447 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-altdirectory.xml
   [junit4]   2> 1997463 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tlog.xml
   [junit4]   2> 1997479 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hyphenation.dtd
   [junit4]   2> 1997485 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-classification.xml
   [junit4]   2> 1997514 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sweetspot.xml
   [junit4]   2> 1997524 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-xinclude.xml
   [junit4]   2> 1997540 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-schemaless.xml
   [junit4]   2> 1997551 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schemasurround.xml
   [junit4]   2> 1997577 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-binaryfield.xml
   [junit4]   2> 1997584 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-SOLR-749.xml
   [junit4]   2> 1997593 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/compoundDictionary.txt
   [junit4]   2> 1997603 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/fuzzysuggest.txt
   [junit4]   2> 1997622 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-querysender.xml
   [junit4]   2> 1997624 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-ib.xml
   [junit4]   2> 1997652 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-snippet-type.xml
   [junit4]   2> 1997660 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-blockjoinfacetcomponent.xml
   [junit4]   2> 1997688 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/cross-compatible.js
   [junit4]   2> 1997690 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-solcoreproperties.xml
   [junit4]   2> 1997693 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminat

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

orker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 2208998 WARN  (zkCallback-1938-thread-2) [    ] 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(java.base@9-ea/Executors.java:514)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(java.base@9-ea/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(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 2208998 WARN  (zkCallback-1936-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2208998 WARN  (zkCallback-1938-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2208998 WARN  (zkCallback-1937-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2209000 INFO  (jetty-launcher-1912-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@539b7ba7{/solr,null,UNAVAILABLE}
   [junit4]   2> 2208998 WARN  (zkCallback-1935-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2209000 INFO  (jetty-launcher-1912-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2308c445{/solr,null,UNAVAILABLE}
   [junit4]   2> 2209000 INFO  (jetty-launcher-1912-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3347df26{/solr,null,UNAVAILABLE}
   [junit4]   2> 2209000 INFO  (jetty-launcher-1912-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@64be13b8{/solr,null,UNAVAILABLE}
   [junit4]   2> 2209001 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[31B6E29C45F16A1D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40763 40763
   [junit4]   2> 2214056 INFO  (Thread-3964) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40763 40763
   [junit4]   2> 2214057 WARN  (Thread-3964) [    ] 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/J1/temp/solr.cloud.TestMiniSolrCloudCluster_31B6E29C45F16A1D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {quad_l1=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l_dv=Lucene50(blocksize=128), _version_=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=LuceneFixedGap), intDefault=PostingsFormat(name=Memory doPackFST= false), id=Lucene50(blocksize=128), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), odd_l1=Lucene50(blocksize=128), range_facet_l=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=2008, maxMBSortInHeap=6.600577228216094, sim=ClassicSimilarity, locale=vai-Vaii-LR, timezone=Iran
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=230586176,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [OpenExchangeRatesOrgProviderTest, IndexBasedSpellCheckerTest, TestLMJelinekMercerSimilarityFactory, TestSQLHandler, OverseerRolesTest, TestLeaderInitiatedRecoveryThread, TestUpdate, CloudMLTQParserTest, CheckHdfsIndexTest, HdfsRecoverLeaseTest, TestReplicationHandlerBackup, SpellingQueryConverterTest, TestSha256AuthenticationProvider, TestImplicitCoreProperties, RequestLoggingTest, SchemaVersionSpecificBehaviorTest, CdcrReplicationHandlerTest, SolrIndexConfigTest, BadCopyFieldTest, TestQueryUtils, UniqFieldsUpdateProcessorFactoryTest, TestHashQParserPlugin, TestNRTOpen, TestSubQueryTransformerDistrib, TestRandomRequestDistribution, ChaosMonkeyNothingIsSafeTest, TestManagedSchemaAPI, TestMissingGroups, TestJsonFacets, TestDistribIDF, AsyncMigrateRouteKeyTest, TestSearcherReuse, TestSurroundQueryParser, BasicFunctionalityTest, TestStressVersions, TestStressUserVersions, TestDynamicFieldResource, TestSolrCoreProperties, TestFieldSortValues, JavabinLoaderTest, TestEmbeddedSolrServerConstructors, DirectSolrSpellCheckerTest, CollectionsAPIAsyncDistributedZkTest, SolrIndexSplitterTest, CollectionReloadTest, ZkSolrClientTest, TestSortByMinMaxFunction, ConfigSetsAPITest, TestPartialUpdateDeduplication, SuggestComponentContextFilterQueryTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestQueryWrapperFilter, TestCodecSupport, UpdateRequestProcessorFactoryTest, CdcrUpdateLogTest, BitVectorTest, SharedFSAutoReplicaFailoverUtilsTest, TestDownShardTolerantSearch, SpatialFilterTest, CursorMarkTest, TermVectorComponentTest, TestSystemIdResolver, TestPerFieldSimilarityWithDefaultOverride, TestCoreContainer, DocValuesMissingTest, TestSolrConfigHandler, TestIntervalFaceting, ShardRoutingCustomTest, TestCursorMarkWithoutUniqueKey, AliasIntegrationTest, TestSerializedLuceneMatchVersion, TestExceedMaxTermLength, FileUtilsTest, DistributedDebugComponentTest, DistributedFacetPivotLongTailTest, TestSolr4Spatial2, MoreLikeThisHandlerTest, TestCollapseQParserPlugin, DistributedMLTComponentTest, BlobRepositoryCloudTest, TestDFISimilarityFactory, TestConfigSetProperties, HdfsUnloadDistributedZkTest, TestSimpleTrackingShardHandler, TermsComponentTest, MBeansHandlerTest, TestQuerySenderNoQuery, TestFastLRUCache, DistributedTermsComponentTest, TestReRankQParserPlugin, DeleteReplicaTest, TestAuthorizationFramework, SortByFunctionTest, SortSpecParsingTest, NotRequiredUniqueKeyTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ZkCLITest, TestDistributedSearch, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, RequiredFieldsTest, LoggingHandlerTest, TestJmxIntegration, TestAnalyzedSuggestions, TestLFUCache, CollectionTooManyReplicasTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, SolrXmlInZkTest, TestCloudDeleteByQuery, TestCollectionAPI, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster]
   [junit4] Completed [502/598 (1!)] on J1 in 218.92s, 7 tests, 1 error <<< FAILURES!

[...truncated 316 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: 598 suites (10 ignored), 2419 tests, 1 error, 117 ignored (71 assumptions) [seed: 31B6E29C45F16A1D]

Total time: 64 minutes 12 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