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

3 tests failed.
FAILED:  
org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([3298B5AA7E36AA7:8B7DB480091F075F]:0)
        at java.util.regex.Matcher.<init>(Matcher.java:225)
        at java.util.regex.Pattern.matcher(Pattern.java:1093)
        at java.util.regex.Pattern.split(Pattern.java:1206)
        at java.util.regex.Pattern.split(Pattern.java:1273)
        at 
sun.security.util.AlgorithmDecomposer.decompose(AlgorithmDecomposer.java:56)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decomposes(SSLAlgorithmDecomposer.java:149)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:222)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:243)
        at 
sun.security.util.AbstractAlgorithmConstraints.checkAlgorithm(AbstractAlgorithmConstraints.java:104)
        at 
sun.security.util.DisabledAlgorithmConstraints.permits(DisabledAlgorithmConstraints.java:91)
        at 
sun.security.ssl.SSLAlgorithmConstraints.permits(SSLAlgorithmConstraints.java:144)
        at 
sun.security.ssl.SSLContextImpl.getApplicableCipherSuiteList(SSLContextImpl.java:349)
        at 
sun.security.ssl.SSLContextImpl.getDefaultCipherSuiteList(SSLContextImpl.java:304)
        at sun.security.ssl.SSLSocketImpl.init(SSLSocketImpl.java:626)
        at sun.security.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:567)
        at 
sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:110)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:363)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        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.SolrRequest.process(SolrRequest.java:149)


FAILED:  
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateChecksCurrentState

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at 
__randomizedtesting.SeedInfo.seed([836BBEFB3E467C56:5587D1236E1F0103]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1244)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:646)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateChecksCurrentState(TestCollectionStateWatchers.java:183)
        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)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: http://127.0.0.1:38655/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:38655/solr
        at 
__randomizedtesting.SeedInfo.seed([3298B5AA7E36AA7:3EF125769F0D34D7]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
        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.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1280)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:116)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:209)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        ... 50 more




Build Log:
[...truncated 10955 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 977939 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 977939 INFO  (Thread-2001) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 977939 INFO  (Thread-2001) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 978039 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44529
   [junit4]   2> 978039 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978040 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978048 INFO  (zkCallback-1879-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@326818ef 
name:ZooKeeperConnection Watcher:127.0.0.1:44529 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978048 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978048 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978048 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 978058 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 978058 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 978058 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 978059 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 978060 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@39b208e9{/solr,null,AVAILABLE}
   [junit4]   2> 978061 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 978062 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@4d3d46b1{HTTP/1.1,[http/1.1]}{127.0.0.1:38655}
   [junit4]   2> 978063 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.e.j.s.Server Started @981166ms
   [junit4]   2> 978063 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38655}
   [junit4]   2> 978063 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 978063 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node3'
   [junit4]   2> 978063 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 978063 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@56abc985{/solr,null,AVAILABLE}
   [junit4]   2> 978063 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 978064 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978066 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@70f1e2fc{/solr,null,AVAILABLE}
   [junit4]   2> 978066 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@51e9a15e{HTTP/1.1,[http/1.1]}{127.0.0.1:45172}
   [junit4]   2> 978066 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.e.j.s.Server Started @981169ms
   [junit4]   2> 978066 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45172}
   [junit4]   2> 978067 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 978067 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node2'
   [junit4]   2> 978067 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 978067 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 978068 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978070 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@23237178{/solr,null,AVAILABLE}
   [junit4]   2> 978071 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14297fde{/solr,null,AVAILABLE}
   [junit4]   2> 978071 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@bdb94a5{HTTP/1.1,[http/1.1]}{127.0.0.1:44725}
   [junit4]   2> 978071 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.e.j.s.Server Started @981174ms
   [junit4]   2> 978071 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44725}
   [junit4]   2> 978073 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978073 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7ed2218b{HTTP/1.1,[http/1.1]}{127.0.0.1:51152}
   [junit4]   2> 978074 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.e.j.s.Server Started @981177ms
   [junit4]   2> 978074 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51152}
   [junit4]   2> 978074 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 978074 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node5'
   [junit4]   2> 978074 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 978074 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 978086 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978087 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978085 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978075 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 978087 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node4'
   [junit4]   2> 978087 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 978087 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 978088 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978085 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@55d0a3f1{HTTP/1.1,[http/1.1]}{127.0.0.1:55775}
   [junit4]   2> 978090 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.e.j.s.Server Started @981193ms
   [junit4]   2> 978091 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55775}
   [junit4]   2> 978091 INFO  (zkCallback-1880-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@22ab167 name:ZooKeeperConnection 
Watcher:127.0.0.1:44529/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 978091 INFO  (zkCallback-1882-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@60991826 
name:ZooKeeperConnection Watcher:127.0.0.1:44529/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978091 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978092 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 978092 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978092 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node1'
   [junit4]   2> 978092 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978092 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 978092 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 978092 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978092 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978089 INFO  (zkCallback-1881-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7b6a0a94 
name:ZooKeeperConnection Watcher:127.0.0.1:44529/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978093 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978093 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978093 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978092 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978094 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 978095 INFO  (zkCallback-1883-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@44e667b8 
name:ZooKeeperConnection Watcher:127.0.0.1:44529/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978095 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978095 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978096 INFO  (zkCallback-1884-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@64bb87e8 
name:ZooKeeperConnection Watcher:127.0.0.1:44529/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978096 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978097 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978097 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 978099 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 978102 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 978105 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node1/.
   [junit4]   2> 978105 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1645376617
   [junit4]   2> 978105 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node1]
   [junit4]   2> 978106 WARN  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node1/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node1/lib
   [junit4]   2> 978106 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node5/.
   [junit4]   2> 978106 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 978106 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 472771383
   [junit4]   2> 978106 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node5]
   [junit4]   2> 978106 WARN  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node5/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node5/lib
   [junit4]   2> 978106 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 978108 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 978109 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 978109 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 978109 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 978109 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44529/solr
   [junit4]   2> 978109 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 978109 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978110 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 978110 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 978110 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 978110 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44529/solr
   [junit4]   2> 978110 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 978110 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978116 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node2/.
   [junit4]   2> 978116 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node4/.
   [junit4]   2> 978116 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 2087576584
   [junit4]   2> 978116 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1450377030
   [junit4]   2> 978116 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node2]
   [junit4]   2> 978116 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node4]
   [junit4]   2> 978116 WARN  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node2/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node2/lib
   [junit4]   2> 978117 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978117 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 978116 WARN  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node4/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node4/lib
   [junit4]   2> 978117 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 978118 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978119 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 978119 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 978120 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 978120 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44529/solr
   [junit4]   2> 978120 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 978120 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 978120 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978120 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 978120 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 978120 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44529/solr
   [junit4]   2> 978120 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 978120 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978121 INFO  (zkCallback-1889-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@194b8463 
name:ZooKeeperConnection Watcher:127.0.0.1:44529 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978121 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978121 INFO  (zkCallback-1890-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@63e565cb 
name:ZooKeeperConnection Watcher:127.0.0.1:44529 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978121 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978122 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978122 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978122 INFO  (jetty-launcher-1878-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978122 INFO  (jetty-launcher-1878-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978124 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node3/.
   [junit4]   2> 978124 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1219009648
   [junit4]   2> 978124 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node3]
   [junit4]   2> 978124 WARN  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node3/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node3/lib
   [junit4]   2> 978125 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 978128 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 978128 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 978128 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 978128 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44529/solr
   [junit4]   2> 978128 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 978128 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978128 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978132 INFO  (zkCallback-1896-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@20e69327 
name:ZooKeeperConnection Watcher:127.0.0.1:44529 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978132 INFO  (zkCallback-1895-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@155ebe03 
name:ZooKeeperConnection Watcher:127.0.0.1:44529 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978132 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978132 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978132 INFO  (jetty-launcher-1878-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978132 INFO  (jetty-launcher-1878-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978132 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$71/1358940743@68c49616
   [junit4]   2> 978133 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156f6e72a340006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 978133 INFO  (zkCallback-1899-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3a66918b 
name:ZooKeeperConnection Watcher:127.0.0.1:44529 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978133 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 978134 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978134 INFO  (jetty-launcher-1878-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978135 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$71/1358940743@16360be5
   [junit4]   2> 978136 INFO  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@255da155 
name:ZooKeeperConnection Watcher:127.0.0.1:44529/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978136 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 978136 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$71/1358940743@2035944f
   [junit4]   2> 978136 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$71/1358940743@34f07f0f
   [junit4]   2> 978137 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 978137 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 978137 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 978139 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2b7eb8cb 
name:ZooKeeperConnection Watcher:127.0.0.1:44529/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978142 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 978143 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@27e0b103 
name:ZooKeeperConnection Watcher:127.0.0.1:44529/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978143 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 978144 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 978145 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@483888f1 
name:ZooKeeperConnection Watcher:127.0.0.1:44529/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978145 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 978145 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 978145 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 978145 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$71/1358940743@5f12f0bf
   [junit4]   2> 978146 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 978151 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 978152 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 978152 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5cad1bac 
name:ZooKeeperConnection Watcher:127.0.0.1:44529/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978152 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 978154 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 978155 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 978166 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 978167 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 978167 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 978184 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 978184 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 978185 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 978187 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 978191 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 978194 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 978195 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 978195 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 978200 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 978200 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 978200 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 978205 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 978205 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 978206 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 978206 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 978207 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 978209 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 978210 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 978209 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 978210 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 978214 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 978214 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 978215 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 978215 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 978218 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 978218 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 978219 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 978222 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 978222 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 978223 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 978224 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 978226 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 978226 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 978227 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 978229 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 978230 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 978230 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 978230 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 978232 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 978235 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 978237 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 978237 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 978241 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 978241 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 978241 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 978242 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 978243 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 978244 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 978247 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96535914740973581-127.0.0.1:44725_solr-n_0000000000
   [junit4]   2> 978247 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 978247 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 978247 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 978248 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44725_solr
   [junit4]   2> 978248 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 978248 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 978249 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96535914740973579-127.0.0.1:55775_solr-n_0000000001
   [junit4]   2> 978250 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96535914740973583-127.0.0.1:38655_solr-n_0000000002
   [junit4]   2> 978250 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96535914740973582-127.0.0.1:51152_solr-n_0000000003
   [junit4]   2> 978250 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96535914740973581-127.0.0.1:44725_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 978252 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55775_solr
   [junit4]   2> 978252 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96535914740973583-127.0.0.1:38655_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 978252 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:55775_solr
   [junit4]   2> 978252 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96535914740973579-127.0.0.1:55775_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 978253 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51152_solr
   [junit4]   2> 978253 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:51152_solr
   [junit4]   2> 978253 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.Overseer Overseer 
(id=96535914740973581-127.0.0.1:44725_solr-n_0000000000) starting
   [junit4]   2> 978253 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38655_solr
   [junit4]   2> 978253 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:38655_solr
   [junit4]   2> 978255 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_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> 978255 INFO  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_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> 978255 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_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> 978255 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_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> 978255 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_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> 978259 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 978261 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 978261 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 978259 INFO  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 978261 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 978262 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 978263 INFO  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_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> 978263 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_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> 978263 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_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> 978263 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_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> 978263 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_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> 978265 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 978265 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 978265 INFO  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 978265 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 978265 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 978265 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96535914740973580-127.0.0.1:45172_solr-n_0000000004
   [junit4]   2> 978265 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 978267 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96535914740973582-127.0.0.1:51152_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 978272 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45172_solr as DOWN
   [junit4]   2> 978283 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45172_solr
   [junit4]   2> 978283 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:45172_solr
   [junit4]   2> 978285 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 978285 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 978286 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node1/.
   [junit4]   2> 978287 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 978290 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 978290 INFO  (jetty-launcher-1878-thread-1) 
[n:127.0.0.1:55775_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 978291 INFO  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_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: [3])
   [junit4]   2> 978292 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_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: [3])
   [junit4]   2> 978292 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_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: [3])
   [junit4]   2> 978292 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_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: [3])
   [junit4]   2> 978292 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_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: [3])
   [junit4]   2> 978293 INFO  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 978294 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 978295 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 978296 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 978299 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 978302 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 978303 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 978304 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node3/.
   [junit4]   2> 978304 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 978305 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 978305 INFO  (jetty-launcher-1878-thread-3) 
[n:127.0.0.1:38655_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 978310 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 978311 INFO  
(OverseerCollectionConfigSetProcessor-96535914740973581-127.0.0.1:44725_solr-n_0000000000)
 [n:127.0.0.1:44725_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 978312 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44725_solr as DOWN
   [junit4]   2> 978312 INFO  
(OverseerStateUpdate-96535914740973581-127.0.0.1:44725_solr-n_0000000000) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 978313 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 978313 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 978316 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node5/.
   [junit4]   2> 978316 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 978317 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44725_solr
   [junit4]   2> 978317 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:44725_solr
   [junit4]   2> 978317 INFO  
(OverseerStateUpdate-96535914740973581-127.0.0.1:44725_solr-n_0000000000) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (4)
   [junit4]   2> 978318 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 978318 INFO  (jetty-launcher-1878-thread-2) 
[n:127.0.0.1:51152_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 978320 INFO  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 978321 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 978321 INFO  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 978321 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 978321 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 978321 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 978322 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 978322 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 978322 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 978323 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 978323 INFO  
(OverseerStateUpdate-96535914740973581-127.0.0.1:44725_solr-n_0000000000) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45172_solr"} current state version: 0
   [junit4]   2> 978323 INFO  
(OverseerStateUpdate-96535914740973581-127.0.0.1:44725_solr-n_0000000000) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:45172_solr
   [junit4]   2> 978325 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 978325 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 978325 INFO  
(OverseerStateUpdate-96535914740973581-127.0.0.1:44725_solr-n_0000000000) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44725_solr"} current state version: 0
   [junit4]   2> 978325 INFO  
(OverseerStateUpdate-96535914740973581-127.0.0.1:44725_solr-n_0000000000) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:44725_solr
   [junit4]   2> 978326 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node2/.
   [junit4]   2> 978326 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 978327 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 978327 INFO  (jetty-launcher-1878-thread-4) 
[n:127.0.0.1:45172_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 978359 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 978359 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 978360 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node4/.
   [junit4]   2> 978360 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 978362 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 978362 INFO  (jetty-launcher-1878-thread-5) 
[n:127.0.0.1:44725_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 978362 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 978362 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978364 INFO  (zkCallback-1910-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a1f7211 
name:ZooKeeperConnection Watcher:127.0.0.1:44529 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978365 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978365 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 978371 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@55d0a3f1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 978371 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1645376617
   [junit4]   2> 978372 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:55775_solr as DOWN
   [junit4]   2> 978379 INFO  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 978380 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 978380 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 978380 INFO  
(zkCallback-1902-thread-1-processing-n:127.0.0.1:44725_solr) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 978380 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 978381 INFO  
(OverseerStateUpdate-96535914740973581-127.0.0.1:44725_solr-n_0000000000) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55775_solr"} current state version: 0
   [junit4]   2> 978381 INFO  
(OverseerStateUpdate-96535914740973581-127.0.0.1:44725_solr-n_0000000000) 
[n:127.0.0.1:44725_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:55775_solr
   [junit4]   2> 978381 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156f6e72a34000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 978383 INFO  
(zkCallback-1904-thread-1-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 978383 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 978384 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:51152_solr) 
[n:127.0.0.1:51152_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 978386 INFO  
(zkCallback-1901-thread-1-processing-n:127.0.0.1:45172_solr) 
[n:127.0.0.1:45172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 978387 INFO  
(zkCallback-1904-thread-2-processing-n:127.0.0.1:38655_solr) 
[n:127.0.0.1:38655_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96535914740973581-127.0.0.1:44725_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 979881 WARN  
(zkCallback-1900-thread-1-processing-n:127.0.0.1:55775_solr) 
[n:127.0.0.1:55775_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 979882 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@23237178{/solr,null,UNAVAILABLE}
   [junit4]   2> 979884 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 979885 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9ef06bb{/solr,null,AVAILABLE}
   [junit4]   2> 979885 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@285ff80f{HTTP/1.1,[http/1.1]}{127.0.0.1:48713}
   [junit4]   2> 979885 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.e.j.s.Server Started @982989ms
   [junit4]   2> 979885 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=48713}
   [junit4]   2> 979886 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 979886 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node6'
   [junit4]   2> 979887 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 979887 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 979887 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 979887 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 979892 INFO  (zkCallback-1912-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@21a108a3 
name:ZooKeeperConnection Watcher:127.0.0.1:44529/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 979892 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 979893 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 979893 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 979899 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node6/.
   [junit4]   2> 979899 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1985251932
   [junit4]   2> 979899 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node6]
   [junit4]   2> 979899 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node6/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3298B5AA7E36AA7-001/tempDir-001/node6/lib
   [junit4]   2> 979900 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3298B5AA7E36AA7]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnecti

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

 directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_836BBEFB3E467C56-001/tempDir-001/node3/./delayed_shard1_replica1/data
   [junit4]   2> 151149 INFO  (jetty-launcher-207-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=96536056959860747-127.0.0.1:43228_solr-n_0000000002) closing
   [junit4]   2> 151150 INFO  
(zkCallback-243-thread-2-processing-n:127.0.0.1:36634_solr) 
[n:127.0.0.1:36634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 151153 INFO  
(OverseerStateUpdate-96536056959860747-127.0.0.1:43228_solr-n_0000000002) 
[n:127.0.0.1:43228_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43228_solr
   [junit4]   2> 151164 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156f708471c000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 151165 ERROR (jetty-launcher-207-thread-4-EventThread) 
[n:127.0.0.1:43228_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/1435182851@114cc907
 rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@7ea13f52[Shutting
 down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 
144]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 151166 ERROR 
(TEST-TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure-seed#[836BBEFB3E467C56]-EventThread)
 [n:127.0.0.1:36634_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/1435182851@5a9edc59
 rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1f9c496e[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 36]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 151165 INFO  (jetty-launcher-207-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@76677c9a{/solr,null,UNAVAILABLE}
   [junit4]   2> 151167 ERROR 
(TEST-TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure-seed#[836BBEFB3E467C56]-EventThread)
 [n:127.0.0.1:36634_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/1435182851@2e4935b1
 rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1f9c496e[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 36]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 151167 INFO  (jetty-launcher-207-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1db317d3{/solr,null,UNAVAILABLE}
   [junit4]   2> 151171 INFO  
(SUITE-TestCollectionStateWatchers-seed#[836BBEFB3E467C56]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36225 36225
   [junit4]   2> 151195 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.CancelledKeyException
   [junit4]   2>        at 
sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2>        at 
sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:187)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 151196 INFO  (Thread-136) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36225 36225
   [junit4]   2> 151197 WARN  (Thread-136) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        7       /solr/security.json
   [junit4]   2>        6       /solr/configs/config
   [junit4]   2>        3       /solr/collections/stateformat1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        7       /solr/collections/testcollection/state.json
   [junit4]   2>        6       /solr/collections/falsepredicate/state.json
   [junit4]   2>        3       /solr/collections/stateformat1/state.json
   [junit4]   2>        2       /solr/collections/currentstate/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/96536056959860747-127.0.0.1:43228_solr-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/96536056959860745-127.0.0.1:47022_solr-n_0000000000
   [junit4]   2>        2       /solr/collections/delayed/state.json
   [junit4]   2>        2       /solr/collections/tobedeleted/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        72      /solr/overseer/queue
   [junit4]   2>        38      /solr/overseer/collection-queue-work
   [junit4]   2>        18      /solr/overseer/queue-work
   [junit4]   2>        8       /solr/collections
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 151198 INFO  
(SUITE-TestCollectionStateWatchers-seed#[836BBEFB3E467C56]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_836BBEFB3E467C56-001
   [junit4]   2> Sep 04, 2016 9:09:48 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1037, maxMBSortInHeap=7.174954903563554, 
sim=ClassicSimilarity, locale=en-MT, timezone=America/Rosario
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=121497248,total=287309824
   [junit4]   2> NOTE: All tests run in this JVM: [CloudSolrClientTest, 
SolrExampleStreamingTest, FieldAnalysisResponseTest, SolrSchemalessExampleTest, 
TestSolrJErrorHandling, GraphExpressionTest, TestBatchUpdate, 
LBHttpSolrClientBuilderTest, CollectionAdminRequestRequiredParamsTest, 
TestDelegationTokenRequest, TestJavaBinCodec, TestCollectionStateWatchers]
   [junit4] Completed [60/85 (1!)] on J0 in 59.23s, 9 tests, 1 error <<< 
FAILURES!

[...truncated 10432 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:763: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:715: Some 
of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid2889.hprof

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to