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

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 5806 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5806/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth

Error Message:
Unexpected exception type, expected SSLHandshakeException

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected SSLHandshakeException
	at __randomizedtesting.SeedInfo.seed([92AB971A6B3DF963:412F7ED7F9F0A29F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2682)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterJettys(TestMiniSolrCloudClusterSSL.java:283)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:185)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:147)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth(TestMiniSolrCloudClusterSSL.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
	at sun.security.ssl.SSLSocketImpl.waitForClose(SSLSocketImpl.java:1769)
	at sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:124)
	at sun.security.ssl.Handshaker.sendChangeCipherSpec(Handshaker.java:1083)
	at sun.security.ssl.ClientHandshaker.sendChangeCipherAndFinish(ClientHandshaker.java:1222)
	at sun.security.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:1134)
	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:348)
	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
	at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.doHeadRequest(TestMiniSolrCloudClusterSSL.java:302)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$checkClusterJettys$2(TestMiniSolrCloudClusterSSL.java:284)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2677)
	... 43 more




Build Log:
[...truncated 10527 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\init-core-data-001
   [junit4]   2> 0    INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[92AB971A6B3DF963]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 76   INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoSsl
   [junit4]   2> 77   INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the randomized SSL & clientAuth settings selected by base class
   [junit4]   2> 134  INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 138  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 139  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 748  INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.ZkTestServer start zk server on port:51941
   [junit4]   2> 836  INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 983  INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1085 INFO  (zkCallback-2-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5322ca93 name:ZooKeeperConnection Watcher:127.0.0.1:51941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1086 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1092 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1098 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1174 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1545eff08090000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1289 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.u.log Logging initialized @7250ms
   [junit4]   2> 1829 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1830 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1830 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1926 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@123e06a9{/solr,null,AVAILABLE}
   [junit4]   2> 1928 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73184f32{/solr,null,AVAILABLE}
   [junit4]   2> 1928 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15e7d7c{/solr,null,AVAILABLE}
   [junit4]   2> 1963 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@52c71fc5{HTTP/1.1,[http/1.1]}{127.0.0.1:51946}
   [junit4]   2> 1964 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server Started @7946ms
   [junit4]   2> 1964 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51946}
   [junit4]   2> 1965 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@49ae151d{HTTP/1.1,[http/1.1]}{127.0.0.1:51945}
   [junit4]   2> 1966 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@7da5260{HTTP/1.1,[http/1.1]}{127.0.0.1:51947}
   [junit4]   2> 1966 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server Started @7948ms
   [junit4]   2> 1966 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server Started @7948ms
   [junit4]   2> 1966 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51945}
   [junit4]   2> 1966 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51947}
   [junit4]   2> 2064 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2067 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2068 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2147 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2'
   [junit4]   2> 2148 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3'
   [junit4]   2> 2150 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1'
   [junit4]   2> 2160 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2160 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2164 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2164 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2164 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2164 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2171 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2172 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2170 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2174 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2174 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2175 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2195 INFO  (zkCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@38249251 name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2195 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2196 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2197 INFO  (zkCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@24c5ecf0 name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2197 INFO  (zkCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44424a1b name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2197 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2197 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2199 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2199 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2201 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2203 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2205 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2420 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2\.
   [junit4]   2> 2420 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3\.
   [junit4]   2> 2420 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1\.
   [junit4]   2> 2689 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1647096699
   [junit4]   2> 2689 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1]
   [junit4]   2> 2689 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 633987780
   [junit4]   2> 2690 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3]
   [junit4]   2> 2690 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 886903417
   [junit4]   2> 2690 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2]
   [junit4]   2> 2692 WARN  (jetty-launcher-1-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1\lib
   [junit4]   2> 2693 WARN  (jetty-launcher-1-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2\lib
   [junit4]   2> 2695 WARN  (jetty-launcher-1-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3\lib
   [junit4]   2> 2787 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2788 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2787 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 3394 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 3399 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 3398 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 3413 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3416 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3418 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3421 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3422 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3421 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3425 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51941/solr
   [junit4]   2> 3425 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51941/solr
   [junit4]   2> 3425 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51941/solr
   [junit4]   2> 3459 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3459 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3460 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3460 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3462 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3462 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3466 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3466 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3469 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3485 INFO  (zkCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@582e88cb name:ZooKeeperConnection Watcher:127.0.0.1:51941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3485 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3485 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3488 INFO  (zkCallback-14-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5a379d78 name:ZooKeeperConnection Watcher:127.0.0.1:51941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3488 INFO  (zkCallback-13-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5bce1018 name:ZooKeeperConnection Watcher:127.0.0.1:51941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3490 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3491 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3505 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3513 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3532 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/1217113397@7fc84e92
   [junit4]   2> 3538 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3534 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/1217113397@59c9e4e2
   [junit4]   2> 3539 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3534 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/1217113397@6be4b3a6
   [junit4]   2> 3541 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3552 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:51947_solr) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@28147235 name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:51945_solr) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7518f7c2 name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:51946_solr) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@41ef3bbf name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3555 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3555 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3584 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3586 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3586 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3610 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3611 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3612 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3634 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3635 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3635 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3648 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3648 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3649 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3657 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3657 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3658 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3683 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3683 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3684 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3689 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3689 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3690 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3694 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3694 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3694 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3697 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3698 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3698 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3702 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3702 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3704 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3706 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3706 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3707 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3745 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3745 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3746 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3776 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3776 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3777 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3781 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3781 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3782 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3787 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3787 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3789 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3797 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95805941526102024-127.0.0.1:51946_solr-n_0000000000
   [junit4]   2> 3797 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95805941526102025-127.0.0.1:51945_solr-n_0000000001
   [junit4]   2> 3798 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95805941526102023-127.0.0.1:51947_solr-n_0000000002
   [junit4]   2> 3799 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51946_solr
   [junit4]   2> 3806 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95805941526102024-127.0.0.1:51946_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 3806 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95805941526102025-127.0.0.1:51945_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 3807 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51945_solr
   [junit4]   2> 3807 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51947_solr
   [junit4]   2> 3809 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 3811 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.Overseer Overseer (id=95805941526102024-127.0.0.1:51946_solr-n_0000000000) starting
   [junit4]   2> 3812 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51945_solr
   [junit4]   2> 3812 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51947_solr
   [junit4]   2> 3819 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:51946_solr) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3819 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:51945_solr) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3820 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:51947_solr) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3822 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:51946_solr) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3824 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:51947_solr) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3824 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:51945_solr) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3831 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 3914 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3914 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3915 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3915 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3951 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4158 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:51946_solr as DOWN
   [junit4]   2> 4169 INFO  (OverseerCollectionConfigSetProcessor-95805941526102024-127.0.0.1:51946_solr-n_0000000000) [n:127.0.0.1:51946_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 4177 INFO  (OverseerStateUpdate-95805941526102024-127.0.0.1:51946_solr-n_0000000000) [n:127.0.0.1:51946_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 4184 INFO  (OverseerStateUpdate-95805941526102024-127.0.0.1:51946_solr-n_0000000000) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 4194 INFO  (OverseerStateUpdate-95805941526102024-127.0.0.1:51946_solr-n_0000000000) [n:127.0.0.1:51946_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:51946_solr"} current state version: 0
   [junit4]   2> 4209 INFO  (OverseerStateUpdate-95805941526102024-127.0.0.1:51946_solr-n_0000000000) [n:127.0.0.1:51946_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:51946_solr
   [junit4]   2> 4216 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1\.
   [junit4]   2> 4216 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2\.
   [junit4]   2> 4221 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 4221 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 4229 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4229 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 4229 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4229 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 5177 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51946_solr
   [junit4]   2> 5178 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51946_solr
   [junit4]   2> 5198 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:51947_solr) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5199 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:51946_solr) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5199 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:51945_solr) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5201 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:51947_solr) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5201 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:51946_solr) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5201 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:51945_solr) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5232 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 5233 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 5236 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3\.
   [junit4]   2> 5238 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 5241 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5241 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 5241 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 5243 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5262 INFO  (zkCallback-18-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@766f3c2 name:ZooKeeperConnection Watcher:127.0.0.1:51941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5263 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5264 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 5297 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:51941/solr
   [junit4]   2> 5308 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 5309 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5311 INFO  (zkCallback-20-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5149d6fc name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5311 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5312 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 5333 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/addfields.updateprocessor.js
   [junit4]   2> 5341 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/analyzingInfixSuggest.txt
   [junit4]   2> 5345 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-currency.xml
   [junit4]   2> 5350 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-error-solrconfig.xml
   [junit4]   2> 5354 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mp-solrconfig.xml
   [junit4]   2> 5358 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mpf-solrconfig.xml
   [junit4]   2> 5361 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 5369 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 5373 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 5376 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 5380 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 5384 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 5388 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 5394 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 5397 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 5401 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-multivalued.xml
   [junit4]   2> 5413 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-dynamicField.xml
   [junit4]   2> 5417 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-field.xml
   [junit4]   2> 5421 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-fieldType.xml
   [junit4]   2> 5424 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 5427 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-required.xml
   [junit4]   2> 5431 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-external-filefield.xml
   [junit4]   2> 5435 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-init-error.xml
   [junit4]   2> 5439 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 5443 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 5447 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 5451 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 5454 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml
   [junit4]   2> 5458 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-nontext-analyzer.xml
   [junit4]   2> 5462 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 5464 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-pos.xml
   [junit4]   2> 5469 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-tf.xml
   [junit4]   2> 5472 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-omit-tf-but-not-pos.xml
   [junit4]   2> 5475 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-default-does-not-exist.xml
   [junit4]   2> 5478 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 5481 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 5485 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 5488 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-baseline.xml
   [junit4]   2> 5491 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-hyperbolic.xml
   [junit4]   2> 5494 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-norms.xml
   [junit4]   2> 5498 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-is-copyfield-dest.xml
   [junit4]   2> 5501 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 5506 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 5509 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-unsupported-docValues.xml
   [junit4]   2> 5519 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 5522 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-invalid-scriptfile.xml
   [junit4]   2> 5525 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-managed-schema-named-schema.xml.xml
   [junit4]   2> 5529 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-missing-scriptfile.xml
   [junit4]   2> 5533 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-cfs.xml
   [junit4]   2> 5536 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-dirfactory.xml
   [junit4]   2> 5540 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-indexconfigs.xml
   [junit4]   2> 5543 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-nrtmode.xml
   [junit4]   2> 5546 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-schema-mutable-but-not-managed.xml
   [junit4]   2> 5551 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-unexpected-schema-attribute.xml
   [junit4]   2> 5555 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad_solrconfig.xml
   [junit4]   2> 5558 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/blendedInfixSuggest.txt
   [junit4]   2> 5561 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/compoundDictionary.txt
   [junit4]   2> 5564 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/conditional.updateprocessor.js
   [junit4]   2> 5567 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/cross-compatible.js
   [junit4]   2> 5577 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/currency.xml
   [junit4]   2> 5581 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/da_compoundDictionary.txt
   [junit4]   2> 5584 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/da_UTF8.xml
   [junit4]   2> 5589 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/elevate.xml
   [junit4]   2> 5597 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/enumsConfig.xml
   [junit4]   2> 5602 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/freeTextSuggest.txt
   [junit4]   2> 5605 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/frenchArticles.txt
   [junit4]   2> 5607 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/fuzzysuggest.txt
   [junit4]   2> 5610 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.aff
   [junit4]   2> 5612 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.dic
   [junit4]   2> 5616 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hyphenation.dtd
   [junit4]   2> 5623 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/jasuggest.txt
   [junit4]   2> 5634 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/keep-1.txt
   [junit4]   2> 5637 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/keep-2.txt
   [junit4]   2> 5643 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5648 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/missing.functions.updateprocessor.js
   [junit4]   2> 5652 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 5654 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/old_synonyms.txt
   [junit4]   2> 5659 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/open-exchange-rates.json
   [junit4]   2> 5662 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/phrasesuggest.txt
   [junit4]   2> 5663 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/protwords.txt
   [junit4]   2> 5667 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/regex-boost-processor-test.txt
   [junit4]   2> 5669 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 5674 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-behavior.xml
   [junit4]   2> 5677 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-binaryfield.xml
   [junit4]   2> 5679 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-blockjoinfacetcomponent.xml
   [junit4]   2> 5683 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-bm25.xml
   [junit4]   2> 5686 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-charfilters.xml
   [junit4]   2> 5689 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-class-name-shortening-on-serialization.xml
   [junit4]   2> 5692 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-classification.xml
   [junit4]   2> 5697 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate-dv.xml
   [junit4]   2> 5700 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate.xml
   [junit4]   2> 5703 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-complex-phrase.xml
   [junit4]   2> 5705 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-copyfield-test.xml
   [junit4]   2> 5710 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-custom-field.xml
   [junit4]   2> 5712 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-customfield.xml
   [junit4]   2> 5715 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-dfi.xml
   [junit4]   2> 5718 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-dfr.xml
   [junit4]   2> 5722 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distrib-interval-faceting.xml
   [junit4]   2> 5724 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distributed-missing-sort.xml
   [junit4]   2> 5727 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValues.xml
   [junit4]   2> 5730 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesFaceting.xml
   [junit4]   2> 5743 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesJoin.xml
   [junit4]   2> 5749 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMissing.xml
   [junit4]   2> 5753 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMulti.xml
   [junit4]   2> 5756 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-eff.xml
   [junit4]   2> 5758 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-enums.xml
   [junit4]   2> 5764 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-field-sort-values.xml
   [junit4]   2> 5768 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-folding.xml
   [junit4]   2> 5771 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-graph.xml
   [junit4]   2> 5774 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-hash.xml
   [junit4]   2> 5782 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-HighlighterMaxOffsetTest.xml
   [junit4]   2> 5786 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-ib.xml
   [junit4]   2> 5788 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-id-and-version-fields-only.xml
   [junit4]   2> 5796 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmdirichlet.xml
   [junit4]   2> 5799 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmjelinekmercer.xml
   [junit4]   2> 5801 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-luceneMatchVersion.xml
   [junit4]   2> 5805 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-minimal.xml
   [junit4]   2> 5809 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-non-stored-docvalues.xml
   [junit4]   2> 5812 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-not-required-unique-key.xml
   [junit4]   2> 5816 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-null-charfilters-analyzer.xml
   [junit4]   2> 5820 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-numeric.xml
   [junit4]   2> 5823 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-one-field-no-dynamic-field-unique-key.xml
   [junit4]   2> 5826 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-one-field-no-dynamic-field.xml
   [junit4]   2> 5830 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-phrasesuggest.xml
   [junit4]   2> 5832 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-postingshighlight.xml
   [junit4]   2> 5835 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-preanalyzed.xml
   [junit4]   2> 5839 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication1.xml
   [junit4]   2> 5842 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication2.xml
   [junit4]   2> 5846 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-required-fields.xml
   [junit4]   2> 5849 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest-lucene-match-version.xml
   [junit4]   2> 5852 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest.xml
   [junit4]   2> 5856 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-reversed.xml
   [junit4]   2> 5859 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim-default-override.xml
   [junit4]   2> 5862 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim.xml
   [junit4]   2> 5865 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-simpleqpplugin.xml
   [junit4]   2> 5868 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-single-dynamic-copy-field.xml
   [junit4]   2> 5871 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-field.xml
   [junit4]   2> 5873 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-type.xml
   [junit4]   2> 5878 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-types.incl
   [junit4]   2> 5885 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sortingresponse.xml
   [junit4]   2> 5889 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sorts.xml
   [junit4]   2> 5893 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spatial.xml
   [junit4]   2> 5896 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spellchecker.xml
   [junit4]   2> 5900 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sql.xml
   [junit4]   2> 5903 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-stop-keep.xml
   [junit4]   2> 5906 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sweetspot.xml
   [junit4]   2> 5910 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-synonym-tokenizer.xml
   [junit4]   2> 5913 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-tfidf.xml
   [junit4]   2> 5915 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-tiny.xml
   [junit4]   2> 5920 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-trie.xml
   [junit4]   2> 5926 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-version-dv.xml
   [junit4]   2> 5946 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-version-indexed.xml
   [junit4]   2> 5955 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-xinclude.xml
   [junit4]   2> 5960 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema.xml
   [junit4]   2> 5962 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema11.xml
   [junit4]   2> 5967 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema12.xml
   [junit4]   2> 5970 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema15.xml
   [junit4]   2> 5975 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schemasurround.xml
   [junit4]   2> 5978 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_codec.xml
   [junit4]   2> 5984 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_latest.xml
   [junit4]   2> 5987 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-add-schema-fields-update-processor-chains.xml
   [junit4]   2> 5989 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-altdirectory.xml
   [junit4]   2> 5992 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-analytics-query.xml
   [junit4]   2> 5995 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-basic.xml
   [junit4]   2> 5999 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-blockjoinfacetcomponent.xml
   [junit4]   2> 6001 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-caching.xml
   [junit4]   2> 6005 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-cdcr.xml
   [junit4]   2> 6008 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-cdcrupdatelog.xml
   [junit4]   2> 6014 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-classification.xml
   [junit4]   2> 6016 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-collapseqparser.xml
   [junit4]   2> 6021 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-components-name.xml
   [junit4]   2> 6026 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-deeppaging.xml
   [junit4]   2> 6030 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-defaults.xml
   [junit4]   2> 6032 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delaying-component.xml
   [junit4]   2> 6035 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delpolicy1.xml
   [junit4]   2> 6038 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delpolicy2.xml
   [junit4]   2> 6041 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-distrib-update-processor-chains.xml
   [junit4]   2> 6045 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-doc-expire-update-processor.xml
   [junit4]   2> 6048 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-doctransformers.xml
   [junit4]   2> 6050 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-elevate.xml
   [junit4]   2> 6053 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-externalversionconstraint.xml
   [junit4]   2> 6056 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-functionquery.xml
   [junit4]   2> 6059 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-hash.xml
   [junit4]   2> 6061 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-headers.xml
   [junit4]   2> 6064 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c

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

ndex [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-004\node3\.\first_collection_shard2_replica1\data\index;done=false>>]
   [junit4]   2> 50460 INFO  (coreCloseExecutor-225-thread-1) [n:127.0.0.1:52355_solr c:first_collection s:shard2 r:core_node2 x:first_collection_shard2_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 50460 INFO  (coreCloseExecutor-225-thread-1) [n:127.0.0.1:52355_solr c:first_collection s:shard2 r:core_node2 x:first_collection_shard2_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-004\node3\.\first_collection_shard2_replica1\data\index
   [junit4]   2> 50460 INFO  (jetty-launcher-74-thread-3) [    ] o.a.s.c.Overseer Overseer (id=95805944202330120-127.0.0.1:52356_solr-n_0000000000) closing
   [junit4]   2> 50460 INFO  (OverseerStateUpdate-95805944202330120-127.0.0.1:52356_solr-n_0000000000) [n:127.0.0.1:52356_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52356_solr
   [junit4]   2> 50464 INFO  (zkCallback-89-thread-1-processing-n:127.0.0.1:52356_solr) [n:127.0.0.1:52356_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 50472 INFO  (zkCallback-89-thread-1-processing-n:127.0.0.1:52356_solr) [n:127.0.0.1:52356_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 50472 WARN  (zkCallback-89-thread-1-processing-n:127.0.0.1:52356_solr) [n:127.0.0.1:52356_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 50474 INFO  (jetty-launcher-74-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@44633dc0{/solr,null,UNAVAILABLE}
   [junit4]   2> 50476 INFO  (zkCallback-90-thread-1-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52355_solr
   [junit4]   2> 50476 INFO  (zkCallback-90-thread-1-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 50480 INFO  (zkCallback-90-thread-2-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 50491 INFO  (zkCallback-90-thread-2-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 50491 INFO  (zkCallback-90-thread-2-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 50491 WARN  (zkCallback-90-thread-2-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 51986 WARN  (zkCallback-90-thread-1-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [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.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:297)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:294)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:294)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:488)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:458)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:445)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:729)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 51986 INFO  (jetty-launcher-74-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a21b3c2{/solr,null,UNAVAILABLE}
   [junit4]   2> 52002 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52351 52351
   [junit4]   2> 52004 INFO  (Thread-157) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52351 52351
   [junit4]   2> 52005 WARN  (Thread-157) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/first_collection/state.json
   [junit4]   2> 	3	/solr/collections/second_collection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/95805944202330121-127.0.0.1:52355_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 52005 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[92AB971A6B3DF963]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoSslButSillyClientAuth
   [junit4]   2> 52006 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[92AB971A6B3DF963]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001
   [junit4]   2> Apr 28, 2016 10:31:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1708, maxMBSortInHeap=7.556065906048866, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=en-IE, timezone=America/Cordoba
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=133047728,total=275775488
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache, TestFilteredDocIdSet, TimeZoneUtilsTest, TestMiniSolrCloudClusterSSL]
   [junit4] Completed [7/592 (1!)] on J0 in 52.63s, 4 tests, 1 failure <<< FAILURES!

[...truncated 1909 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\common-build.xml:529: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1014: There were test failures: 592 suites (10 ignored), 2394 tests, 1 failure, 124 ignored (80 assumptions) [seed: 92AB971A6B3DF963]

Total time: 71 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_92) - Build # 5807 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5807/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth

Error Message:
Unexpected exception type, expected SSLHandshakeException

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected SSLHandshakeException
	at __randomizedtesting.SeedInfo.seed([80042A5B4F600CF5:5380C396DDAD5709]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2682)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterJettys(TestMiniSolrCloudClusterSSL.java:283)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:185)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:147)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth(TestMiniSolrCloudClusterSSL.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
	at sun.security.ssl.SSLSocketImpl.waitForClose(SSLSocketImpl.java:1769)
	at sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:124)
	at sun.security.ssl.Handshaker.sendChangeCipherSpec(Handshaker.java:1083)
	at sun.security.ssl.ClientHandshaker.sendChangeCipherAndFinish(ClientHandshaker.java:1222)
	at sun.security.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:1134)
	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:348)
	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
	at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.doHeadRequest(TestMiniSolrCloudClusterSSL.java:302)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$checkClusterJettys$2(TestMiniSolrCloudClusterSSL.java:284)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2677)
	... 43 more




Build Log:
[...truncated 12046 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\init-core-data-001
   [junit4]   2> 2952932 WARN  (SUITE-TestMiniSolrCloudClusterSSL-seed#[80042A5B4F600CF5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 2952932 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[80042A5B4F600CF5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2952935 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoSslButSillyClientAuth
   [junit4]   2> 2952935 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the randomized SSL & clientAuth settings selected by base class
   [junit4]   2> 2952936 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2952937 INFO  (Thread-6012) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2952937 INFO  (Thread-6012) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2953037 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.ZkTestServer start zk server on port:52891
   [junit4]   2> 2953037 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2953048 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2953070 INFO  (zkCallback-3057-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@195f869 name:ZooKeeperConnection Watcher:127.0.0.1:52891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2953070 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2953071 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2953071 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2953090 INFO  (jetty-launcher-3056-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2953091 INFO  (jetty-launcher-3056-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e750ed{/solr,null,AVAILABLE}
   [junit4]   2> 2953095 INFO  (jetty-launcher-3056-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2953096 INFO  (jetty-launcher-3056-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2953098 INFO  (jetty-launcher-3056-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17e209d{/solr,null,AVAILABLE}
   [junit4]   2> 2953098 INFO  (jetty-launcher-3056-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d7e4e7{/solr,null,AVAILABLE}
   [junit4]   2> 2953104 INFO  (jetty-launcher-3056-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@f503a5{HTTP/1.1,[http/1.1]}{127.0.0.1:52899}
   [junit4]   2> 2953104 INFO  (jetty-launcher-3056-thread-3) [    ] o.e.j.s.Server Started @2956620ms
   [junit4]   2> 2953104 INFO  (jetty-launcher-3056-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@16fa969{HTTP/1.1,[http/1.1]}{127.0.0.1:52902}
   [junit4]   2> 2953104 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52899}
   [junit4]   2> 2953104 INFO  (jetty-launcher-3056-thread-2) [    ] o.e.j.s.Server Started @2956620ms
   [junit4]   2> 2953104 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52902}
   [junit4]   2> 2953104 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2953104 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node3'
   [junit4]   2> 2953105 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2953105 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node2'
   [junit4]   2> 2953105 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2953105 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2953105 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2953105 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2953106 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2953106 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2953109 INFO  (jetty-launcher-3056-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@1427d12{HTTP/1.1,[http/1.1]}{127.0.0.1:52903}
   [junit4]   2> 2953109 INFO  (jetty-launcher-3056-thread-1) [    ] o.e.j.s.Server Started @2956625ms
   [junit4]   2> 2953109 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52903}
   [junit4]   2> 2953109 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2953109 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2953110 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node1'
   [junit4]   2> 2953110 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2953110 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2953110 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2953111 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2953113 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2953118 INFO  (zkCallback-3058-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@184e648 name:ZooKeeperConnection Watcher:127.0.0.1:52891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2953118 INFO  (zkCallback-3059-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1783e17 name:ZooKeeperConnection Watcher:127.0.0.1:52891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2953118 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2953118 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2953118 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2953118 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2953119 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2953121 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2953130 INFO  (zkCallback-3060-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18a346d name:ZooKeeperConnection Watcher:127.0.0.1:52891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2953131 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2953131 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2953131 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node2\.
   [junit4]   2> 2953132 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 12688434
   [junit4]   2> 2953132 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node2]
   [junit4]   2> 2953132 WARN  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node2\lib
   [junit4]   2> 2953132 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2953133 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2953134 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node3\.
   [junit4]   2> 2953134 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 28737153
   [junit4]   2> 2953134 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node3]
   [junit4]   2> 2953134 WARN  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node3\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node3\lib
   [junit4]   2> 2953135 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2953136 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2953137 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2953139 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2953139 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2953139 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2953139 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52891/solr
   [junit4]   2> 2953139 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2953139 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2953139 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2953139 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52891/solr
   [junit4]   2> 2953139 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2953139 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2953140 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2953140 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2953145 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node1\.
   [junit4]   2> 2953145 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 14433631
   [junit4]   2> 2953145 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node1]
   [junit4]   2> 2953145 WARN  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node1\lib
   [junit4]   2> 2953146 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2953147 INFO  (zkCallback-3065-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@198068c name:ZooKeeperConnection Watcher:127.0.0.1:52891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2953147 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2953147 INFO  (jetty-launcher-3056-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2953147 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2953148 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2953148 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2953149 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52891/solr
   [junit4]   2> 2953149 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2953149 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2953149 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$11/27164249@10f538
   [junit4]   2> 2953150 INFO  (zkCallback-3066-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a81253 name:ZooKeeperConnection Watcher:127.0.0.1:52891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2953150 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2953150 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2953150 INFO  (jetty-launcher-3056-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2953153 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2953154 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$11/27164249@1fbcf2f
   [junit4]   2> 2953157 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2953159 INFO  (zkCallback-3070-thread-1-processing-n:127.0.0.1:52899_solr) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7412a4 name:ZooKeeperConnection Watcher:127.0.0.1:52891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2953159 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2953161 INFO  (zkCallback-3069-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b7528e name:ZooKeeperConnection Watcher:127.0.0.1:52891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2953163 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2953163 INFO  (jetty-launcher-3056-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2953163 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2953164 INFO  (zkCallback-3071-thread-1-processing-n:127.0.0.1:52902_solr) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15f864e name:ZooKeeperConnection Watcher:127.0.0.1:52891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2953164 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2953164 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1546226bf3b0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2953165 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$11/27164249@1d5d72e
   [junit4]   2> 2953168 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2953171 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2953171 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2953176 INFO  (zkCallback-3072-thread-1-processing-n:127.0.0.1:52903_solr) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@707a98 name:ZooKeeperConnection Watcher:127.0.0.1:52891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2953177 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2953179 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2953180 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2953184 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2953184 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2953185 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2953189 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2953189 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2953189 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2953194 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2953195 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2953195 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2953197 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2953197 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2953197 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2953203 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2953205 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2953205 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2953207 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2953208 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2953210 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2953210 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2953211 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2953213 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2953213 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2953214 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2953215 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2953215 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2953216 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2953218 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2953218 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2953220 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2953220 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2953222 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2953223 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2953223 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2953224 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95809410638217225-127.0.0.1:52903_solr-n_0000000000
   [junit4]   2> 2953224 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2953224 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95809410638217224-127.0.0.1:52902_solr-n_0000000001
   [junit4]   2> 2953225 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52903_solr
   [junit4]   2> 2953225 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2953225 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95809410638217222-127.0.0.1:52899_solr-n_0000000002
   [junit4]   2> 2953226 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95809410638217225-127.0.0.1:52903_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2953228 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95809410638217224-127.0.0.1:52902_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 2953228 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.Overseer Overseer (id=95809410638217225-127.0.0.1:52903_solr-n_0000000000) starting
   [junit4]   2> 2953228 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52902_solr
   [junit4]   2> 2953228 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52899_solr
   [junit4]   2> 2953230 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52902_solr
   [junit4]   2> 2953230 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52899_solr
   [junit4]   2> 2953231 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2953232 INFO  (zkCallback-3071-thread-1-processing-n:127.0.0.1:52902_solr) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2953232 INFO  (zkCallback-3072-thread-1-processing-n:127.0.0.1:52903_solr) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2953232 INFO  (zkCallback-3070-thread-1-processing-n:127.0.0.1:52899_solr) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2953236 INFO  (zkCallback-3071-thread-1-processing-n:127.0.0.1:52902_solr) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2953236 INFO  (zkCallback-3072-thread-1-processing-n:127.0.0.1:52903_solr) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2953236 INFO  (zkCallback-3070-thread-1-processing-n:127.0.0.1:52899_solr) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2953265 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2953267 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:52903_solr as DOWN
   [junit4]   2> 2953267 INFO  (OverseerCollectionConfigSetProcessor-95809410638217225-127.0.0.1:52903_solr-n_0000000000) [n:127.0.0.1:52903_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2953269 INFO  (OverseerStateUpdate-95809410638217225-127.0.0.1:52903_solr-n_0000000000) [n:127.0.0.1:52903_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2953275 INFO  (OverseerStateUpdate-95809410638217225-127.0.0.1:52903_solr-n_0000000000) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 2953278 INFO  (OverseerStateUpdate-95809410638217225-127.0.0.1:52903_solr-n_0000000000) [n:127.0.0.1:52903_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:52903_solr"} current state version: 0
   [junit4]   2> 2953278 INFO  (OverseerStateUpdate-95809410638217225-127.0.0.1:52903_solr-n_0000000000) [n:127.0.0.1:52903_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:52903_solr
   [junit4]   2> 2953284 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2953284 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2953285 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node2\.
   [junit4]   2> 2953286 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2953287 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2953287 INFO  (jetty-launcher-3056-thread-2) [n:127.0.0.1:52902_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2953314 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2953314 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2953316 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node3\.
   [junit4]   2> 2953318 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2953319 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2953319 INFO  (jetty-launcher-3056-thread-3) [n:127.0.0.1:52899_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2954273 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52903_solr
   [junit4]   2> 2954274 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52903_solr
   [junit4]   2> 2954276 INFO  (zkCallback-3070-thread-1-processing-n:127.0.0.1:52899_solr) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2954276 INFO  (zkCallback-3072-thread-1-processing-n:127.0.0.1:52903_solr) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2954276 INFO  (zkCallback-3071-thread-1-processing-n:127.0.0.1:52902_solr) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2954276 INFO  (zkCallback-3070-thread-1-processing-n:127.0.0.1:52899_solr) [n:127.0.0.1:52899_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2954278 INFO  (zkCallback-3071-thread-1-processing-n:127.0.0.1:52902_solr) [n:127.0.0.1:52902_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2954278 INFO  (zkCallback-3072-thread-1-processing-n:127.0.0.1:52903_solr) [n:127.0.0.1:52903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2954342 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2954342 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2954343 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001\tempDir-001\node1\.
   [junit4]   2> 2954344 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2954346 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2954346 INFO  (jetty-launcher-3056-thread-1) [n:127.0.0.1:52903_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2954346 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2954347 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2954350 INFO  (zkCallback-3073-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b29bdb name:ZooKeeperConnection Watcher:127.0.0.1:52891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2954350 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2954350 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2954353 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1546226bf3b000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2954353 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:52891/solr
   [junit4]   2> 2954358 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2954359 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2954363 INFO  (zkCallback-3075-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f56e28 name:ZooKeeperConnection Watcher:127.0.0.1:52891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2954363 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2954363 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2954366 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/addfields.updateprocessor.js
   [junit4]   2> 2954371 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/analyzingInfixSuggest.txt
   [junit4]   2> 2954376 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-currency.xml
   [junit4]   2> 2954388 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-error-solrconfig.xml
   [junit4]   2> 2954401 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mp-solrconfig.xml
   [junit4]   2> 2954409 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mpf-solrconfig.xml
   [junit4]   2> 2954416 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 2954423 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 2954433 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 2954442 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 2954453 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 2954472 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 2954476 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 2954484 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 2954490 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 2954503 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-multivalued.xml
   [junit4]   2> 2954517 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-dynamicField.xml
   [junit4]   2> 2954522 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-field.xml
   [junit4]   2> 2954555 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-fieldType.xml
   [junit4]   2> 2954562 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 2954569 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-required.xml
   [junit4]   2> 2954574 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-external-filefield.xml
   [junit4]   2> 2954580 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-init-error.xml
   [junit4]   2> 2954585 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 2954591 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 2954596 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 2954601 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 2954605 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml
   [junit4]   2> 2954608 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-nontext-analyzer.xml
   [junit4]   2> 2954612 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 2954616 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-pos.xml
   [junit4]   2> 2954619 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-tf.xml
   [junit4]   2> 2954622 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-omit-tf-but-not-pos.xml
   [junit4]   2> 2954626 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-default-does-not-exist.xml
   [junit4]   2> 2954630 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 2954633 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 2954635 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 2954640 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-baseline.xml
   [junit4]   2> 2954643 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-hyperbolic.xml
   [junit4]   2> 2954645 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-norms.xml
   [junit4]   2> 2954650 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-is-copyfield-dest.xml
   [junit4]   2> 2954653 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 2954656 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 2954659 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-unsupported-docValues.xml
   [junit4]   2> 2954662 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 2954665 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-invalid-scriptfile.xml
   [junit4]   2> 2954668 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-managed-schema-named-schema.xml.xml
   [junit4]   2> 2954672 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-missing-scriptfile.xml
   [junit4]   2> 2954675 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-cfs.xml
   [junit4]   2> 2954678 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-dirfactory.xml
   [junit4]   2> 2954681 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-indexconfigs.xml
   [junit4]   2> 2954684 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-nrtmode.xml
   [junit4]   2> 2954688 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-schema-mutable-but-not-managed.xml
   [junit4]   2> 2954691 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-unexpected-schema-attribute.xml
   [junit4]   2> 2954694 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad_solrconfig.xml
   [junit4]   2> 2954698 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/blendedInfixSuggest.txt
   [junit4]   2> 2954701 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/compoundDictionary.txt
   [junit4]   2> 2954704 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/conditional.updateprocessor.js
   [junit4]   2> 2954707 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/cross-compatible.js
   [junit4]   2> 2954711 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/currency.xml
   [junit4]   2> 2954713 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/da_compoundDictionary.txt
   [junit4]   2> 2954717 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/da_UTF8.xml
   [junit4]   2> 2954721 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/elevate.xml
   [junit4]   2> 2954724 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/enumsConfig.xml
   [junit4]   2> 2954729 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/freeTextSuggest.txt
   [junit4]   2> 2954731 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/frenchArticles.txt
   [junit4]   2> 2954735 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/fuzzysuggest.txt
   [junit4]   2> 2954739 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.aff
   [junit4]   2> 2954742 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.dic
   [junit4]   2> 2954747 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hyphenation.dtd
   [junit4]   2> 2954750 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/jasuggest.txt
   [junit4]   2> 2954753 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/keep-1.txt
   [junit4]   2> 2954757 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/keep-2.txt
   [junit4]   2> 2954762 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2954765 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/missing.functions.updateprocessor.js
   [junit4]   2> 2954768 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 2954771 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/old_synonyms.txt
   [junit4]   2> 2954774 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/open-exchange-rates.json
   [junit4]   2> 2954778 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/phrasesuggest.txt
   [junit4]   2> 2954781 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/protwords.txt
   [junit4]   2> 2954785 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/regex-boost-processor-test.txt
   [junit4]   2> 2954788 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 2954792 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-behavior.xml
   [junit4]   2> 2954795 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-binaryfield.xml
   [junit4]   2> 2954799 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-blockjoinfacetcomponent.xml
   [junit4]   2> 2954802 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-bm25.xml
   [junit4]   2> 2954806 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-charfilters.xml
   [junit4]   2> 2954809 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-class-name-shortening-on-serialization.xml
   [junit4]   2> 2954812 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-classification.xml
   [junit4]   2> 2954816 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate-dv.xml
   [junit4]   2> 2954819 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate.xml
   [junit4]   2> 2954822 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-complex-phrase.xml
   [junit4]   2> 2954827 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-copyfield-test.xml
   [junit4]   2> 2954830 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-custom-field.xml
   [junit4]   2> 2954832 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-customfield.xml
   [junit4]   2> 2954835 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-dfi.xml
   [junit4]   2> 2954839 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-dfr.xml
   [junit4]   2> 2954843 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distrib-interval-faceting.xml
   [junit4]   2> 2954847 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distributed-missing-sort.xml
   [junit4]   2> 2954850 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValues.xml
   [junit4]   2> 2954853 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesFaceting.xml
   [junit4]   2> 2954857 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesJoin.xml
   [junit4]   2> 2954860 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMissing.xml
   [junit4]   2> 2954863 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMulti.xml
   [junit4]   2> 2954866 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-eff.xml
   [junit4]   2> 2954870 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-enums.xml
   [junit4]   2> 2954873 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-field-sort-values.xml
   [junit4]   2> 2954877 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-folding.xml
   [junit4]   2> 2954880 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-graph.xml
   [junit4]   2> 2954883 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-hash.xml
   [junit4]   2> 2954887 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-HighlighterMaxOffsetTest.xml
   [junit4]   2> 2954890 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-ib.xml
   [junit4]   2> 2954894 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-id-and-version-fields-only.xml
   [junit4]   2> 2954897 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmdirichlet.xml
   [junit4]   2> 2954900 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmjelinekmercer.xml
   [junit4]   2> 2954903 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-luceneMatchVersion.xml
   [junit4]   2> 2954907 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-minimal.xml
   [junit4]   2> 2954910 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-non-stored-docvalues.xml
   [junit4]   2> 2954914 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-not-required-unique-key.xml
   [junit4]   2> 2954917 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-null-charfilters-analyzer.xml
   [junit4]   2> 2954920 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-numeric.xml
   [junit4]   2> 2954925 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-one-field-no-dynamic-field-unique-key.xml
   [junit4]   2> 2954929 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-one-field-no-dynamic-field.xml
   [junit4]   2> 2954932 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-phrasesuggest.xml
   [junit4]   2> 2954935 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-postingshighlight.xml
   [junit4]   2> 2954938 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-preanalyzed.xml
   [junit4]   2> 2954942 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication1.xml
   [junit4]   2> 2954946 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication2.xml
   [junit4]   2> 2954950 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-required-fields.xml
   [junit4]   2> 2954954 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest-lucene-match-version.xml
   [junit4]   2> 2954957 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest.xml
   [junit4]   2> 2954960 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-reversed.xml
   [junit4]   2> 2954964 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim-default-override.xml
   [junit4]   2> 2954968 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim.xml
   [junit4]   2> 2954971 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-simpleqpplugin.xml
   [junit4]   2> 2954975 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-single-dynamic-copy-field.xml
   [junit4]   2> 2954979 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-field.xml
   [junit4]   2> 2954982 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-type.xml
   [junit4]   2> 2954985 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-types.incl
   [junit4]   2> 2954989 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sortingresponse.xml
   [junit4]   2> 2954992 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sorts.xml
   [junit4]   2> 2954995 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spatial.xml
   [junit4]   2> 2954999 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spellchecker.xml
   [junit4]   2> 2955002 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sql.xml
   [junit4]   2> 2955006 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-stop-keep.xml
   [junit4]   2> 2955010 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sweetspot.xml
   [junit4]   2> 2955014 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-synonym-tokenizer.xml
   [junit4]   2> 2955017 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-tfidf.xml
   [junit4]   2> 2955020 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-tiny.xml
   [junit4]   2> 2955024 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-trie.xml
   [junit4]   2> 2955028 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-version-dv.xml
   [junit4]   2> 2955032 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-version-indexed.xml
   [junit4]   2> 2955035 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-xinclude.xml
   [junit4]   2> 2955037 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema.xml
   [junit4]   2> 2955042 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema11.xml
   [junit4]   2> 2955045 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema12.xml
   [junit4]   2> 2955049 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema15.xml
   [junit4]   2> 2955053 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schemasurround.xml
   [junit4]   2> 2955056 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_codec.xml
   [junit4]   2> 2955060 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_latest.xml
   [junit4]   2> 2955063 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-add-schema-fields-update-processor-chains.xml
   [junit4]   2> 2955066 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-altdirectory.xml
   [junit4]   2> 2955069 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-analytics-query.xml
   [junit4]   2> 2955073 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.s

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

va:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2991820 WARN  (zkCallback-3154-thread-1-processing-n:127.0.0.1:53417_solr) [n:127.0.0.1:53417_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2991820 INFO  (jetty-launcher-3129-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@98164d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2991829 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53340 53340
   [junit4]   2> 2991838 INFO  (Thread-6161) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53340 53340
   [junit4]   2> 2991842 WARN  (Thread-6161) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/overseer_elect/election/95809412395237385-127.0.0.1:53345_solr-n_0000000000
   [junit4]   2> 	3	/solr/collections/first_collection/state.json
   [junit4]   2> 	3	/solr/collections/second_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2991842 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[80042A5B4F600CF5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSslAndNoClientAuth
   [junit4]   2> 2991844 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[80042A5B4F600CF5]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_80042A5B4F600CF5-001
   [junit4]   2> Apr 29, 2016 1:13:46 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=224, maxMBSortInHeap=7.143292589512451, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=es-BO, timezone=SST
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 (32-bit)/cpus=3,threads=1,free=278182368,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestShortCircuitedRequests, TestSchemaNameResource, TestDistributedSearch, AlternateDirectoryTest, OutOfBoxZkACLAndCredentialsProvidersTest, SuggestComponentContextFilterQueryTest, TestCopyFieldCollectionResource, OverseerTest, TestImplicitCoreProperties, AnalysisAfterCoreReloadTest, CachingDirectoryFactoryTest, TestBulkSchemaConcurrent, DistributedQueryElevationComponentTest, JSONWriterTest, TestMergePolicyConfig, TestChildDocTransformer, SolrTestCaseJ4Test, TimeZoneUtilsTest, ExplicitHLLTest, TestTolerantSearch, TestUseDocValuesAsStored, TestComponentsName, TestSolrXml, DisMaxRequestHandlerTest, SuggesterFSTTest, ZkCLITest, HdfsTlogReplayBufferedWhileIndexingTest, CloudExitableDirectoryReaderTest, TestRequestStatusCollectionAPI, TestManagedResourceStorage, DocValuesMultiTest, TestQuerySenderNoQuery, TestSolrCloudWithKerberosAlt, QueryResultKeyTest, BadCopyFieldTest, TestBlobHandler, WrapperMergePolicyFactoryTest, CdcrReplicationDistributedZkTest, TestRemoteStreaming, TestTolerantUpdateProcessorCloud, ShardRoutingTest, OverseerCollectionConfigSetProcessorTest, LeaderInitiatedRecoveryOnCommitTest, TestIBSimilarityFactory, TestDefaultStatsCache, PKIAuthenticationIntegrationTest, SimplePostToolTest, PingRequestHandlerTest, CoreMergeIndexesAdminHandlerTest, PreAnalyzedFieldTest, TestStressReorder, SimpleFacetsTest, TestReloadAndDeleteDocs, TestUpdate, IndexBasedSpellCheckerTest, TestConfig, TestDistribDocBasedVersion, PeerSyncTest, TestLeaderInitiatedRecoveryThread, TestPKIAuthenticationPlugin, DistributedVersionInfoTest, ReturnFieldsTest, SharedFSAutoReplicaFailoverTest, SecurityConfHandlerTest, TestStressUserVersions, XmlUpdateRequestHandlerTest, SolrIndexConfigTest, TestFreeTextSuggestions, TestRandomRequestDistribution, ExternalFileFieldSortTest, TestSort, TestMaxScoreQueryParser, ChaosMonkeyNothingIsSafeTest, HdfsWriteToMultipleCollectionsTest, TestReplicationHandler, TestSolrQueryParserResource, TestLRUCache, SpatialFilterTest, DistributedFacetPivotSmallAdvancedTest, SystemInfoHandlerTest, ConcurrentDeleteAndCreateCollectionTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestRTimerTree, MigrateRouteKeyTest, TestStressLucene, CollectionsAPIAsyncDistributedZkTest, HdfsLockFactoryTest, StandardRequestHandlerTest, PrimUtilsTest, TestLFUCache, TestSmileRequest, StatelessScriptUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, RecoveryZkTest, TestLuceneMatchVersion, CollectionStateFormat2Test, BlockJoinFacetSimpleTest, ReplicationFactorTest, TestXIncludeConfig, TestSolrDeletionPolicy1, TestScoreJoinQPNoScore, QueryElevationComponentTest, ClusterStateTest, DistanceUnitsTest, DocumentAnalysisRequestHandlerTest, DocValuesTest, TestSurroundQueryParser, SaslZkACLProviderTest, TestConfigSetsAPIZkFailure, TestSolrFieldCacheMBean, TestLRUStatsCache, DataDrivenBlockJoinTest, DirectUpdateHandlerTest, HdfsChaosMonkeySafeLeaderTest, TestManagedSchemaAPI, TestCustomSort, TestJmxIntegration, TestCollationFieldDocValues, TestStressVersions, AtomicUpdatesTest, TestHighlightDedupGrouping, DistributedFacetPivotLargeTest, TestCoreContainer, DirectSolrSpellCheckerTest, BadComponentTest, TestReplicaProperties, TestConfigSets, TestSha256AuthenticationProvider, TestDistributedStatsComponentCardinality, ActionThrottleTest, FastVectorHighlighterTest, CurrencyFieldXmlFileTest, TestFunctionQuery, TestSolrConfigHandlerCloud, DistributedDebugComponentTest, DocumentBuilderTest, TestArbitraryIndexDir, HLLSerializationTest, SoftAutoCommitTest, TestInitParams, TestFaceting, RuleEngineTest, HdfsNNFailoverTest, TestHashPartitioner, TestJoin, TestRangeQuery, TestSolr4Spatial, StatsComponentTest, TestLazyCores, SignatureUpdateProcessorFactoryTest, SolrRequestParserTest, TestTrie, TestCSVLoader, NoCacheHeaderTest, TestPseudoReturnFields, QueryEqualityTest, CacheHeaderTest, PrimitiveFieldTypeTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, TestSolrQueryParser, LoggingHandlerTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, JsonLoaderTest, CSVRequestHandlerTest, UpdateParamsTest, TestStressRecovery, SampleTest, TestSearchPerf, OutputWriterTest, TestPostingsSolrHighlighter, TestCharFilters, TestCodecSupport, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, ResourceLoaderTest, URLClassifyProcessorTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AliasIntegrationTest, BaseCdcrDistributedZkTest, CdcrRequestHandlerTest, CollectionsAPISolrJTest, CustomCollectionTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, SolrXmlInZkTest, TestAuthenticationFramework, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestExclusionRuleCollectionAccess, TestMiniSolrCloudClusterBase, TestMiniSolrCloudClusterSSL]
   [junit4] Completed [460/592 (1!)] on J0 in 39.96s, 4 tests, 1 failure <<< FAILURES!

[...truncated 417 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\common-build.xml:529: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1014: There were test failures: 592 suites (10 ignored), 2394 tests, 1 failure, 123 ignored (79 assumptions) [seed: 80042A5B4F600CF5]

Total time: 78 minutes 2 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



Re: [JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 5806 - Still Failing!

Posted by Chris Hostetter <ho...@apache.org>.
I'm looking into these SSL exceptions ... looks like diff JVMs/OSs cause 
diff exceptions in these (expected) certificate failure situations ... 
i'll relax the expectThrows calls to account for this.  (see SOLR-9028)

: Date: Thu, 28 Apr 2016 23:21:51 +0000 (UTC)
: From: Policeman Jenkins Server <je...@thetaphi.de>
: Reply-To: dev@lucene.apache.org
: To: hossman@apache.org, yonik@apache.org, jbernste@apache.org,
:     jpountz@gmail.com, dev@lucene.apache.org
: Subject: [JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build #
:     5806 - Still Failing!
: 
: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5806/
: Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseParallelGC
: 
: 1 tests failed.
: FAILED:  org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth
: 
: Error Message:
: Unexpected exception type, expected SSLHandshakeException
: 
: Stack Trace:
: junit.framework.AssertionFailedError: Unexpected exception type, expected SSLHandshakeException
: 	at __randomizedtesting.SeedInfo.seed([92AB971A6B3DF963:412F7ED7F9F0A29F]:0)
: 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2682)
: 	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterJettys(TestMiniSolrCloudClusterSSL.java:283)
: 	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:185)
: 	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:147)
: 	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth(TestMiniSolrCloudClusterSSL.java:129)
: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: 	at java.lang.reflect.Method.invoke(Method.java:498)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
: 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
: 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
: 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
: 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
: 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
: 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
: 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
: 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
: 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
: 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
: 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
: 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
: 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
: 	at java.lang.Thread.run(Thread.java:745)
: Caused by: java.net.SocketException: Software caused connection abort: recv failed
: 	at java.net.SocketInputStream.socketRead0(Native Method)
: 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
: 	at java.net.SocketInputStream.read(SocketInputStream.java:170)
: 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
: 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
: 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
: 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
: 	at sun.security.ssl.SSLSocketImpl.waitForClose(SSLSocketImpl.java:1769)
: 	at sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:124)
: 	at sun.security.ssl.Handshaker.sendChangeCipherSpec(Handshaker.java:1083)
: 	at sun.security.ssl.ClientHandshaker.sendChangeCipherAndFinish(ClientHandshaker.java:1222)
: 	at sun.security.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:1134)
: 	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:348)
: 	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
: 	at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
: 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
: 	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
: 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
: 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
: 	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
: 	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
: 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
: 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
: 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
: 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
: 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
: 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
: 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
: 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
: 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
: 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
: 	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.doHeadRequest(TestMiniSolrCloudClusterSSL.java:302)
: 	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$checkClusterJettys$2(TestMiniSolrCloudClusterSSL.java:284)
: 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2677)
: 	... 43 more
: 
: 
: 
: 
: Build Log:
: [...truncated 10527 lines...]
:    [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
:    [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\init-core-data-001
:    [junit4]   2> 0    INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[92AB971A6B3DF963]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
:    [junit4]   2> 76   INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoSsl
:    [junit4]   2> 77   INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the randomized SSL & clientAuth settings selected by base class
:    [junit4]   2> 134  INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
:    [junit4]   2> 138  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
:    [junit4]   2> 139  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
:    [junit4]   2> 748  INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.ZkTestServer start zk server on port:51941
:    [junit4]   2> 836  INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
:    [junit4]   2> 983  INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 1085 INFO  (zkCallback-2-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5322ca93 name:ZooKeeperConnection Watcher:127.0.0.1:51941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 1086 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 1092 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
:    [junit4]   2> 1098 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
:    [junit4]   2> 1174 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
:    [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1545eff08090000, likely client has closed socket
:    [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
:    [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
:    [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
:    [junit4]   2> 1289 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.u.log Logging initialized @7250ms
:    [junit4]   2> 1829 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
:    [junit4]   2> 1830 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
:    [junit4]   2> 1830 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
:    [junit4]   2> 1926 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@123e06a9{/solr,null,AVAILABLE}
:    [junit4]   2> 1928 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73184f32{/solr,null,AVAILABLE}
:    [junit4]   2> 1928 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15e7d7c{/solr,null,AVAILABLE}
:    [junit4]   2> 1963 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@52c71fc5{HTTP/1.1,[http/1.1]}{127.0.0.1:51946}
:    [junit4]   2> 1964 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server Started @7946ms
:    [junit4]   2> 1964 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51946}
:    [junit4]   2> 1965 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@49ae151d{HTTP/1.1,[http/1.1]}{127.0.0.1:51945}
:    [junit4]   2> 1966 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@7da5260{HTTP/1.1,[http/1.1]}{127.0.0.1:51947}
:    [junit4]   2> 1966 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server Started @7948ms
:    [junit4]   2> 1966 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server Started @7948ms
:    [junit4]   2> 1966 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51945}
:    [junit4]   2> 1966 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51947}
:    [junit4]   2> 2064 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
:    [junit4]   2> 2067 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
:    [junit4]   2> 2068 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
:    [junit4]   2> 2147 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2'
:    [junit4]   2> 2148 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3'
:    [junit4]   2> 2150 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1'
:    [junit4]   2> 2160 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 2160 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
:    [junit4]   2> 2164 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 2164 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
:    [junit4]   2> 2164 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 2164 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
:    [junit4]   2> 2171 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
:    [junit4]   2> 2172 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2170 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
:    [junit4]   2> 2174 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2174 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
:    [junit4]   2> 2175 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2195 INFO  (zkCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@38249251 name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 2195 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2196 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
:    [junit4]   2> 2197 INFO  (zkCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@24c5ecf0 name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 2197 INFO  (zkCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44424a1b name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 2197 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2197 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
:    [junit4]   2> 2199 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2199 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
:    [junit4]   2> 2201 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
:    [junit4]   2> 2203 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
:    [junit4]   2> 2205 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
:    [junit4]   2> 2420 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2\.
:    [junit4]   2> 2420 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3\.
:    [junit4]   2> 2420 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1\.
:    [junit4]   2> 2689 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1647096699
:    [junit4]   2> 2689 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1]
:    [junit4]   2> 2689 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 633987780
:    [junit4]   2> 2690 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3]
:    [junit4]   2> 2690 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 886903417
:    [junit4]   2> 2690 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2]
:    [junit4]   2> 2692 WARN  (jetty-launcher-1-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1\lib
:    [junit4]   2> 2693 WARN  (jetty-launcher-1-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2\lib
:    [junit4]   2> 2695 WARN  (jetty-launcher-1-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3\lib
:    [junit4]   2> 2787 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
:    [junit4]   2> 2788 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
:    [junit4]   2> 2787 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
:    [junit4]   2> 3394 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
:    [junit4]   2> 3399 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
:    [junit4]   2> 3398 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
:    [junit4]   2> 3413 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
:    [junit4]   2> 3416 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
:    [junit4]   2> 3418 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
:    [junit4]   2> 3421 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
:    [junit4]   2> 3422 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
:    [junit4]   2> 3421 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
:    [junit4]   2> 3425 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51941/solr
:    [junit4]   2> 3425 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51941/solr
:    [junit4]   2> 3425 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51941/solr
:    [junit4]   2> 3459 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
:    [junit4]   2> 3459 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
:    [junit4]   2> 3460 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 3460 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
:    [junit4]   2> 3462 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
:    [junit4]   2> 3462 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 3466 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
:    [junit4]   2> 3466 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
:    [junit4]   2> 3469 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 3485 INFO  (zkCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@582e88cb name:ZooKeeperConnection Watcher:127.0.0.1:51941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 3485 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 3485 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
:    [junit4]   2> 3488 INFO  (zkCallback-14-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5a379d78 name:ZooKeeperConnection Watcher:127.0.0.1:51941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 3488 INFO  (zkCallback-13-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5bce1018 name:ZooKeeperConnection Watcher:127.0.0.1:51941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 3490 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 3491 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
:    [junit4]   2> 3505 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 3513 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
:    [junit4]   2> 3532 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/1217113397@7fc84e92
:    [junit4]   2> 3538 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 3534 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/1217113397@59c9e4e2
:    [junit4]   2> 3539 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 3534 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/1217113397@6be4b3a6
:    [junit4]   2> 3541 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 3552 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:51947_solr) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@28147235 name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 3553 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:51945_solr) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7518f7c2 name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 3553 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:51946_solr) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@41ef3bbf name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 3553 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 3555 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 3555 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 3584 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
:    [junit4]   2> 3586 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
:    [junit4]   2> 3586 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
:    [junit4]   2> 3610 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
:    [junit4]   2> 3611 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
:    [junit4]   2> 3612 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
:    [junit4]   2> 3634 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
:    [junit4]   2> 3635 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
:    [junit4]   2> 3635 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
:    [junit4]   2> 3648 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
:    [junit4]   2> 3648 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
:    [junit4]   2> 3649 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
:    [junit4]   2> 3657 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
:    [junit4]   2> 3657 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
:    [junit4]   2> 3658 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
:    [junit4]   2> 3683 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
:    [junit4]   2> 3683 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
:    [junit4]   2> 3684 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
:    [junit4]   2> 3689 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
:    [junit4]   2> 3689 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
:    [junit4]   2> 3690 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
:    [junit4]   2> 3694 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
:    [junit4]   2> 3694 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
:    [junit4]   2> 3694 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
:    [junit4]   2> 3697 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
:    [junit4]   2> 3698 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
:    [junit4]   2> 3698 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
:    [junit4]   2> 3702 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
:    [junit4]   2> 3702 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
:    [junit4]   2> 3704 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
:    [junit4]   2> 3706 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
:    [junit4]   2> 3706 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
:    [junit4]   2> 3707 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
:    [junit4]   2> 3745 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
:    [junit4]   2> 3745 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
:    [junit4]   2> 3746 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
:    [junit4]   2> 3776 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
:    [junit4]   2> 3776 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
:    [junit4]   2> 3777 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
:    [junit4]   2> 3781 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
:    [junit4]   2> 3781 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
:    [junit4]   2> 3782 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
:    [junit4]   2> 3787 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
:    [junit4]   2> 3787 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
:    [junit4]   2> 3789 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
:    [junit4]   2> 3797 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95805941526102024-127.0.0.1:51946_solr-n_0000000000
:    [junit4]   2> 3797 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95805941526102025-127.0.0.1:51945_solr-n_0000000001
:    [junit4]   2> 3798 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95805941526102023-127.0.0.1:51947_solr-n_0000000002
:    [junit4]   2> 3799 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51946_solr
:    [junit4]   2> 3806 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95805941526102024-127.0.0.1:51946_solr-n_0000000000 to know if I could be the leader
:    [junit4]   2> 3806 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95805941526102025-127.0.0.1:51945_solr-n_0000000001 to know if I could be the leader
:    [junit4]   2> 3807 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51945_solr
:    [junit4]   2> 3807 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51947_solr
:    [junit4]   2> 3809 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
:    [junit4]   2> 3811 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.Overseer Overseer (id=95805941526102024-127.0.0.1:51946_solr-n_0000000000) starting
:    [junit4]   2> 3812 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51945_solr
:    [junit4]   2> 3812 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51947_solr
:    [junit4]   2> 3819 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:51946_solr) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
:    [junit4]   2> 3819 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:51945_solr) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
:    [junit4]   2> 3820 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:51947_solr) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
:    [junit4]   2> 3822 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:51946_solr) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
:    [junit4]   2> 3824 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:51947_solr) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
:    [junit4]   2> 3824 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:51945_solr) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
:    [junit4]   2> 3831 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
:    [junit4]   2> 3914 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
:    [junit4]   2> 3914 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
:    [junit4]   2> 3915 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
:    [junit4]   2> 3915 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
:    [junit4]   2> 3951 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
:    [junit4]   2> 4158 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:51946_solr as DOWN
:    [junit4]   2> 4169 INFO  (OverseerCollectionConfigSetProcessor-95805941526102024-127.0.0.1:51946_solr-n_0000000000) [n:127.0.0.1:51946_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
:    [junit4]   2> 4177 INFO  (OverseerStateUpdate-95805941526102024-127.0.0.1:51946_solr-n_0000000000) [n:127.0.0.1:51946_solr    ] o.a.s.c.Overseer Starting to work on the main queue
:    [junit4]   2> 4184 INFO  (OverseerStateUpdate-95805941526102024-127.0.0.1:51946_solr-n_0000000000) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
:    [junit4]   2> 4194 INFO  (OverseerStateUpdate-95805941526102024-127.0.0.1:51946_solr-n_0000000000) [n:127.0.0.1:51946_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
:    [junit4]   2>   "operation":"downnode",
:    [junit4]   2>   "node_name":"127.0.0.1:51946_solr"} current state version: 0
:    [junit4]   2> 4209 INFO  (OverseerStateUpdate-95805941526102024-127.0.0.1:51946_solr-n_0000000000) [n:127.0.0.1:51946_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:51946_solr
:    [junit4]   2> 4216 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node1\.
:    [junit4]   2> 4216 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node2\.
:    [junit4]   2> 4221 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
:    [junit4]   2> 4221 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
:    [junit4]   2> 4229 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
:    [junit4]   2> 4229 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:51947_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
:    [junit4]   2> 4229 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
:    [junit4]   2> 4229 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:51945_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
:    [junit4]   2> 5177 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51946_solr
:    [junit4]   2> 5178 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51946_solr
:    [junit4]   2> 5198 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:51947_solr) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
:    [junit4]   2> 5199 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:51946_solr) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
:    [junit4]   2> 5199 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:51945_solr) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
:    [junit4]   2> 5201 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:51947_solr) [n:127.0.0.1:51947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
:    [junit4]   2> 5201 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:51946_solr) [n:127.0.0.1:51946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
:    [junit4]   2> 5201 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:51945_solr) [n:127.0.0.1:51945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
:    [junit4]   2> 5232 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
:    [junit4]   2> 5233 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
:    [junit4]   2> 5236 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-001\node3\.
:    [junit4]   2> 5238 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
:    [junit4]   2> 5241 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
:    [junit4]   2> 5241 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51946_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
:    [junit4]   2> 5241 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
:    [junit4]   2> 5243 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 5262 INFO  (zkCallback-18-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@766f3c2 name:ZooKeeperConnection Watcher:127.0.0.1:51941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 5263 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 5264 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
:    [junit4]   2> 5297 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:51941/solr
:    [junit4]   2> 5308 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
:    [junit4]   2> 5309 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 5311 INFO  (zkCallback-20-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5149d6fc name:ZooKeeperConnection Watcher:127.0.0.1:51941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
:    [junit4]   2> 5311 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 5312 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
:    [junit4]   2> 5333 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/addfields.updateprocessor.js
:    [junit4]   2> 5341 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/analyzingInfixSuggest.txt
:    [junit4]   2> 5345 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-currency.xml
:    [junit4]   2> 5350 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-error-solrconfig.xml
:    [junit4]   2> 5354 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mp-solrconfig.xml
:    [junit4]   2> 5358 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mpf-solrconfig.xml
:    [junit4]   2> 5361 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-analyzer-class-and-nested.xml
:    [junit4]   2> 5369 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-analysis-parameters.xml
:    [junit4]   2> 5373 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-field-parameters.xml
:    [junit4]   2> 5376 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-codec-global-vs-ft-mismatch.xml
:    [junit4]   2> 5380 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-dynamic-multivalued.xml
:    [junit4]   2> 5384 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-bogus-code-in-xml.xml
:    [junit4]   2> 5388 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-bogus-default-code.xml
:    [junit4]   2> 5394 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-multivalued.xml
:    [junit4]   2> 5397 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-oer-norates.xml
:    [junit4]   2> 5401 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-multivalued.xml
:    [junit4]   2> 5413 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-dynamicField.xml
:    [junit4]   2> 5417 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-field.xml
:    [junit4]   2> 5421 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-fieldType.xml
:    [junit4]   2> 5424 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-default-val.xml
:    [junit4]   2> 5427 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-required.xml
:    [junit4]   2> 5431 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-external-filefield.xml
:    [junit4]   2> 5435 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-init-error.xml
:    [junit4]   2> 5439 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
:    [junit4]   2> 5443 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
:    [junit4]   2> 5447 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
:    [junit4]   2> 5451 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
:    [junit4]   2> 5454 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml
:    [junit4]   2> 5458 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-nontext-analyzer.xml
:    [junit4]   2> 5462 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-norms.xml
:    [junit4]   2> 5464 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-pos.xml
:    [junit4]   2> 5469 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-tf.xml
:    [junit4]   2> 5472 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-omit-tf-but-not-pos.xml
:    [junit4]   2> 5475 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-default-does-not-exist.xml
:    [junit4]   2> 5478 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-default-has-no-explicit-sim.xml
:    [junit4]   2> 5481 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-global-vs-ft-mismatch.xml
:    [junit4]   2> 5485 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-both-tf.xml
:    [junit4]   2> 5488 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-baseline.xml
:    [junit4]   2> 5491 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-hyperbolic.xml
:    [junit4]   2> 5494 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-norms.xml
:    [junit4]   2> 5498 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-is-copyfield-dest.xml
:    [junit4]   2> 5501 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-multivalued.xml
:    [junit4]   2> 5506 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-uses-default.xml
:    [junit4]   2> 5509 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-unsupported-docValues.xml
:    [junit4]   2> 5519 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-bogus-scriptengine-name.xml
:    [junit4]   2> 5522 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-invalid-scriptfile.xml
:    [junit4]   2> 5525 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-managed-schema-named-schema.xml.xml
:    [junit4]   2> 5529 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-missing-scriptfile.xml
:    [junit4]   2> 5533 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-cfs.xml
:    [junit4]   2> 5536 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-dirfactory.xml
:    [junit4]   2> 5540 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-indexconfigs.xml
:    [junit4]   2> 5543 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-nrtmode.xml
:    [junit4]   2> 5546 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-schema-mutable-but-not-managed.xml
:    [junit4]   2> 5551 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-unexpected-schema-attribute.xml
:    [junit4]   2> 5555 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad_solrconfig.xml
:    [junit4]   2> 5558 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/blendedInfixSuggest.txt
:    [junit4]   2> 5561 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/compoundDictionary.txt
:    [junit4]   2> 5564 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/conditional.updateprocessor.js
:    [junit4]   2> 5567 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/cross-compatible.js
:    [junit4]   2> 5577 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/currency.xml
:    [junit4]   2> 5581 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/da_compoundDictionary.txt
:    [junit4]   2> 5584 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/da_UTF8.xml
:    [junit4]   2> 5589 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/elevate.xml
:    [junit4]   2> 5597 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/enumsConfig.xml
:    [junit4]   2> 5602 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/freeTextSuggest.txt
:    [junit4]   2> 5605 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/frenchArticles.txt
:    [junit4]   2> 5607 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/fuzzysuggest.txt
:    [junit4]   2> 5610 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.aff
:    [junit4]   2> 5612 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.dic
:    [junit4]   2> 5616 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hyphenation.dtd
:    [junit4]   2> 5623 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/jasuggest.txt
:    [junit4]   2> 5634 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/keep-1.txt
:    [junit4]   2> 5637 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/keep-2.txt
:    [junit4]   2> 5643 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/mapping-ISOLatin1Accent.txt
:    [junit4]   2> 5648 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/missing.functions.updateprocessor.js
:    [junit4]   2> 5652 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/missleading.extension.updateprocessor.js.txt
:    [junit4]   2> 5654 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/old_synonyms.txt
:    [junit4]   2> 5659 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/open-exchange-rates.json
:    [junit4]   2> 5662 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/phrasesuggest.txt
:    [junit4]   2> 5663 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/protwords.txt
:    [junit4]   2> 5667 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/regex-boost-processor-test.txt
:    [junit4]   2> 5669 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-add-schema-fields-update-processor.xml
:    [junit4]   2> 5674 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-behavior.xml
:    [junit4]   2> 5677 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-binaryfield.xml
:    [junit4]   2> 5679 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-blockjoinfacetcomponent.xml
:    [junit4]   2> 5683 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-bm25.xml
:    [junit4]   2> 5686 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-charfilters.xml
:    [junit4]   2> 5689 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-class-name-shortening-on-serialization.xml
:    [junit4]   2> 5692 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-classification.xml
:    [junit4]   2> 5697 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate-dv.xml
:    [junit4]   2> 5700 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate.xml
:    [junit4]   2> 5703 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-complex-phrase.xml
:    [junit4]   2> 5705 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-copyfield-test.xml
:    [junit4]   2> 5710 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-custom-field.xml
:    [junit4]   2> 5712 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-customfield.xml
:    [junit4]   2> 5715 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-dfi.xml
:    [junit4]   2> 5718 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-dfr.xml
:    [junit4]   2> 5722 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distrib-interval-faceting.xml
:    [junit4]   2> 5724 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distributed-missing-sort.xml
:    [junit4]   2> 5727 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValues.xml
:    [junit4]   2> 5730 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesFaceting.xml
:    [junit4]   2> 5743 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesJoin.xml
:    [junit4]   2> 5749 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMissing.xml
:    [junit4]   2> 5753 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMulti.xml
:    [junit4]   2> 5756 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-eff.xml
:    [junit4]   2> 5758 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-enums.xml
:    [junit4]   2> 5764 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-field-sort-values.xml
:    [junit4]   2> 5768 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-folding.xml
:    [junit4]   2> 5771 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-graph.xml
:    [junit4]   2> 5774 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-hash.xml
:    [junit4]   2> 5782 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-HighlighterMaxOffsetTest.xml
:    [junit4]   2> 5786 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-ib.xml
:    [junit4]   2> 5788 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-id-and-version-fields-only.xml
:    [junit4]   2> 5796 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmdirichlet.xml
:    [junit4]   2> 5799 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmjelinekmercer.xml
:    [junit4]   2> 5801 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-luceneMatchVersion.xml
:    [junit4]   2> 5805 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-minimal.xml
:    [junit4]   2> 5809 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-non-stored-docvalues.xml
:    [junit4]   2> 5812 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-not-required-unique-key.xml
:    [junit4]   2> 5816 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-null-charfilters-analyzer.xml
:    [junit4]   2> 5820 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-numeric.xml
:    [junit4]   2> 5823 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-one-field-no-dynamic-field-unique-key.xml
:    [junit4]   2> 5826 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-one-field-no-dynamic-field.xml
:    [junit4]   2> 5830 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-phrasesuggest.xml
:    [junit4]   2> 5832 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-postingshighlight.xml
:    [junit4]   2> 5835 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-preanalyzed.xml
:    [junit4]   2> 5839 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication1.xml
:    [junit4]   2> 5842 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication2.xml
:    [junit4]   2> 5846 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-required-fields.xml
:    [junit4]   2> 5849 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest-lucene-match-version.xml
:    [junit4]   2> 5852 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest.xml
:    [junit4]   2> 5856 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-reversed.xml
:    [junit4]   2> 5859 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim-default-override.xml
:    [junit4]   2> 5862 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim.xml
:    [junit4]   2> 5865 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-simpleqpplugin.xml
:    [junit4]   2> 5868 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-single-dynamic-copy-field.xml
:    [junit4]   2> 5871 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-field.xml
:    [junit4]   2> 5873 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-type.xml
:    [junit4]   2> 5878 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-types.incl
:    [junit4]   2> 5885 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sortingresponse.xml
:    [junit4]   2> 5889 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sorts.xml
:    [junit4]   2> 5893 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spatial.xml
:    [junit4]   2> 5896 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spellchecker.xml
:    [junit4]   2> 5900 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sql.xml
:    [junit4]   2> 5903 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-stop-keep.xml
:    [junit4]   2> 5906 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sweetspot.xml
:    [junit4]   2> 5910 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-synonym-tokenizer.xml
:    [junit4]   2> 5913 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-tfidf.xml
:    [junit4]   2> 5915 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-tiny.xml
:    [junit4]   2> 5920 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-trie.xml
:    [junit4]   2> 5926 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-version-dv.xml
:    [junit4]   2> 5946 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-version-indexed.xml
:    [junit4]   2> 5955 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-xinclude.xml
:    [junit4]   2> 5960 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema.xml
:    [junit4]   2> 5962 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema11.xml
:    [junit4]   2> 5967 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema12.xml
:    [junit4]   2> 5970 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema15.xml
:    [junit4]   2> 5975 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schemasurround.xml
:    [junit4]   2> 5978 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_codec.xml
:    [junit4]   2> 5984 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_latest.xml
:    [junit4]   2> 5987 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-add-schema-fields-update-processor-chains.xml
:    [junit4]   2> 5989 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-altdirectory.xml
:    [junit4]   2> 5992 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-analytics-query.xml
:    [junit4]   2> 5995 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-basic.xml
:    [junit4]   2> 5999 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-blockjoinfacetcomponent.xml
:    [junit4]   2> 6001 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-caching.xml
:    [junit4]   2> 6005 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-cdcr.xml
:    [junit4]   2> 6008 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-cdcrupdatelog.xml
:    [junit4]   2> 6014 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-classification.xml
:    [junit4]   2> 6016 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-collapseqparser.xml
:    [junit4]   2> 6021 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-components-name.xml
:    [junit4]   2> 6026 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-deeppaging.xml
:    [junit4]   2> 6030 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-defaults.xml
:    [junit4]   2> 6032 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delaying-component.xml
:    [junit4]   2> 6035 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delpolicy1.xml
:    [junit4]   2> 6038 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delpolicy2.xml
:    [junit4]   2> 6041 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-distrib-update-processor-chains.xml
:    [junit4]   2> 6045 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-doc-expire-update-processor.xml
:    [junit4]   2> 6048 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-doctransformers.xml
:    [junit4]   2> 6050 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-elevate.xml
:    [junit4]   2> 6053 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-externalversionconstraint.xml
:    [junit4]   2> 6056 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-functionquery.xml
:    [junit4]   2> 6059 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-hash.xml
:    [junit4]   2> 6061 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-headers.xml
:    [junit4]   2> 6064 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.c
: 
: [...truncated too long message...]
: 
: ndex [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-004\node3\.\first_collection_shard2_replica1\data\index;done=false>>]
:    [junit4]   2> 50460 INFO  (coreCloseExecutor-225-thread-1) [n:127.0.0.1:52355_solr c:first_collection s:shard2 r:core_node2 x:first_collection_shard2_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
:    [junit4]   2> 50460 INFO  (coreCloseExecutor-225-thread-1) [n:127.0.0.1:52355_solr c:first_collection s:shard2 r:core_node2 x:first_collection_shard2_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001\tempDir-004\node3\.\first_collection_shard2_replica1\data\index
:    [junit4]   2> 50460 INFO  (jetty-launcher-74-thread-3) [    ] o.a.s.c.Overseer Overseer (id=95805944202330120-127.0.0.1:52356_solr-n_0000000000) closing
:    [junit4]   2> 50460 INFO  (OverseerStateUpdate-95805944202330120-127.0.0.1:52356_solr-n_0000000000) [n:127.0.0.1:52356_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52356_solr
:    [junit4]   2> 50464 INFO  (zkCallback-89-thread-1-processing-n:127.0.0.1:52356_solr) [n:127.0.0.1:52356_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
:    [junit4]   2> 50472 INFO  (zkCallback-89-thread-1-processing-n:127.0.0.1:52356_solr) [n:127.0.0.1:52356_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
:    [junit4]   2> 50472 WARN  (zkCallback-89-thread-1-processing-n:127.0.0.1:52356_solr) [n:127.0.0.1:52356_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
:    [junit4]   2> 50474 INFO  (jetty-launcher-74-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@44633dc0{/solr,null,UNAVAILABLE}
:    [junit4]   2> 50476 INFO  (zkCallback-90-thread-1-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52355_solr
:    [junit4]   2> 50476 INFO  (zkCallback-90-thread-1-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
:    [junit4]   2> 50480 INFO  (zkCallback-90-thread-2-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
:    [junit4]   2> 50491 INFO  (zkCallback-90-thread-2-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
:    [junit4]   2> 50491 INFO  (zkCallback-90-thread-2-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
:    [junit4]   2> 50491 WARN  (zkCallback-90-thread-2-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
:    [junit4]   2> 51986 WARN  (zkCallback-90-thread-1-processing-n:127.0.0.1:52355_solr) [n:127.0.0.1:52355_solr    ] o.a.s.c.LeaderElector 
:    [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
:    [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.exists(ZooKeeper.java:1045)
:    [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:297)
:    [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:294)
:    [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
:    [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:294)
:    [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:488)
:    [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:458)
:    [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:445)
:    [junit4]   2> 	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:729)
:    [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
:    [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
:    [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
:    [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
:    [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
:    [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
:    [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
:    [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
:    [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
:    [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
:    [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
:    [junit4]   2> 51986 INFO  (jetty-launcher-74-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a21b3c2{/solr,null,UNAVAILABLE}
:    [junit4]   2> 52002 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[92AB971A6B3DF963]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52351 52351
:    [junit4]   2> 52004 INFO  (Thread-157) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52351 52351
:    [junit4]   2> 52005 WARN  (Thread-157) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
:    [junit4]   2> Maximum concurrent create/delete watches above limit:
:    [junit4]   2> 
:    [junit4]   2> 	5	/solr/aliases.json
:    [junit4]   2> 	4	/solr/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
:    [junit4]   2> 	4	/solr/security.json
:    [junit4]   2> 
:    [junit4]   2> Maximum concurrent data watches above limit:
:    [junit4]   2> 
:    [junit4]   2> 	5	/solr/clusterstate.json
:    [junit4]   2> 	3	/solr/collections/first_collection/state.json
:    [junit4]   2> 	3	/solr/collections/second_collection/state.json
:    [junit4]   2> 	2	/solr/overseer_elect/election/95805944202330121-127.0.0.1:52355_solr-n_0000000001
:    [junit4]   2> 
:    [junit4]   2> Maximum concurrent children watches above limit:
:    [junit4]   2> 
:    [junit4]   2> 	5	/solr/collections
:    [junit4]   2> 	4	/solr/live_nodes
:    [junit4]   2> 
:    [junit4]   2> 52005 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[92AB971A6B3DF963]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoSslButSillyClientAuth
:    [junit4]   2> 52006 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[92AB971A6B3DF963]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
:    [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestMiniSolrCloudClusterSSL_92AB971A6B3DF963-001
:    [junit4]   2> Apr 28, 2016 10:31:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
:    [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
:    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1708, maxMBSortInHeap=7.556065906048866, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=en-IE, timezone=America/Cordoba
:    [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=133047728,total=275775488
:    [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache, TestFilteredDocIdSet, TimeZoneUtilsTest, TestMiniSolrCloudClusterSSL]
:    [junit4] Completed [7/592 (1!)] on J0 in 52.63s, 4 tests, 1 failure <<< FAILURES!
: 
: [...truncated 1909 lines...]
: BUILD FAILED
: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:740: The following error occurred while executing this line:
: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:684: The following error occurred while executing this line:
: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The following error occurred while executing this line:
: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:233: The following error occurred while executing this line:
: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\common-build.xml:529: The following error occurred while executing this line:
: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1014: There were test failures: 592 suites (10 ignored), 2394 tests, 1 failure, 124 ignored (80 assumptions) [seed: 92AB971A6B3DF963]
: 
: Total time: 71 minutes 16 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
: 
: 
: 

-Hoss

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org