Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12780/
Java: 32bit/jdk1.8.0_45 -server -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestSolrCloudWithKerberos.testKerberizedSolr

Error Message:
Error from server at http://127.0.0.1:55467: Expected mime type 
application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 
401 </title> </head> <body> <h2>HTTP ERROR: 401</h2> <p>Problem accessing 
/admin/collections. Reason: <pre>    Authentication required</pre></p> <hr 
/><i><small>Powered by Jetty://</small></i> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:55467: Expected mime type 
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 </title>
</head>
<body>
<h2>HTTP ERROR: 401</h2>
<p>Problem accessing /admin/collections. Reason:
<pre>    Authentication required</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([1CD9F54B95055022:B7C0238CDF649015]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:529)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:152)
        at 
org.apache.solr.cloud.TestSolrCloudWithKerberos.testKerberizedSolr(TestSolrCloudWithKerberos.java:152)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10613 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithKerberos
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/init-core-data-001
   [junit4]   2> 1161787 T8680 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 1166361 T8680 
oadsc.DefaultDirectoryService.showSecurityWarnings WARN You didn't change the 
admin password of directory service instance 'DefaultKrbServer'.  Please update 
the admin password as soon as possible to prevent a possible security breach.
   [junit4]   2> 1168210 T8680 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1168211 T8688 oasc.ZkTestServer$2$1.setClientPort client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1168211 T8688 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1168311 T8680 oasc.ZkTestServer.run start zk server on 
port:51690
   [junit4]   2> 1168311 T8680 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1168312 T8693 oaz.ClientCnxn$SendThread.startConnect WARN SASL 
configuration failed: javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf'. Will continue 
connection to Zookeeper server without SASL authentication, if Zookeeper server 
allows it.
   [junit4]   2> 1168313 T8680 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1168313 T8695 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@28d4ec name:ZooKeeperConnection 
Watcher:127.0.0.1:51690 got event WatchedEvent state:AuthFailed type:None 
path:null path:null type:None
   [junit4]   2> 1168314 T8695 oascc.ConnectionManager.process WARN zkClient 
received AuthFailed
   [junit4]   2> 1168314 T8696 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@28d4ec name:ZooKeeperConnection 
Watcher:127.0.0.1:51690 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1168314 T8680 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1168315 T8680 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1168315 T8680 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1168316 T8680 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1168317 T8680 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1168317 T8697 oaz.ClientCnxn$SendThread.startConnect WARN SASL 
configuration failed: javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf'. Will continue 
connection to Zookeeper server without SASL authentication, if Zookeeper server 
allows it.
   [junit4]   2> 1168318 T8699 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2ad4ae name:ZooKeeperConnection 
Watcher:127.0.0.1:51690/solr got event WatchedEvent state:AuthFailed type:None 
path:null path:null type:None
   [junit4]   2> 1168318 T8699 oascc.ConnectionManager.process WARN zkClient 
received AuthFailed
   [junit4]   2> 1168318 T8699 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2ad4ae name:ZooKeeperConnection 
Watcher:127.0.0.1:51690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1168318 T8680 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1168319 T8680 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1168319 T8680 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1168320 T8680 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1168321 T8680 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1168321 T8680 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1168322 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1168322 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1168323 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1168324 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1168325 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1168325 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1168326 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1168326 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1168327 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1168327 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1168328 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1168328 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1168329 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1168329 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1168330 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1168331 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1168331 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1168332 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1168332 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1168333 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1168333 T8680 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1168334 T8680 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1168335 T8680 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1168335 T8700 oaz.ClientCnxn$SendThread.startConnect WARN SASL 
configuration failed: javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf'. Will continue 
connection to Zookeeper server without SASL authentication, if Zookeeper server 
allows it.
   [junit4]   2> 1168335 T8680 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1168335 T8702 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1bba7d8 name:ZooKeeperConnection 
Watcher:127.0.0.1:51690/solr got event WatchedEvent state:AuthFailed type:None 
path:null path:null type:None
   [junit4]   2> 1168336 T8702 oascc.ConnectionManager.process WARN zkClient 
received AuthFailed
   [junit4]   2> 1168336 T8703 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1bba7d8 name:ZooKeeperConnection 
Watcher:127.0.0.1:51690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1168336 T8680 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1168337 T8680 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1168385 T8680 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores/collection1
   [junit4]   2> 1168386 T8680 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 1168387 T8680 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@7b0668{/,null,AVAILABLE}
   [junit4]   2> 1168388 T8680 oejs.AbstractConnector.doStart Started 
ServerConnector@c2a1be{HTTP/1.1}{127.0.0.1:38802}
   [junit4]   2> 1168388 T8680 oejs.Server.doStart Started @1169246ms
   [junit4]   2> 1168388 T8680 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-002/control/data, hostContext=/, hostPort=38802, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores}
   [junit4]   2> 1168389 T8680 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 1168389 T8680 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/'
   [junit4]   2> 1168398 T8680 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/solr.xml
   [junit4]   2> 1168417 T8680 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores
   [junit4]   2> 1168417 T8680 oasc.CoreContainer.<init> New CoreContainer 
19789464
   [junit4]   2> 1168418 T8680 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/]
   [junit4]   2> 1168418 T8680 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/lib
   [junit4]   2> 1168418 T8680 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/lib).
   [junit4]   2> 1168423 T8680 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 1168424 T8680 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1168425 T8680 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1168425 T8680 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1168425 T8680 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1168425 T8680 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:51690/solr
   [junit4]   2> 1168426 T8680 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1168426 T8680 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1168427 T8680 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1168427 T8715 oaz.ClientCnxn$SendThread.startConnect WARN SASL 
configuration failed: javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf'. Will continue 
connection to Zookeeper server without SASL authentication, if Zookeeper server 
allows it.
   [junit4]   2> 1168427 T8717 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@c26433 name:ZooKeeperConnection 
Watcher:127.0.0.1:51690 got event WatchedEvent state:AuthFailed type:None 
path:null path:null type:None
   [junit4]   2> 1168427 T8717 oascc.ConnectionManager.process WARN zkClient 
received AuthFailed
   [junit4]   2> 1168428 T8717 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@c26433 name:ZooKeeperConnection 
Watcher:127.0.0.1:51690 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1168428 T8680 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1168428 T8680 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1168429 T8680 n:127.0.0.1:38802_ 
oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
ZooKeeper
   [junit4]   2> 1168429 T8718 n:127.0.0.1:38802_ 
oaz.ClientCnxn$SendThread.startConnect WARN SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf'. Will continue 
connection to Zookeeper server without SASL authentication, if Zookeeper server 
allows it.
   [junit4]   2> 1168430 T8720 n:127.0.0.1:38802_ 
oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1040b81 name:ZooKeeperConnection 
Watcher:127.0.0.1:51690/solr got event WatchedEvent state:AuthFailed type:None 
path:null path:null type:None
   [junit4]   2> 1168430 T8720 n:127.0.0.1:38802_ 
oascc.ConnectionManager.process WARN zkClient received AuthFailed
   [junit4]   2> 1168430 T8721 n:127.0.0.1:38802_ 
oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1040b81 name:ZooKeeperConnection 
Watcher:127.0.0.1:51690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1168430 T8680 n:127.0.0.1:38802_ 
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1168431 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /overseer/queue
   [junit4]   2> 1168432 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /overseer/collection-queue-work
   [junit4]   2> 1168433 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /overseer/collection-map-running
   [junit4]   2> 1168434 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /overseer/collection-map-completed
   [junit4]   2> 1168435 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /overseer/collection-map-failure
   [junit4]   2> 1168435 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /live_nodes
   [junit4]   2> 1168436 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /aliases.json
   [junit4]   2> 1168437 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /clusterstate.json
   [junit4]   2> 1168437 T8680 n:127.0.0.1:38802_ 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38802_
   [junit4]   2> 1168438 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /live_nodes/127.0.0.1:38802_
   [junit4]   2> 1168438 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /overseer_elect
   [junit4]   2> 1168439 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /overseer_elect/election
   [junit4]   2> 1168439 T8680 n:127.0.0.1:38802_ oasc.Overseer.close Overseer 
(id=null) closing
   [junit4]   2> 1168440 T8680 n:127.0.0.1:38802_ 
oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 
127.0.0.1:38802_
   [junit4]   2> 1168440 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /overseer_elect/leader
   [junit4]   2> 1168441 T8680 n:127.0.0.1:38802_ oasc.Overseer.start Overseer 
(id=93867887206924292-127.0.0.1:38802_-n_0000000000) starting
   [junit4]   2> 1168442 T8680 n:127.0.0.1:38802_ oascc.SolrZkClient.makePath 
makePath: /overseer/queue-work
   [junit4]   2> 1168443 T8680 n:127.0.0.1:38802_ 
oasc.OverseerAutoReplicaFailoverThread.<init> Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1168444 T8723 n:127.0.0.1:38802_ 
oasc.OverseerCollectionProcessor.run Process current queue of collection 
creations
   [junit4]   2> 1168444 T8722 n:127.0.0.1:38802_ 
oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1168444 T8680 n:127.0.0.1:38802_ 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1168446 T8680 n:127.0.0.1:38802_ 
oasc.CoreContainer.initializeAuthenticationPlugin Authentication plugin class 
obtained from ZK: org.apache.solr.security.KerberosPlugin
   [junit4]   2> 1168457 T8680 n:127.0.0.1:38802_ oass.KerberosPlugin.init 
Params: {token.valid=30, kerberos.principal=HTTP/127.0.0.1, 
cookie.domain=127.0.0.1, 
kerberos.keytab=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/keytabs, cookie.path=/, 
type=kerberos, kerberos.name.rules=DEFAULT}
   [junit4]   2> 1168483 T8680 n:127.0.0.1:38802_ 
oasc.CoreContainer.initializeAuthenticationPlugin Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 1168484 T8680 n:127.0.0.1:38802_ 
oashc.HttpShardHandlerFactory.reconfigureHttpClient Reconfiguring the default 
client with: org.apache.solr.client.solrj.impl.Krb5HttpClientConfigurer@211535
   [junit4]   2> 1168484 T8680 n:127.0.0.1:38802_ 
oascsi.Krb5HttpClientConfigurer.configure Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1168486 T8680 n:127.0.0.1:38802_ 
oasu.UpdateShardHandler.reconfigureHttpClient Reconfiguring the default client 
with: org.apache.solr.client.solrj.impl.Krb5HttpClientConfigurer@211535
   [junit4]   2> 1168486 T8680 n:127.0.0.1:38802_ 
oascsi.Krb5HttpClientConfigurer.configure Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1168487 T8680 n:127.0.0.1:38802_ 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores
   [junit4]   2> 1168488 T8680 n:127.0.0.1:38802_ oasc.CoreDescriptor.<init> 
CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, 
schema=schema.xml, loadOnStartup=true, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores/collection1, 
collection=control_collection, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores/collection1/, coreNodeName=, 
dataDir=data/, shard=}
   [junit4]   2> 1168488 T8680 n:127.0.0.1:38802_ 
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores/collection1/
   [junit4]   2> 1168489 T8680 n:127.0.0.1:38802_ 
oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1168489 T8726 n:127.0.0.1:38802_ c:control_collection 
x:collection1 oasc.ZkController.publish publishing core=collection1 state=down 
collection=control_collection
   [junit4]   2> 1168489 T8726 n:127.0.0.1:38802_ c:control_collection 
x:collection1 oasc.ZkController.publish numShards not found on descriptor - 
reading it from system property
   [junit4]   2> 1168490 T8721 n:127.0.0.1:38802_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1168490 T8726 n:127.0.0.1:38802_ 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1168491 T8722 n:127.0.0.1:38802_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:38802";,
   [junit4]   2>          "node_name":"127.0.0.1:38802_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 0
   [junit4]   2> 1168491 T8722 n:127.0.0.1:38802_ 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:38802";,
   [junit4]   2>          "node_name":"127.0.0.1:38802_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1168491 T8722 n:127.0.0.1:38802_ 
oasco.ClusterStateMutator.createCollection building a new cName: 
control_collection
   [junit4]   2> 1168491 T8722 n:127.0.0.1:38802_ 
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1168492 T8721 n:127.0.0.1:38802_ oascc.ZkStateReader$2.process 
A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1169491 T8726 n:127.0.0.1:38802_ 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 1169491 T8726 n:127.0.0.1:38802_ 
oasc.ZkController.createCollectionZkNode Check for collection 
zkNode:control_collection
   [junit4]   2> 1169491 T8726 n:127.0.0.1:38802_ 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1169491 T8726 n:127.0.0.1:38802_ 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/control_collection
   [junit4]   2> 1169492 T8726 n:127.0.0.1:38802_ 
oascc.ZkStateReader.readConfigName path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1169492 T8726 n:127.0.0.1:38802_ 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores/collection1/'
   [junit4]   2> 1169500 T8726 n:127.0.0.1:38802_ oasc.Config.<init> loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 1169503 T8726 n:127.0.0.1:38802_ 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1169506 T8726 n:127.0.0.1:38802_ oasc.SolrConfig.<init> Using 
Lucene MatchVersion: 6.0.0
   [junit4]   2> 1169511 T8726 n:127.0.0.1:38802_ oasc.SolrConfig.<init> Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 1169512 T8726 n:127.0.0.1:38802_ oass.IndexSchema.readSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1169515 T8726 n:127.0.0.1:38802_ oass.IndexSchema.readSchema 
[collection1] Schema name=test
   [junit4]   2> 1169582 T8726 n:127.0.0.1:38802_ 
oass.OpenExchangeRatesOrgProvider.init Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1169586 T8726 n:127.0.0.1:38802_ oass.IndexSchema.readSchema 
default search field in schema is text
   [junit4]   2> 1169587 T8726 n:127.0.0.1:38802_ oass.IndexSchema.readSchema 
unique key field: id
   [junit4]   2> 1169591 T8726 n:127.0.0.1:38802_ 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 1169593 T8726 n:127.0.0.1:38802_ 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 1169594 T8726 n:127.0.0.1:38802_ 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1169594 T8726 n:127.0.0.1:38802_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1169594 T8726 n:127.0.0.1:38802_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1169595 T8726 n:127.0.0.1:38802_ 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1169595 T8726 n:127.0.0.1:38802_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1169595 T8726 n:127.0.0.1:38802_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1169595 T8726 n:127.0.0.1:38802_ oasc.CoreContainer.create 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 1169595 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1169596 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 1169596 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9fc85c
   [junit4]   2> 1169596 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores/collection1/data
   [junit4]   2> 1169597 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1169597 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1169597 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/control-001/cores/collection1/data/index
   [junit4]   2> 1169598 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1169598 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@17b87c9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7859fd),segFN=segments_1,generation=1}
   [junit4]   2> 1169598 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1169600 T8726 n:127.0.0.1:38802_ x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 1169600 T8726 n:127.0.0.1:38802_ x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 1169600 T8726 n:127.0.0.1:38802_ x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1169601 T8726 n:127.0.0.1:38802_ x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 1169601 T8726 n:127.0.0.1:38802_ x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1169601 T8726 n:127.0.0.1:38802_ x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 1169601 T8726 n:127.0.0.1:38802_ x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1169601 T8726 n:127.0.0.1:38802_ x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1169601 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 1169602 T8726 n:127.0.0.1:38802_ x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1169603 T8726 n:127.0.0.1:38802_ x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1169604 T8726 n:127.0.0.1:38802_ x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1169604 T8726 n:127.0.0.1:38802_ x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1169606 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1169606 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1169607 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1169607 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=256
   [junit4]   2> 1169607 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1169607 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1169608 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=55.189453125, 
floorSegmentMB=1.2568359375, forceMergeDeletesPctAllowed=9.392040493258914, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7334620575882344
   [junit4]   2> 1169608 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@17b87c9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7859fd),segFN=segments_1,generation=1}
   [junit4]   2> 1169608 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1169608 T8726 n:127.0.0.1:38802_ x:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@17368d[collection1] main
   [junit4]   2> 1169609 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.UpdateLog.onFirstSearcher On first searcher opened, looking up max value 
of version field
   [junit4]   2> 1169609 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.VersionInfo.getMaxVersionFromIndex Refreshing highest value of _version_ 
for 256 version buckets from index
   [junit4]   2> 1169609 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.VersionInfo.getMaxVersionFromIndex WARN No terms found for _version_, 
cannot seed version bucket highest value from index
   [junit4]   2> 1169609 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.UpdateLog.seedBucketsWithHighestVersion WARN Could not find max version in 
index or recent updates, using new clock 1501886196775649280
   [junit4]   2> 1169609 T8726 n:127.0.0.1:38802_ x:collection1 
oasu.UpdateLog.seedBucketsWithHighestVersion Took 0 ms to seed version buckets 
with highest version 1501886196775649280
   [junit4]   2> 1169610 T8726 n:127.0.0.1:38802_ x:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/control_collection
   [junit4]   2> 1169610 T8726 n:127.0.0.1:38802_ x:collection1 
oascc.ZkStateReader.readConfigName path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1169610 T8726 n:127.0.0.1:38802_ x:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1169611 T8726 n:127.0.0.1:38802_ x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1169611 T8726 n:127.0.0.1:38802_ x:collection1 
oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1169611 T8726 n:127.0.0.1:38802_ x:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1169611 T8726 n:127.0.0.1:38802_ x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1169611 T8726 n:127.0.0.1:38802_ x:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1169612 T8726 n:127.0.0.1:38802_ x:collection1 
oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1169612 T8726 n:127.0.0.1:38802_ x:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1169612 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 1169612 T8727 n:127.0.0.1:38802_ x:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@17368d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1169612 T8726 n:127.0.0.1:38802_ x:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1169613 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oasc.ZkController.register Register replica - core:collection1 
address:http://127.0.0.1:38802 collection:control_collection shard:shard1
   [junit4]   2> 1169613 T8680 n:127.0.0.1:38802_ 
oascsi.Krb5HttpClientConfigurer.configure Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1169613 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1169614 T8680 n:127.0.0.1:38802_ oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1169614 T8680 n:127.0.0.1:38802_ oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1169615 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the 
leader process for shard shard1
   [junit4]   2> 1169615 T8680 oascsi.Krb5HttpClientConfigurer.configure 
Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1169616 T8721 n:127.0.0.1:38802_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1169616 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough 
replicas found to continue.
   [junit4]   2> 1169616 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new 
leader - try and sync
   [junit4]   2> 1169616 T8680 oascsi.Krb5HttpClientConfigurer.configure 
Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> ASYNC  NEW_CORE C1184 name=collection1 
org.apache.solr.core.SolrCore@1b1011a url=http://127.0.0.1:38802/collection1 
node=127.0.0.1:38802_ C1184_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:38802, 
node_name=127.0.0.1:38802_, state=down}
   [junit4]   2> 1169616 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 C1184 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:38802/collection1/
   [junit4]   2> 1169616 T8722 n:127.0.0.1:38802_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 1
   [junit4]   2> 1169617 T8680 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1169617 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 C1184 oasc.SyncStrategy.syncReplicas Sync Success - now sync 
replicas to me
   [junit4]   2> 1169618 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 C1184 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:38802/collection1/ has no replicas
   [junit4]   2> 1169618 T8680 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1169618 T8731 oaz.ClientCnxn$SendThread.startConnect WARN SASL 
configuration failed: javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf'. Will continue 
connection to Zookeeper server without SASL authentication, if Zookeeper server 
allows it.
   [junit4]   2> 1169618 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new 
leader: http://127.0.0.1:38802/collection1/ shard1
   [junit4]   2> 1169618 T8733 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@f1447 name:ZooKeeperConnection 
Watcher:127.0.0.1:51690/solr got event WatchedEvent state:AuthFailed type:None 
path:null path:null type:None
   [junit4]   2> 1169618 T8733 oascc.ConnectionManager.process WARN zkClient 
received AuthFailed
   [junit4]   2> 1169618 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1169619 T8733 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@f1447 name:ZooKeeperConnection 
Watcher:127.0.0.1:51690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1169619 T8680 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1169619 T8680 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1169620 T8680 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1169620 T8721 n:127.0.0.1:38802_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1169620 T8722 n:127.0.0.1:38802_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:38802";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 1169621 T8680 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1169670 T8680 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores/collection1
   [junit4]   2> 1169670 T8680 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001
   [junit4]   2> 1169671 T8680 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 1169672 T8680 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@3d755{/,null,AVAILABLE}
   [junit4]   2> 1169672 T8680 oejs.AbstractConnector.doStart Started 
ServerConnector@41ddd2{HTTP/1.1}{127.0.0.1:55467}
   [junit4]   2> 1169673 T8680 oejs.Server.doStart Started @1170530ms
   [junit4]   2> 1169673 T8680 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-002/jetty1, solrconfig=solrconfig.xml, 
hostContext=/, hostPort=55467, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores}
   [junit4]   2> 1169673 T8680 oascsi.Krb5HttpClientConfigurer.configure 
Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1169674 T8680 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 1169674 T8680 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/'
   [junit4]   2> 1169682 T8680 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/solr.xml
   [junit4]   2> 1169685 T8680 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores
   [junit4]   2> 1169686 T8680 oasc.CoreContainer.<init> New CoreContainer 
3912878
   [junit4]   2> 1169686 T8680 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/]
   [junit4]   2> 1169686 T8680 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/lib
   [junit4]   2> 1169687 T8680 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/lib).
   [junit4]   2> 1169691 T8680 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 1169691 T8680 oascsi.Krb5HttpClientConfigurer.configure 
Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1169692 T8680 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1169692 T8680 oascsi.Krb5HttpClientConfigurer.configure 
Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1169693 T8680 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1169693 T8680 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1169693 T8680 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1169693 T8680 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:51690/solr
   [junit4]   2> 1169694 T8680 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1169694 T8680 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1169694 T8680 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1169694 T8745 oaz.ClientCnxn$SendThread.startConnect WARN SASL 
configuration failed: javax.security.auth.login.LoginException: No JAAS 
configuration section named 'Client' was found in specified JAAS configuration 
file: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf'. Will continue 
connection to Zookeeper server without SASL authentication, if Zookeeper server 
allows it.
   [junit4]   2> 1169695 T8747 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@9a133d name:ZooKeeperConnection 
Watcher:127.0.0.1:51690 got event WatchedEvent state:AuthFailed type:None 
path:null path:null type:None
   [junit4]   2> 1169695 T8747 oascc.ConnectionManager.process WARN zkClient 
received AuthFailed
   [junit4]   2> 1169695 T8747 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@9a133d name:ZooKeeperConnection 
Watcher:127.0.0.1:51690 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1169696 T8680 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1169696 T8680 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1169697 T8680 n:127.0.0.1:55467_ 
oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
ZooKeeper
   [junit4]   2> 1169697 T8748 n:127.0.0.1:55467_ 
oaz.ClientCnxn$SendThread.startConnect WARN SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf'. Will continue 
connection to Zookeeper server without SASL authentication, if Zookeeper server 
allows it.
   [junit4]   2> 1169698 T8750 n:127.0.0.1:55467_ 
oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@f1bb7b name:ZooKeeperConnection 
Watcher:127.0.0.1:51690/solr got event WatchedEvent state:AuthFailed type:None 
path:null path:null type:None
   [junit4]   2> 1169698 T8750 n:127.0.0.1:55467_ 
oascc.ConnectionManager.process WARN zkClient received AuthFailed
   [junit4]   2> 1169698 T8751 n:127.0.0.1:55467_ 
oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@f1bb7b name:ZooKeeperConnection 
Watcher:127.0.0.1:51690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1169698 T8680 n:127.0.0.1:55467_ 
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1169700 T8680 n:127.0.0.1:55467_ 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1169722 T8721 n:127.0.0.1:38802_ oascc.ZkStateReader$2.process 
A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1169722 T8751 n:127.0.0.1:55467_ oascc.ZkStateReader$2.process 
A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1169722 T8733 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1169770 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oasc.ZkController.register We are 
http://127.0.0.1:38802/collection1/ and leader is 
http://127.0.0.1:38802/collection1/
   [junit4]   2> 1169771 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:38802
   [junit4]   2> 1169771 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery 
necessary
   [junit4]   2> 1169771 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oasc.ZkController.publish publishing core=collection1 
state=active collection=control_collection
   [junit4]   2> 1169771 T8730 n:127.0.0.1:38802_ c:control_collection s:shard1 
x:collection1 oasc.ZkController.publish numShards not found on descriptor - 
reading it from system property
   [junit4]   2> 1169772 T8721 n:127.0.0.1:38802_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1169772 T8722 n:127.0.0.1:38802_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:38802";,
   [junit4]   2>          "node_name":"127.0.0.1:38802_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 1169772 T8722 n:127.0.0.1:38802_ 
oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:38802";,
   [junit4]   2>          "node_name":"127.0.0.1:38802_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1169873 T8733 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1169873 T8751 n:127.0.0.1:55467_ oascc.ZkStateReader$2.process 
A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1169873 T8721 n:127.0.0.1:38802_ oascc.ZkStateReader$2.process 
A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1170701 T8680 n:127.0.0.1:55467_ 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55467_
   [junit4]   2> 1170702 T8680 n:127.0.0.1:55467_ oascc.SolrZkClient.makePath 
makePath: /live_nodes/127.0.0.1:55467_
   [junit4]   2> 1170703 T8680 n:127.0.0.1:55467_ oasc.Overseer.close Overseer 
(id=null) closing
   [junit4]   2> 1170704 T8680 n:127.0.0.1:55467_ 
oasc.CoreContainer.initializeAuthenticationPlugin Authentication plugin class 
obtained from ZK: org.apache.solr.security.KerberosPlugin
   [junit4]   2> 1170705 T8680 n:127.0.0.1:55467_ oass.KerberosPlugin.init 
Params: {token.valid=30, kerberos.principal=HTTP/127.0.0.1, 
cookie.domain=127.0.0.1, 
kerberos.keytab=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/keytabs, cookie.path=/, 
type=kerberos, kerberos.name.rules=DEFAULT}
   [junit4]   2> 1170706 T8680 n:127.0.0.1:55467_ 
oasc.CoreContainer.initializeAuthenticationPlugin Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 1170706 T8680 n:127.0.0.1:55467_ 
oashc.HttpShardHandlerFactory.reconfigureHttpClient Reconfiguring the default 
client with: org.apache.solr.client.solrj.impl.Krb5HttpClientConfigurer@17c94af
   [junit4]   2> 1170707 T8680 n:127.0.0.1:55467_ 
oascsi.Krb5HttpClientConfigurer.configure Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1170707 T8680 n:127.0.0.1:55467_ 
oasu.UpdateShardHandler.reconfigureHttpClient Reconfiguring the default client 
with: org.apache.solr.client.solrj.impl.Krb5HttpClientConfigurer@17c94af
   [junit4]   2> 1170707 T8680 n:127.0.0.1:55467_ 
oascsi.Krb5HttpClientConfigurer.configure Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1170708 T8680 n:127.0.0.1:55467_ 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores
   [junit4]   2> 1170709 T8680 n:127.0.0.1:55467_ oasc.CoreDescriptor.<init> 
CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, 
schema=schema.xml, loadOnStartup=true, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores/collection1, collection=collection1, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores/collection1/, coreNodeName=, 
dataDir=data/, shard=}
   [junit4]   2> 1170709 T8680 n:127.0.0.1:55467_ 
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores/collection1/
   [junit4]   2> 1170710 T8680 n:127.0.0.1:55467_ 
oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1170710 T8753 n:127.0.0.1:55467_ c:collection1 x:collection1 
oasc.ZkController.publish publishing core=collection1 state=down 
collection=collection1
   [junit4]   2> 1170710 T8753 n:127.0.0.1:55467_ c:collection1 x:collection1 
oasc.ZkController.publish numShards not found on descriptor - reading it from 
system property
   [junit4]   2> 1170711 T8753 n:127.0.0.1:55467_ 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1170711 T8721 n:127.0.0.1:38802_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1170711 T8722 n:127.0.0.1:38802_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:55467";,
   [junit4]   2>          "node_name":"127.0.0.1:55467_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 1170712 T8722 n:127.0.0.1:38802_ 
oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:55467";,
   [junit4]   2>          "node_name":"127.0.0.1:55467_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1170712 T8722 n:127.0.0.1:38802_ 
oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1170712 T8722 n:127.0.0.1:38802_ 
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1170814 T8721 n:127.0.0.1:38802_ oascc.ZkStateReader$2.process 
A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1170814 T8751 n:127.0.0.1:55467_ oascc.ZkStateReader$2.process 
A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1170814 T8733 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1171711 T8753 n:127.0.0.1:55467_ 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 1171711 T8753 n:127.0.0.1:55467_ 
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1171712 T8753 n:127.0.0.1:55467_ 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1171712 T8753 n:127.0.0.1:55467_ 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/collection1
   [junit4]   2> 1171712 T8753 n:127.0.0.1:55467_ 
oascc.ZkStateReader.readConfigName path=/collections/collection1 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1171712 T8753 n:127.0.0.1:55467_ 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1171719 T8753 n:127.0.0.1:55467_ oasc.Config.<init> loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 1171722 T8753 n:127.0.0.1:55467_ 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1171724 T8753 n:127.0.0.1:55467_ oasc.SolrConfig.<init> Using 
Lucene MatchVersion: 6.0.0
   [junit4]   2> 1171741 T8753 n:127.0.0.1:55467_ oasc.SolrConfig.<init> Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 1171742 T8753 n:127.0.0.1:55467_ oass.IndexSchema.readSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1171745 T8753 n:127.0.0.1:55467_ oass.IndexSchema.readSchema 
[collection1] Schema name=test
   [junit4]   2> 1171809 T8753 n:127.0.0.1:55467_ 
oass.OpenExchangeRatesOrgProvider.init Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1171813 T8753 n:127.0.0.1:55467_ oass.IndexSchema.readSchema 
default search field in schema is text
   [junit4]   2> 1171814 T8753 n:127.0.0.1:55467_ oass.IndexSchema.readSchema 
unique key field: id
   [junit4]   2> 1171819 T8753 n:127.0.0.1:55467_ 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 1171820 T8753 n:127.0.0.1:55467_ 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 1171821 T8753 n:127.0.0.1:55467_ 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1171822 T8753 n:127.0.0.1:55467_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1171822 T8753 n:127.0.0.1:55467_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1171822 T8753 n:127.0.0.1:55467_ 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1171823 T8753 n:127.0.0.1:55467_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1171823 T8753 n:127.0.0.1:55467_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1171823 T8753 n:127.0.0.1:55467_ oasc.CoreContainer.create 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1171823 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1171823 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 1171824 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9fc85c
   [junit4]   2> 1171824 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1171824 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1171825 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1171825 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1171825 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1171826 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1746842 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13ef17d),segFN=segments_1,generation=1}
   [junit4]   2> 1171826 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1171858 T8753 n:127.0.0.1:55467_ x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 1171858 T8753 n:127.0.0.1:55467_ x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 1171858 T8753 n:127.0.0.1:55467_ x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1171858 T8753 n:127.0.0.1:55467_ x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 1171859 T8753 n:127.0.0.1:55467_ x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1171859 T8753 n:127.0.0.1:55467_ x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 1171859 T8753 n:127.0.0.1:55467_ x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1171859 T8753 n:127.0.0.1:55467_ x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1171859 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 1171861 T8753 n:127.0.0.1:55467_ x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1171861 T8753 n:127.0.0.1:55467_ x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1171862 T8753 n:127.0.0.1:55467_ x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1171863 T8753 n:127.0.0.1:55467_ x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1171865 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1171866 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1171866 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1171866 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=256
   [junit4]   2> 1171867 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1171867 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1171867 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=55.189453125, 
floorSegmentMB=1.2568359375, forceMergeDeletesPctAllowed=9.392040493258914, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7334620575882344
   [junit4]   2> 1171868 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1746842 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13ef17d),segFN=segments_1,generation=1}
   [junit4]   2> 1171868 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1171868 T8753 n:127.0.0.1:55467_ x:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@e4d0b0[collection1] main
   [junit4]   2> 1171869 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.UpdateLog.onFirstSearcher On first searcher opened, looking up max value 
of version field
   [junit4]   2> 1171869 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.VersionInfo.getMaxVersionFromIndex Refreshing highest value of _version_ 
for 256 version buckets from index
   [junit4]   2> 1171869 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.VersionInfo.getMaxVersionFromIndex WARN No terms found for _version_, 
cannot seed version bucket highest value from index
   [junit4]   2> 1171869 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.UpdateLog.seedBucketsWithHighestVersion WARN Could not find max version in 
index or recent updates, using new clock 1501886199145431040
   [junit4]   2> 1171869 T8753 n:127.0.0.1:55467_ x:collection1 
oasu.UpdateLog.seedBucketsWithHighestVersion Took 0 ms to seed version buckets 
with highest version 1501886199145431040
   [junit4]   2> 1171870 T8753 n:127.0.0.1:55467_ x:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/collection1
   [junit4]   2> 1171870 T8753 n:127.0.0.1:55467_ x:collection1 
oascc.ZkStateReader.readConfigName path=/collections/collection1 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1171870 T8753 n:127.0.0.1:55467_ x:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1171870 T8753 n:127.0.0.1:55467_ x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1171871 T8753 n:127.0.0.1:55467_ x:collection1 
oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1171871 T8753 n:127.0.0.1:55467_ x:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1171871 T8753 n:127.0.0.1:55467_ x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1171871 T8753 n:127.0.0.1:55467_ x:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1171872 T8753 n:127.0.0.1:55467_ x:collection1 
oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1171872 T8753 n:127.0.0.1:55467_ x:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1171872 T8754 n:127.0.0.1:55467_ x:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@e4d0b0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1171872 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 1171873 T8753 n:127.0.0.1:55467_ x:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1171873 T8757 n:127.0.0.1:55467_ c:collection1 s:shard2 
x:collection1 oasc.ZkController.register Register replica - core:collection1 
address:http://127.0.0.1:55467 collection:collection1 shard:shard2
   [junit4]   2> 1171873 T8680 n:127.0.0.1:55467_ 
oascsi.Krb5HttpClientConfigurer.configure Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1171874 T8757 n:127.0.0.1:55467_ c:collection1 s:shard2 
x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1171874 T8680 n:127.0.0.1:55467_ oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1171874 T8680 n:127.0.0.1:55467_ oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1171875 T8680 oascsi.Krb5HttpClientConfigurer.configure 
Setting up SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1171876 T8757 n:127.0.0.1:55467_ c:collection1 s:shard2 
x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the 
leader process for shard shard2
   [junit4]   2> 1171876 T8721 n:127.0.0.1:38802_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1171876 T8757 n:127.0.0.1:55467_ c:collection1 s:shard2 
x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough 
replicas found to continue.
   [junit4]   2> 1171877 T8757 n:127.0.0.1:55467_ c:collection1 s:shard2 
x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new 
leader - try and sync
   [junit4]   2> 1171877 T8722 n:127.0.0.1:38802_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> ASYNC  NEW_CORE C1185 name=collection1 
org.apache.solr.core.SolrCore@1a157e9 url=http://127.0.0.1:55467/collection1 
node=127.0.0.1:55467_ C1185_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:55467, 
node_name=127.0.0.1:55467_, state=down}
   [junit4]   2> 1171877 T8757 n:127.0.0.1:55467_ c:collection1 s:shard2 
x:collection1 C1185 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:55467/collection1/
   [junit4]   2> 1171878 T8757 n:127.0.0.1:55467_ c:collection1 s:shard2 
x:collection1 C1185 oasc.SyncStrategy.syncReplicas Sync Success - now sync 
replicas to me
   [junit4]   2> 1171878 T8757 n:127.0.0.1:55467_ c:collection1 s:shard2 
x:collection1 C1185 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:55467/collection1/ has no replicas
   [junit4]   2> 1171878 T8757 n:127.0.0.1:55467_ c:collection1 s:shard2 
x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new 
leader: http://127.0.0.1:55467/collection1/ shard2
   [junit4]   2> 1171878 T8757 n:127.0.0.1:55467_ c:collection1 s:shard2 
x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 1171879 T8721 n:127.0.0.1:38802_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1171880 T8722 n:127.0.0.1:38802_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:55467";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 1171925 T8680 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-2-001/cores/collection1
   [junit4]   2> 1171926 T8680 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-2-001
   [junit4]   2> 1171927 T8680 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 1171928 T8680 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@7c5dd6{/,null,AVAILABLE}
   [junit4]   2> 1171928 T8680 oejs.AbstractConnector.d

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

-4-001/cores/collection1/data/index
   [junit4]   2> 1188558 T8826 n:127.0.0.1:50699_ 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-4-001/cores/collection1/data 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 1188559 T8826 n:127.0.0.1:50699_ 
oasc.CachingDirectoryFactory.close Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001/shard-4-001/cores/collection1/data
   [junit4]   2> 1190050 T8858 n:127.0.0.1:50699_ oascc.ZkStateReader$3.process 
WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1190051 T8680 oejs.AbstractConnector.doStop Stopped 
ServerConnector@111ecf6{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1190052 T8680 oejsh.ContextHandler.doStop Stopped 
o.e.j.s.ServletContextHandler@1758f0{/,null,UNAVAILABLE}
   [junit4]   2> 1190053 T8680 c:control_collection s:shard1 x:collection1 
oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:51690 51690
   [junit4]   2> 1190074 T8688 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:51690 51690
   [junit4]   2> 1190075 T8688 oasc.ZkTestServer$ZKServerMain.runFromConfig 
WARN Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                6       /solr/aliases.json
   [junit4]   2>                6       /solr/clusterstate.json
   [junit4]   2>                5       /solr/configs/conf1
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                6       /solr/live_nodes
   [junit4]   2>                5       /solr/overseer/collection-queue-work
   [junit4]   2>                4       /solr/overseer/queue
   [junit4]   2>        
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithKerberos -Dtests.method=testKerberizedSolr 
-Dtests.seed=1CD9F54B95055022 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ru_RU -Dtests.timezone=Pacific/Marquesas -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   28.3s J2 | TestSolrCloudWithKerberos.testKerberizedSolr <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:55467: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]    > <head>
   [junit4]    > <meta http-equiv="Content-Type" 
content="text/html;charset=ISO-8859-1"/>
   [junit4]    > <title>Error 401 </title>
   [junit4]    > </head>
   [junit4]    > <body>
   [junit4]    > <h2>HTTP ERROR: 401</h2>
   [junit4]    > <p>Problem accessing /admin/collections. Reason:
   [junit4]    > <pre>    Authentication required</pre></p>
   [junit4]    > <hr /><i><small>Powered by Jetty://</small></i>
   [junit4]    > </body>
   [junit4]    > </html>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1CD9F54B95055022:B7C0238CDF649015]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:529)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:152)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithKerberos.testKerberizedSolr(TestSolrCloudWithKerberos.java:152)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1190081 T8680 c:control_collection s:shard1 x:collection1 
oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithKerberos
 1CD9F54B95055022-001
   [junit4]   2> 28296 T8679 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, 
locale=ru_RU, timezone=Pacific/Marquesas
   [junit4]   2> NOTE: Linux 3.13.0-53-generic i386/Oracle Corporation 1.8.0_45 
(32-bit)/cpus=12,threads=1,free=168890792,total=296747008
   [junit4]   2> NOTE: All tests run in this JVM: [RegexBoostProcessorTest, 
InfoHandlerTest, FileBasedSpellCheckerTest, DocValuesTest, 
TestChildDocTransformer, TestSolrJ, TestHashQParserPlugin, 
TestComplexPhraseQParserPlugin, HdfsNNFailoverTest, TestConfigOverlay, 
TestCSVResponseWriter, ExternalCollectionsTest, TestSolrQueryParser, 
PluginInfoTest, DistributedQueryElevationComponentTest, 
TestSurroundQueryParser, TestBinaryResponseWriter, 
ConcurrentDeleteAndCreateCollectionTest, MoreLikeThisHandlerTest, 
TestNamedUpdateProcessors, DistributedVersionInfoTest, TestQueryTypes, 
SolrIndexSplitterTest, HighlighterMaxOffsetTest, 
TestSolrConfigHandlerConcurrent, TestPartialUpdateDeduplication, 
BadIndexSchemaTest, XsltUpdateRequestHandlerTest, SimpleFacetsTest, 
TestFieldTypeCollectionResource, DistributedExpandComponentTest, 
TestImplicitCoreProperties, TestDistributedMissingSort, RollingRestartTest, 
TestPseudoReturnFields, TestMiniSolrCloudCluster, 
SolrCoreCheckLockOnStartupTest, RecoveryAfterSoftCommitTest, 
TestCollationFieldDocValues, OutputWriterTest, MigrateRouteKeyTest, 
TriLevelCompositeIdRoutingTest, TestXIncludeConfig, QueryResultKeyTest, 
DirectUpdateHandlerOptimizeTest, TestAuthenticationFramework, 
HttpPartitionTest, DistributedFacetPivotSmallAdvancedTest, TestManagedResource, 
TestQueryUtils, OverseerCollectionProcessorTest, SoftAutoCommitTest, 
TestSolrConfigHandlerCloud, TestSort, DOMUtilTest, TestGroupingSearch, 
TestDefaultStatsCache, SSLMigrationTest, TermVectorComponentDistributedTest, 
AnalyticsQueryTest, OpenExchangeRatesOrgProviderTest, 
SharedFSAutoReplicaFailoverTest, TestDynamicFieldCollectionResource, 
UnloadDistributedZkTest, TestManagedSchemaDynamicFieldResource, 
HdfsWriteToMultipleCollectionsTest, TestStressReorder, 
TestBulkSchemaConcurrent, TestLRUStatsCache, CollectionReloadTest, 
TestCollationField, BasicDistributedZk2Test, TestAddFieldRealTimeGet, 
CloudExitableDirectoryReaderTest, CircularListTest, SolrInfoMBeanTest, 
TestSolr4Spatial, StatsComponentTest, SimplePostToolTest, 
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterTSTTest, 
SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, 
SortByFunctionTest, DocValuesMultiTest, DebugComponentTest, 
IndexBasedSpellCheckerTest, TestWriterPerf, TermsComponentTest, 
PathHierarchyTokenizerFactoryTest, FastVectorHighlighterTest, 
SolrPluginUtilsTest, MBeansHandlerTest, JsonLoaderTest, TestComponentsName, 
SOLR749Test, TestQuerySenderNoQuery, CopyFieldTest, TestSolrDeletionPolicy2, 
TestDocSet, TestBinaryField, NumericFieldsTest, TestConfig, 
TestLuceneMatchVersion, TestCharFilters, SynonymTokenizerTest, 
TestPerFieldSimilarity, TestDefaultSimilarityFactory, ResourceLoaderTest, 
ScriptEngineTest, PrimUtilsTest, RAMDirectoryFactoryTest, TestUtils, 
SliceStateTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, 
AliasIntegrationTest, DeleteReplicaTest, DistribJoinFromCollectionTest, 
OverseerRolesTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, 
TestCloudPivotFacet, TestReplicaProperties, TestSolrCloudWithKerberos]
   [junit4] Completed [414/496] on J2 in 28.81s, 1 test, 1 error <<< FAILURES!

[...truncated 267 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:526: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:229: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:512: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1415: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:973: 
There were test failures: 496 suites, 1969 tests, 1 error, 57 ignored (25 
assumptions)

Total time: 40 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
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