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

1 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
IOException occured when talking to server at: https://127.0.0.1:55498/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:55498/solr
        at 
__randomizedtesting.SeedInfo.seed([9F524F49A2B89E96:233C395B06EB1DEC]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:158)
        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: javax.net.ssl.SSLHandshakeException: 
sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target
        at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
        at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
        at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
        at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
        at 
sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
        at 
sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
        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.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
        at 
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        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.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
        ... 43 more
Caused by: sun.security.validator.ValidatorException: PKIX path building 
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to 
find valid certification path to requested target
        at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387)
        at 
sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
        at sun.security.validator.Validator.validate(Validator.java:260)
        at 
sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
        at 
sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
        at 
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
        at 
sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)
        ... 61 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable 
to find valid certification path to requested target
        at 
sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
        at 
sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
        at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
        at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)
        ... 67 more




Build Log:
[...truncated 12478 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/init-core-data-001
   [junit4]   2> 4207295 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 4207297 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4207298 INFO  (Thread-5251) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4207298 INFO  (Thread-5251) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 4207405 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55457
   [junit4]   2> 4207405 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4207407 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4207438 INFO  (zkCallback-11426-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2a51e926 
name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207439 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4207439 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4207439 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 4207442 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 4207451 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 4207451 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 4207451 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 4207456 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@685b9741{/solr,null,AVAILABLE}
   [junit4]   2> 4207456 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@53b56055{/solr,null,AVAILABLE}
   [junit4]   2> 4207456 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@26375d9{/solr,null,AVAILABLE}
   [junit4]   2> 4207459 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@3411a628{SSL,[ssl, 
http/1.1]}{127.0.0.1:55461}
   [junit4]   2> 4207459 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@56b1e5e{SSL,[ssl, 
http/1.1]}{127.0.0.1:55460}
   [junit4]   2> 4207459 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.e.j.s.Server Started @4213665ms
   [junit4]   2> 4207459 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.e.j.s.Server Started @4213665ms
   [junit4]   2> 4207460 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55461}
   [junit4]   2> 4207460 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55460}
   [junit4]   2> 4207460 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 4207460 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 4207460 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1'
   [junit4]   2> 4207460 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3'
   [junit4]   2> 4207459 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@2f848150{SSL,[ssl, 
http/1.1]}{127.0.0.1:55459}
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.e.j.s.Server Started @4213666ms
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55459}
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2'
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 4207461 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4207462 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4207462 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4207462 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4207463 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4207463 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4207464 INFO  (zkCallback-11429-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@461cddb5 
name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207464 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4207464 INFO  (zkCallback-11427-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7905c6c2 
name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207464 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4207464 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4207464 INFO  (zkCallback-11428-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18a74f7b 
name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207464 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4207464 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4207465 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4207465 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4207465 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4207465 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4207475 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/.
   [junit4]   2> 4207475 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/.
   [junit4]   2> 4207475 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1794736598
   [junit4]   2> 4207475 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 967252066
   [junit4]   2> 4207475 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2]
   [junit4]   2> 4207475 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1]
   [junit4]   2> 4207476 WARN  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/lib
   [junit4]   2> 4207475 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/.
   [junit4]   2> 4207476 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 4207476 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1613022799
   [junit4]   2> 4207476 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3]
   [junit4]   2> 4207476 WARN  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/lib
   [junit4]   2> 4207476 WARN  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/lib
   [junit4]   2> 4207476 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 4207477 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 4207479 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4207479 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4207480 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4207480 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4207480 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4207480 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
   [junit4]   2> 4207480 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4207480 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4207481 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4207481 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4207480 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 4207481 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
   [junit4]   2> 4207481 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4207481 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 4207481 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4207481 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
   [junit4]   2> 4207481 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 4207481 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4207481 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4207484 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4207485 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4207485 INFO  (zkCallback-11436-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a46d42f 
name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207485 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4207485 INFO  (jetty-launcher-11425-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4207486 INFO  (zkCallback-11437-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@26de9cd7 
name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207486 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4207486 INFO  (zkCallback-11438-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@30c7d4af 
name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207486 INFO  (jetty-launcher-11425-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4207486 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4207486 INFO  (jetty-launcher-11425-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4207487 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$10/411226479@792983f0
   [junit4]   2> 4207488 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$10/411226479@66469a22
   [junit4]   2> 4207488 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 4207489 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$10/411226479@2a62a842
   [junit4]   2> 4207489 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 4207490 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 4207490 INFO  
(zkCallback-11439-thread-1-processing-n:127.0.0.1:55461_solr) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2d10c9c7 
name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207490 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 4207490 INFO  
(zkCallback-11440-thread-1-processing-n:127.0.0.1:55460_solr) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3e10a615 
name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207491 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 4207491 INFO  
(zkCallback-11441-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@bb430f5 name:ZooKeeperConnection 
Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4207491 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 4207492 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 4207492 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 4207492 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 4207497 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 4207497 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 4207497 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 4207503 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 4207503 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 4207504 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 4207509 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 4207509 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 4207510 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 4207513 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 4207513 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 4207513 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 4207515 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 4207516 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 4207516 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 4207517 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 4207518 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 4207518 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 4207521 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 4207521 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 4207521 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 4207523 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 4207523 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 4207523 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 4207525 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 4207525 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 4207525 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 4207526 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4207527 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4207527 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4207528 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 4207528 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 4207528 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 4207528 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 4207529 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 4207529 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 4207535 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 4207535 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 4207535 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 4207537 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 4207537 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 4207538 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 4207539 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4207540 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4207540 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4207540 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96569539645865993-127.0.0.1:55459_solr-n_0000000000
   [junit4]   2> 4207540 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96569539645865991-127.0.0.1:55461_solr-n_0000000001
   [junit4]   2> 4207541 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96569539645865992-127.0.0.1:55460_solr-n_0000000002
   [junit4]   2> 4207541 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55459_solr
   [junit4]   2> 4207541 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 4207542 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96569539645865993-127.0.0.1:55459_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 4207543 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96569539645865991-127.0.0.1:55461_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 4207544 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55460_solr
   [junit4]   2> 4207544 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:55460_solr
   [junit4]   2> 4207545 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.Overseer Overseer 
(id=96569539645865993-127.0.0.1:55459_solr-n_0000000000) starting
   [junit4]   2> 4207546 INFO  
(zkCallback-11441-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_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> 4207546 INFO  
(zkCallback-11440-thread-1-processing-n:127.0.0.1:55460_solr) 
[n:127.0.0.1:55460_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> 4207547 INFO  
(zkCallback-11439-thread-1-processing-n:127.0.0.1:55461_solr) 
[n:127.0.0.1:55461_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> 4207548 INFO  
(zkCallback-11441-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4207549 INFO  
(zkCallback-11440-thread-1-processing-n:127.0.0.1:55460_solr) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4207549 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:55461_solr as DOWN
   [junit4]   2> 4207551 INFO  
(zkCallback-11439-thread-1-processing-n:127.0.0.1:55461_solr) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4207552 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 4207553 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55461_solr
   [junit4]   2> 4207553 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:55461_solr
   [junit4]   2> 4207555 INFO  
(zkCallback-11440-thread-1-processing-n:127.0.0.1:55460_solr) 
[n:127.0.0.1:55460_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> 4207556 INFO  
(zkCallback-11441-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_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> 4207556 INFO  
(zkCallback-11439-thread-1-processing-n:127.0.0.1:55461_solr) 
[n:127.0.0.1:55461_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> 4207557 INFO  
(zkCallback-11439-thread-1-processing-n:127.0.0.1:55461_solr) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 4207557 INFO  
(zkCallback-11440-thread-1-processing-n:127.0.0.1:55460_solr) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 4207557 INFO  
(zkCallback-11441-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 4207562 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 4207562 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 4207567 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/.
   [junit4]   2> 4207568 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4207568 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 4207568 INFO  
(OverseerCollectionConfigSetProcessor-96569539645865993-127.0.0.1:55459_solr-n_0000000000)
 [n:127.0.0.1:55459_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 4207569 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 4207570 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 4207570 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 4207570 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:55459_solr as DOWN
   [junit4]   2> 4207572 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 4207572 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/.
   [junit4]   2> 4207572 INFO  (jetty-launcher-11425-thread-3) 
[n:127.0.0.1:55460_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 4207573 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 4207574 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (2)
   [junit4]   2> 4207575 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55459_solr
   [junit4]   2> 4207575 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:55459_solr
   [junit4]   2> 4207576 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 4207576 INFO  (jetty-launcher-11425-thread-1) 
[n:127.0.0.1:55461_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 4207580 INFO  
(zkCallback-11439-thread-1-processing-n:127.0.0.1:55461_solr) 
[n:127.0.0.1:55461_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> 4207581 INFO  
(zkCallback-11441-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_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> 4207581 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55461_solr"} current state version: 0
   [junit4]   2> 4207581 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:55461_solr
   [junit4]   2> 4207580 INFO  
(zkCallback-11440-thread-1-processing-n:127.0.0.1:55460_solr) 
[n:127.0.0.1:55460_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> 4207582 INFO  
(zkCallback-11441-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 4207582 INFO  
(zkCallback-11439-thread-1-processing-n:127.0.0.1:55461_solr) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 4207582 INFO  
(zkCallback-11440-thread-1-processing-n:127.0.0.1:55460_solr) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 4207584 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55459_solr"} current state version: 0
   [junit4]   2> 4207584 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:55459_solr
   [junit4]   2> 4207594 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 4207595 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 4207596 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/.
   [junit4]   2> 4207597 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 4207598 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 4207599 INFO  (jetty-launcher-11425-thread-2) 
[n:127.0.0.1:55459_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 4207599 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4207600 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4207601 INFO  (zkCallback-11445-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@45e535e1 
name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207601 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4207601 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4207604 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4207604 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4207606 INFO  (zkCallback-11448-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@19172d7c 
name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4207607 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4207607 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4207607 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 4207608 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 4207609 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4207612 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf/schema.xml
   [junit4]   2> 4207618 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf/solrconfig.xml
   [junit4]   2> 4207666 INFO  (qtp712027625-50003) [n:127.0.0.1:55459_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4207672 INFO  
(OverseerCollectionConfigSetProcessor-96569539645865993-127.0.0.1:55459_solr-n_0000000000)
 [n:127.0.0.1:55459_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"authCollection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 4207673 INFO  
(OverseerThreadFactory-12330-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"authCollection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 4207673 INFO  
(OverseerThreadFactory-12330-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
authCollection
   [junit4]   2> 4207674 INFO  
(OverseerThreadFactory-12330-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/authCollection 
   [junit4]   2> 4207676 INFO  
(OverseerThreadFactory-12330-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/authCollection
   [junit4]   2> 4207678 INFO  (zkCallback-11448-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 4207678 INFO  
(zkCallback-11440-thread-1-processing-n:127.0.0.1:55460_solr) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 4207678 INFO  
(zkCallback-11441-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 4207678 INFO  
(zkCallback-11439-thread-1-processing-n:127.0.0.1:55461_solr) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 4207685 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"authCollection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 4207685 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: authCollection
   [junit4]   2> 4207688 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/authCollection/state.json
   [junit4]   2> 4207788 INFO  
(OverseerThreadFactory-12330-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.CreateCollectionCmd Creating SolrCores for 
new collection authCollection, shardNames [shard1, shard2, shard3] , 
replicationFactor : 1
   [junit4]   2> 4207789 INFO  
(OverseerThreadFactory-12330-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
authCollection_shard3_replica1 as part of shard shard3 of collection 
authCollection on 127.0.0.1:55459_solr
   [junit4]   2> 4207789 INFO  
(OverseerThreadFactory-12330-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
authCollection_shard2_replica1 as part of shard shard2 of collection 
authCollection on 127.0.0.1:55460_solr
   [junit4]   2> 4207789 INFO  
(OverseerThreadFactory-12330-thread-1-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
authCollection_shard1_replica1 as part of shard shard1 of collection 
authCollection on 127.0.0.1:55461_solr
   [junit4]   2> 4207821 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2
   [junit4]   2> 4207822 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=authCollection_shard3_replica1, collection.configName=conf, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=authCollection, 
numShards=3, dataDir=data/, shard=shard3}
   [junit4]   2> 4207823 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 4207827 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController Registering watch for collection authCollection
   [junit4]   2> 4207839 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
   [junit4]   2> 4207841 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 4207843 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"authCollection_shard3_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:55459/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:55459_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 4207843 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 
message={
   [junit4]   2>   "core":"authCollection_shard3_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:55459/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:55459_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 4207847 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 4207847 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=authCollection_shard1_replica1, collection.configName=conf, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=authCollection, 
numShards=3, dataDir=data/, shard=shard1}
   [junit4]   2> 4207849 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 4207850 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=authCollection_shard2_replica1, collection.configName=conf, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=authCollection, 
numShards=3, dataDir=data/, shard=shard2}
   [junit4]   2> 4207850 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 4207852 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 4207852 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController Registering watch for collection authCollection
   [junit4]   2> 4207853 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"authCollection_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:55461/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:55461_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 4207853 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
   [junit4]   2> 4207853 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController Registering watch for collection authCollection
   [junit4]   2> 4207853 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 
message={
   [junit4]   2>   "core":"authCollection_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:55461/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:55461_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 4207854 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 4207855 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
   [junit4]   2> 4207855 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 4207858 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"authCollection_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:55460/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:55460_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 4207858 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 
message={
   [junit4]   2>   "core":"authCollection_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:55460/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:55460_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 4207964 INFO  
(OverseerStateUpdate-96569539645865993-127.0.0.1:55459_solr-n_0000000000) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/authCollection/state.json version: 0
   [junit4]   2> 4207965 INFO  
(zkCallback-11440-thread-1-processing-n:127.0.0.1:55460_solr) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4207965 INFO  
(zkCallback-11439-thread-1-processing-n:127.0.0.1:55461_solr) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4207965 INFO  
(zkCallback-11441-thread-2-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4207966 INFO  
(zkCallback-11440-thread-1-processing-n:127.0.0.1:55460_solr) 
[n:127.0.0.1:55460_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[authCollection] from [0] to [1]
   [junit4]   2> 4207967 INFO  
(zkCallback-11439-thread-1-processing-n:127.0.0.1:55461_solr) 
[n:127.0.0.1:55461_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[authCollection] from [0] to [1]
   [junit4]   2> 4207967 INFO  
(zkCallback-11441-thread-2-processing-n:127.0.0.1:55459_solr) 
[n:127.0.0.1:55459_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[authCollection] from [0] to [1]
   [junit4]   2> 4208845 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for 
authCollection_shard3_replica1
   [junit4]   2> 4208845 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController Check for collection zkNode:authCollection
   [junit4]   2> 4208846 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 4208847 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/authCollection]
   [junit4]   2> 4208848 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] 
specified config exists in ZooKeeper
   [junit4]   2> 4208849 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/authCollection_shard3_replica1'
   [junit4]   2> 4208849 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4208849 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 4208851 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 4208856 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for 
authCollection_shard2_replica1
   [junit4]   2> 4208856 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController Check for collection zkNode:authCollection
   [junit4]   2> 4208856 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for 
authCollection_shard1_replica1
   [junit4]   2> 4208857 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController Check for collection zkNode:authCollection
   [junit4]   2> 4208857 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 4208857 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 4208857 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/authCollection]
   [junit4]   2> 4208857 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 4208857 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/authCollection]
   [junit4]   2> 4208859 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 4208859 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] 
specified config exists in ZooKeeper
   [junit4]   2> 4208859 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] 
specified config exists in ZooKeeper
   [junit4]   2> 4208860 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/authCollection_shard1_replica1'
   [junit4]   2> 4208859 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/authCollection_shard2_replica1'
   [junit4]   2> 4208860 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4208860 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4208860 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 4208860 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 4208883 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 4208883 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4208884 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 4208888 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 4208890 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
   [junit4]   2> 4208890 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 4208892 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 4208895 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 4208897 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4208896 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 4208901 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf', 
cwd=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 4208901 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica1' using 
configuration from collection authCollection
   [junit4]   2> 4208901 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4208902 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4208902 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/authCollection_shard3_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/./authCollection_shard3_replica1/data/]
   [junit4]   2> 4208902 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
authCollection_shard3_replica1
   [junit4]   2> 4208903 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/./authCollection_shard3_replica1/data/snapshot_metadata
   [junit4]   2> 4208903 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 4208906 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 4208907 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 4208909 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 4208909 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 4208911 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf', 
cwd=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 4208911 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using 
configuration from collection authCollection
   [junit4]   2> 4208911 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4208911 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.c.SolrCore [[authCollection_shard2_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/authCollection_shard2_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/./authCollection_shard2_replica1/data/]
   [junit4]   2> 4208911 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
authCollection_shard2_replica1
   [junit4]   2> 4208911 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf', 
cwd=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 4208912 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica1' using 
configuration from collection authCollection
   [junit4]   2> 4208912 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4208912 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/authCollection_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/./authCollection_shard1_replica1/data/]
   [junit4]   2> 4208912 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
authCollection_shard1_replica1
   [junit4]   2> 4208913 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/./authCollection_shard1_replica1/data/snapshot_metadata
   [junit4]   2> 4208913 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 4208912 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/./authCollection_shard2_replica1/data/snapshot_metadata
   [junit4]   2> 4208913 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 4208913 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/./authCollection_shard3_replica1/data
   [junit4]   2> 4208914 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/./authCollection_shard1_replica1/data
   [junit4]   2> 4208914 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/./authCollection_shard2_replica1/data
   [junit4]   2> 4208916 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index/
   [junit4]   2> 4208916 WARN  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore [authCollection_shard3_replica1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 4208917 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index
   [junit4]   2> 4208918 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index/
   [junit4]   2> 4208918 WARN  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.SolrCore [authCollection_shard1_replica1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 4208919 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index
   [junit4]   2> 4208919 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index/
   [junit4]   2> 4208919 WARN  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.c.SolrCore [authCollection_shard2_replica1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 4208920 INFO  (qtp780943552-50013) [n:127.0.0.1:55460_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index
   [junit4]   2> 4208921 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@295a3752 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72bdd6c9),segFN=segments_1,generation=1}
   [junit4]   2> 4208921 INFO  (qtp712027625-50016) [n:127.0.0.1:55459_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 4208921 INFO  (qtp271049542-50017) [n:127.0.0.1:55461_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapp

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

53b56055{/solr,null,UNAVAILABLE}
   [junit4]   2> 4214645 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55457 55457
   [junit4]   2> 4214656 INFO  (Thread-5251) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55457 55457
   [junit4]   2> 4222439 WARN  (Thread-5251) [    ] 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/security.json
   [junit4]   2>        4       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/collections/authCollection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/96569539645865993-127.0.0.1:55459_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/overseer/queue
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 4222440 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[9F524F49A2B89E96]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_9F524F49A2B89E96-001
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=2159, maxDocsPerChunk=671, blockSize=2), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=2159, blockSize=2)), 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=sl-SI, 
timezone=Europe/Vienna
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=70704088,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[SimpleCollectionCreateDeleteTest, LeaderElectionIntegrationTest, 
TestCloudInspectUtil, NoCacheHeaderTest, 
TestSolrQueryParserDefaultOperatorResource, AnalyticsMergeStrategyTest, 
TestCloudPseudoReturnFields, SolrCoreCheckLockOnStartupTest, 
TestIndexingPerformance, TestChildDocTransformer, 
TestDefaultSearchFieldResource, TestRawResponseWriter, LoggingHandlerTest, 
TestStressUserVersions, TestTestInjection, TestWriterPerf, 
TestMaxScoreQueryParser, AsyncCallRequestStatusResponseTest, 
TestHashQParserPlugin, CollectionsAPIAsyncDistributedZkTest, AutoCommitTest, 
TestFreeTextSuggestions, FieldAnalysisRequestHandlerTest, 
TestReversedWildcardFilterFactory, TestConfig, ResourceLoaderTest, 
TestBadConfig, SegmentsInfoRequestHandlerTest, CircularListTest, 
CustomCollectionTest, SuggesterTSTTest, HdfsRestartWhileUpdatingTest, 
SearchHandlerTest, VersionInfoTest, BlockJoinFacetRandomTest, 
BasicDistributedZk2Test, FieldMutatingUpdateProcessorTest, TestRTimerTree, 
TestReload, SpellingQueryConverterTest, TestSchemaVersionResource, 
BigEndianAscendingWordSerializerTest, TestDistribDocBasedVersion, 
LeaderInitiatedRecoveryOnShardRestartTest, TestMiniSolrCloudCluster, 
HdfsThreadLeakTest, CoreSorterTest, TestQuerySenderNoQuery, TestCodecSupport, 
CloudExitableDirectoryReaderTest, TestQueryWrapperFilter, TestLRUStatsCache, 
ShowFileRequestHandlerTest, TestPHPSerializedResponseWriter, 
TestScoreJoinQPScore, TestCoreDiscovery, TestConfigSetProperties, 
DistanceFunctionTest, TestCollapseQParserPlugin, TestAuthenticationFramework, 
TestFieldCacheWithThreads, TestSolrCloudWithKerberosAlt, ConnectionReuseTest, 
DistributedIntervalFacetingTest, DistributedExpandComponentTest, 
LeaderFailoverAfterPartitionTest, TestValueSourceCache, 
TestExceedMaxTermLength, TestFiltering, TestLeaderElectionZkExpiry, 
RequestHandlersTest, BinaryUpdateRequestHandlerTest, ZkSolrClientTest, 
CoreAdminHandlerTest, TestPerFieldSimilarityWithDefaultOverride, 
URLClassifyProcessorTest, HdfsUnloadDistributedZkTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, RollingRestartTest, 
TestJettySolrRunner, DeleteLastCustomShardedReplicaTest, 
WordBreakSolrSpellCheckerTest, PreAnalyzedUpdateProcessorTest, 
CloneFieldUpdateProcessorFactoryTest, MBeansHandlerTest, SaslZkACLProviderTest, 
ChaosMonkeySafeLeaderTest, TestSmileRequest, ScriptEngineTest, 
TestManagedSynonymFilterFactory, TestMiniSolrCloudClusterSSL, 
FullSolrCloudDistribCmdsTest, TestLocalFSCloudBackupRestore, 
SpellPossibilityIteratorTest, TestIndexSearcher, CurrencyFieldOpenExchangeTest, 
AliasIntegrationTest, TestSolrFieldCacheMBean, TestRandomFlRTGCloud, 
TestSha256AuthenticationProvider, DateMathParserTest, TestManagedResource, 
OverseerModifyCollectionTest, ReturnFieldsTest, BooleanFieldTest, 
TolerantUpdateProcessorTest, TestNRTOpen, BasicFunctionalityTest, 
TestSQLHandler, TestSearcherReuse, TestDefaultStatsCache, 
UpdateRequestProcessorFactoryTest, TestStressLiveNodes, 
CollectionStateFormat2Test, TestJsonFacets, TestBlendedInfixSuggestions, 
OpenCloseCoreStressTest, IndexSchemaTest, ForceLeaderTest, 
TestSuggestSpellingConverter, TestNoOpRegenerator, 
HdfsChaosMonkeyNothingIsSafeTest, OverseerStatusTest, StatsComponentTest, 
TestFieldCacheSanityChecker, DistributedQueryComponentOptimizationTest, 
TestMergePolicyConfig, DebugComponentTest, TestSolr4Spatial, 
TestBulkSchemaConcurrent, DeleteStatusTest, DistanceUnitsTest, TestRealTimeGet, 
TestShardHandlerFactory, TestTrie, TestSolrCoreSnapshots, TestRestManager, 
TestSchemaResource, TestUseDocValuesAsStored, 
TestTolerantUpdateProcessorRandomCloud, ExplicitHLLTest, SolrInfoMBeanTest, 
TestLMDirichletSimilarityFactory, ZkStateReaderTest, CdcrRequestHandlerTest, 
TestDistributedStatsComponentCardinality, TestLuceneMatchVersion, 
TestRequestForwarding, TestBlobHandler, TermVectorComponentDistributedTest, 
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, TestRandomFaceting, 
LeaderElectionTest, TestDistributedGrouping, 
DistributedSpellCheckComponentTest, TestStressReorder, TestJoin, 
DistributedTermsComponentTest, SimpleFacetsTest, SolrCoreTest, 
SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, 
DirectUpdateHandlerTest, SolrIndexSplitterTest, SimplePostToolTest, 
AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, 
TestFoldingMultitermQuery, SuggesterTest, SuggesterWFSTTest, TestUpdate, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
TestRemoteStreaming, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, 
TestQueryUtils, StandardRequestHandlerTest, TestQueryTypes, TestOmitPositions, 
TermsComponentTest, TermVectorComponentTest, TestSolrQueryParser, 
JSONWriterTest, JsonLoaderTest, CSVRequestHandlerTest, TestLFUCache, 
SOLR749Test, UpdateParamsTest, CopyFieldTest, TestSolrDeletionPolicy2, 
MultiTermTest, TestSearchPerf, TestElisionMultitermQuery, OutputWriterTest, 
TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, EchoParamsTest, 
TestDFRSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, 
PluginInfoTest, TestSystemIdResolver, DOMUtilTest, ClusterStateTest, 
TestDocumentBuilder, SliceStateTest, UUIDFieldTest, TestRTGBase, 
CursorPagingTest, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, 
CollectionReloadTest, ConcurrentDeleteAndCreateCollectionTest, 
ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteNodeTest, 
DeleteShardTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, 
MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, 
PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, 
TestCloudDeleteByQuery, TestCloudPivotFacet, TestConfigSetsAPI, 
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestExclusionRuleCollectionAccess, 
TestHdfsCloudBackupRestore, TestOnReconnectListenerSupport, 
TestRequestStatusCollectionAPI, TestSSLRandomization, 
TestShortCircuitedRequests, TestStressCloudBlindAtomicUpdates, 
TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, 
CachingDirectoryFactoryTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, 
HdfsDirectoryFactoryTest, QueryResultKeyTest, TestBackupRepositoryFactory, 
TestConfigOverlay, TestDynamicLoading, TestImplicitCoreProperties, 
TestInfoStreamLogging, TestSolrDynamicMBean, TestSolrXml, RequestLoggingTest, 
TestConfigReload, TestHdfsBackupRestoreCore, TestReqParamsAPI, TestRestoreCore, 
TestSolrConfigHandlerConcurrent, CoreAdminRequestStatusTest, 
DistributedFacetPivotLargeTest, DistributedQueryComponentCustomSortTest, 
SuggestComponentTest, JavabinLoaderTest, TestSlowCompositeReaderWrapper, 
WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, SmileWriterTest, 
TestIntervalFaceting, TestMacroExpander, TestMacros, TestCustomDocTransformer, 
TestGeoJSONResponseWriter, TestRawTransformer, TestSolrQueryResponse, 
TestSubQueryTransformerCrossCore, TestDynamicFieldResource, 
TestFieldCollectionResource, TestFieldResource, TestFieldTypeResource, 
TestSchemaSimilarityResource, TestSolrQueryParserResource, 
TestUniqueKeyFieldResource, TestManagedStopFilterFactory, BadCopyFieldTest, 
DateRangeFieldTest, EnumFieldTest, TestCloudManagedSchema, 
TestCollationFieldDocValues, TestManagedSchemaAPI, TestSchemaManager, 
AnalyticsQueryTest, CursorMarkTest, MergeStrategyTest, RankQueryTest, 
TestAddFieldRealTimeGet, TestCustomSort, TestFieldSortValues, 
TestFilteredDocIdSet, TestInitQParser, TestMissingGroups, 
TestOverriddenPrefixQueryForCustomFieldType, TestRandomCollapseQParserPlugin, 
TestRecoveryHdfs, TestSimpleQParserPlugin, TestSolr4Spatial2, TestTrieFacet, 
TestXmlQParser, TestOrdValues, TestSortByMinMaxFunction, BJQParserTest, 
BlockJoinFacetDistribTest, TestExactSharedStatsCache, TestExactStatsCache, 
BasicAuthIntegrationTest]
   [junit4] Completed [599/630 (1!)] on J1 in 15.20s, 1 test, 1 error <<< 
FAILURES!

[...truncated 60361 lines...]

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

Reply via email to