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

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3594 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3594/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics

Error Message:
Could not find collection:testkerberoscollection

Stack Trace:
java.lang.AssertionError: Could not find collection:testkerberoscollection
	at __randomizedtesting.SeedInfo.seed([E70977311182F333:DAD1D91D296CAD43]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:153)
	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testCollectionCreateSearchDelete(TestSolrCloudWithKerberosAlt.java:206)
	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics(TestSolrCloudWithKerberosAlt.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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.client.solrj.impl.HttpSolrClientConPoolTest.testPoolSize

Error Message:
expected:<17> but was:<33>

Stack Trace:
java.lang.AssertionError: expected:<17> but was:<33>
	at __randomizedtesting.SeedInfo.seed([F3F568A0F01A8222:35D77E756940279E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.client.solrj.impl.HttpSolrClientConPoolTest.testPoolSize(HttpSolrClientConPoolTest.java:98)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.client.solrj.impl.HttpSolrClientSSLAuthConPoolTest.testPoolSize

Error Message:
expected:<17> but was:<33>

Stack Trace:
java.lang.AssertionError: expected:<17> but was:<33>
	at __randomizedtesting.SeedInfo.seed([F3F568A0F01A8222:35D77E756940279E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.client.solrj.impl.HttpSolrClientConPoolTest.testPoolSize(HttpSolrClientConPoolTest.java:98)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11013 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithKerberosAlt
   [junit4]   2> 932313 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] o.a.d.s.c.DefaultDirectoryService 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> 933392 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] o.a.s.c.TestSolrCloudWithKerberosAlt Enable delegation token: true
   [junit4]   2> 933393 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-002
   [junit4]   2> 933393 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 933394 INFO  (Thread-1258) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 933394 INFO  (Thread-1258) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 933497 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] o.a.s.c.ZkTestServer start zk server on port:62800
   [junit4]   2> 933498 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]-SendThread(127.0.0.1:62800)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 933499 WARN  (zkCallback-1528-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77f214b2 name: ZooKeeperConnection Watcher:127.0.0.1:62800 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 933499 WARN  (zkCallback-1528-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 933537 INFO  (jetty-launcher-1527-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 933539 INFO  (jetty-launcher-1527-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29884b6b{/solr,null,AVAILABLE}
   [junit4]   2> 933539 INFO  (jetty-launcher-1527-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@7066fb6b{HTTP/1.1,[http/1.1]}{127.0.0.1:62802}
   [junit4]   2> 933539 INFO  (jetty-launcher-1527-thread-1) [    ] o.e.j.s.Server Started @938858ms
   [junit4]   2> 933539 INFO  (jetty-launcher-1527-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62802}
   [junit4]   2> 933540 INFO  (jetty-launcher-1527-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 933540 INFO  (jetty-launcher-1527-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 933540 INFO  (jetty-launcher-1527-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 933540 INFO  (jetty-launcher-1527-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-09T09:14:53.349Z
   [junit4]   2> 933547 WARN  (jetty-launcher-1527-thread-1-SendThread(127.0.0.1:62800)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 933548 WARN  (zkCallback-1529-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@294057bb name: ZooKeeperConnection Watcher:127.0.0.1:62800/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 933548 WARN  (zkCallback-1529-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 933558 INFO  (jetty-launcher-1527-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 933597 INFO  (jetty-launcher-1527-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62800/solr
   [junit4]   2> 933598 WARN  (jetty-launcher-1527-thread-1-SendThread(127.0.0.1:62800)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 933599 WARN  (zkCallback-1532-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@28048338 name: ZooKeeperConnection Watcher:127.0.0.1:62800 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 933600 WARN  (zkCallback-1532-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 933606 WARN  (jetty-launcher-1527-thread-1-SendThread(127.0.0.1:62800)) [n:127.0.0.1:62802_solr    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 933607 WARN  (zkCallback-1533-thread-1-processing-n:127.0.0.1:62802_solr) [n:127.0.0.1:62802_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@43b802a3 name: ZooKeeperConnection Watcher:127.0.0.1:62800/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 933607 WARN  (zkCallback-1533-thread-1-processing-n:127.0.0.1:62802_solr) [n:127.0.0.1:62802_solr    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 933741 INFO  (jetty-launcher-1527-thread-1) [n:127.0.0.1:62802_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62802_solr
   [junit4]   2> 933745 INFO  (jetty-launcher-1527-thread-1) [n:127.0.0.1:62802_solr    ] o.a.s.c.Overseer Overseer (id=96731430466682883-127.0.0.1:62802_solr-n_0000000000) starting
   [junit4]   2> 933779 INFO  (jetty-launcher-1527-thread-1) [n:127.0.0.1:62802_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62802_solr
   [junit4]   2> 933788 INFO  (zkCallback-1533-thread-1-processing-n:127.0.0.1:62802_solr) [n:127.0.0.1:62802_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 933793 INFO  (jetty-launcher-1527-thread-1) [n:127.0.0.1:62802_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.security.KerberosPlugin
   [junit4]   2> 933801 INFO  (jetty-launcher-1527-thread-1) [n:127.0.0.1:62802_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up SPNego auth with config: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 933867 INFO  (jetty-launcher-1527-thread-1) [n:127.0.0.1:62802_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, kerberos.principal=HTTP/127.0.0.1, kerberos.keytab=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/keytabs, cookie.domain=127.0.0.1, token.validity=36000, type=kerberos, delegation-token.token-kind=solr-dt, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, kerberos.name.rules=RULE:[1:$1@$0](.*EXAMPLE.COM)s/@.*//
   [junit4]   2> RULE:[2:$2@$0](.*EXAMPLE.COM)s/@.*//
   [junit4]   2> DEFAULT, signer.secret.provider=zookeeper}
   [junit4]   2> 934146 INFO  (jetty-launcher-1527-thread-1) [n:127.0.0.1:62802_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 934158 WARN  (jetty-launcher-1527-thread-1-SendThread(127.0.0.1:62800)) [n:127.0.0.1:62802_solr    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 934178 ERROR (jetty-launcher-1527-thread-1-EventThread) [n:127.0.0.1:62802_solr    ] o.a.c.ConnectionState Authentication failed
   [junit4]   2> 934194 INFO  (jetty-launcher-1527-thread-1-EventThread) [n:127.0.0.1:62802_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 934774 INFO  (jetty-launcher-1527-thread-1) [n:127.0.0.1:62802_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up SPNego auth with config: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 934778 INFO  (jetty-launcher-1527-thread-1) [n:127.0.0.1:62802_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-002/node1/.
   [junit4]   2> 934780 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]-SendThread(127.0.0.1:62800)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 934781 WARN  (zkCallback-1535-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2c76c208 name: ZooKeeperConnection Watcher:127.0.0.1:62800 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 934781 WARN  (zkCallback-1535-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 934806 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]-SendThread(127.0.0.1:62800)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 934807 WARN  (zkCallback-1537-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53740b27 name: ZooKeeperConnection Watcher:127.0.0.1:62800/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 934807 WARN  (zkCallback-1537-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 936889 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]-SendThread(127.0.0.1:62800)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 936890 WARN  (zkCallback-1539-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15a99ba6 name: ZooKeeperConnection Watcher:127.0.0.1:62800/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 936890 WARN  (zkCallback-1539-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 936894 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   1> Debug is  true storeKey true useTicketCache false useKeyTab true doNotPrompt false ticketCache is null isInitiator true KeyTab is /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/keytabs refreshKrb5Config is true principal is solr tryFirstPass is false useFirstPass is false storePass is false clearPass is false
   [junit4]   1> Refreshing Kerberos configuration
   [junit4]   1> principal is solr@EXAMPLE.COM
   [junit4]   1> Will use keytab
   [junit4]   1> Commit Succeeded 
   [junit4]   1> 
   [junit4]   2> 937245 INFO  (qtp265095179-7339) [n:127.0.0.1:62802_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&property.solr.tests.ramBufferSizeMB=100&property.solr.tests.mergePolicyFactory=org.apache.solr.index.TieredMergePolicyFactory&property.solr.tests.useMergePolicyFactory=true&property.solr.tests.useMergePolicy=false&version=2&property.solr.tests.mergeScheduler=org.apache.lucene.index.ConcurrentMergeScheduler&property.config=solrconfig-tlog.xml&property.solr.tests.maxBufferedDocs=100000&name=testkerberoscollection&action=CREATE&numShards=1&property.solr.directoryFactory=solr.RAMDirectoryFactory&wt=javabin and sendToOCPQueue=true
   [junit4]   2> 937325 INFO  (OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) [n:127.0.0.1:62802_solr    ] o.a.s.c.CreateCollectionCmd Create collection testkerberoscollection
   [junit4]   2> 937325 INFO  (OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) [n:127.0.0.1:62802_solr    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:solrCloudCollectionConfig
   [junit4]   2> 937541 ERROR (OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) [n:127.0.0.1:62802_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:62802/solr
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:62802/solr: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]   2> <title>Error 401 </title>
   [junit4]   2> </head>
   [junit4]   2> <body>
   [junit4]   2> <h2>HTTP ERROR: 401</h2>
   [junit4]   2> <p>Problem accessing /solr/admin/cores. Reason:
   [junit4]   2> <pre>    Authentication required</pre></p>
   [junit4]   2> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.8.v20160314</a><hr/>
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> 
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:195)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 937542 ERROR (OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) [n:127.0.0.1:62802_solr    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [testkerberoscollection].
   [junit4]   2> 937543 INFO  (OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) [n:127.0.0.1:62802_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 938312 INFO  (OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) [n:127.0.0.1:62802_solr    ] o.a.s.c.CreateCollectionCmd Cleaned up artifacts for failed create collection for [testkerberoscollection]
   [junit4]   2> 938367 INFO  (qtp265095179-7339) [n:127.0.0.1:62802_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 939335 INFO  (OverseerCollectionConfigSetProcessor-96731430466682883-127.0.0.1:62802_solr-n_0000000000) [n:127.0.0.1:62802_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 968513 ERROR (qtp265095179-7339) [n:127.0.0.1:62802_solr    ] o.a.s.h.a.CollectionsHandler Timed out waiting for new collection's replicas to become ACTIVE with timeout=30
   [junit4]   2> 968514 INFO  (qtp265095179-7339) [n:127.0.0.1:62802_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&property.solr.tests.ramBufferSizeMB=100&property.solr.tests.mergePolicyFactory=org.apache.solr.index.TieredMergePolicyFactory&property.solr.tests.useMergePolicyFactory=true&property.solr.tests.useMergePolicy=false&version=2&property.solr.tests.mergeScheduler=org.apache.lucene.index.ConcurrentMergeScheduler&property.config=solrconfig-tlog.xml&property.solr.tests.maxBufferedDocs=100000&name=testkerberoscollection&action=CREATE&numShards=1&property.solr.directoryFactory=solr.RAMDirectoryFactory&wt=javabin} status=0 QTime=31268
   [junit4]   2> 968522 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=solr&p=solr@EXAMPLE.COM&t=kerberos-dt&e=1476040496813&s=X5HDTP9644Ajw1SBuj7ETfNpM0k="; Path=/; Domain=127.0.0.1; Expires=Die, 09-Tet-2016 19:14:56 GMT; HttpOnly". Invalid 'expires' attribute: Die, 09-Tet-2016 19:14:56 GMT
   [junit4]   2> 968523 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]-SendThread(127.0.0.1:62800)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 968524 WARN  (zkCallback-1540-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5759d8f0 name: ZooKeeperConnection Watcher:127.0.0.1:62800/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 968524 WARN  (zkCallback-1540-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 968535 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 968537 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: testkerberoscollection failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   2> 968545 INFO  (jetty-launcher-1527-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@7066fb6b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 968545 INFO  (jetty-launcher-1527-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=605109996
   [junit4]   2> 968565 INFO  (jetty-launcher-1527-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96731430466682883-127.0.0.1:62802_solr-n_0000000000) closing
   [junit4]   2> 968565 INFO  (OverseerStateUpdate-96731430466682883-127.0.0.1:62802_solr-n_0000000000) [n:127.0.0.1:62802_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:62802_solr
   [junit4]   2> 968570 WARN  (zkCallback-1533-thread-1-processing-n:127.0.0.1:62802_solr) [n:127.0.0.1:62802_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 968572 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x157a8b937950003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 968572 ERROR (Thread[Thread-1267,5,TGRP-TestSolrCloudWithKerberosAlt]) [n:127.0.0.1:62802_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 968598 INFO  (jetty-launcher-1527-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@29884b6b{/solr,null,UNAVAILABLE}
   [junit4]   2> 968600 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62800 62800
   [junit4]   2> 968615 INFO  (Thread-1258) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62800 62800
   [junit4]   2> 974540 WARN  (Thread-1258) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	33	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithKerberosAlt -Dtests.method=testBasics -Dtests.seed=E70977311182F333 -Dtests.slow=true -Dtests.locale=sq-AL -Dtests.timezone=Etc/GMT+4 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 52.9s J1 | TestSolrCloudWithKerberosAlt.testBasics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:testkerberoscollection
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E70977311182F333:DAD1D91D296CAD43]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:153)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testCollectionCreateSearchDelete(TestSolrCloudWithKerberosAlt.java:206)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics(TestSolrCloudWithKerberosAlt.java:152)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1239, maxMBSortInHeap=7.6753749957601745, sim=ClassicSimilarity, locale=sq-AL, timezone=Etc/GMT+4
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=164345568,total=311775232
   [junit4]   2> NOTE: All tests run in this JVM: [FullHLLTest, HdfsTlogReplayBufferedWhileIndexingTest, TestCodecSupport, LukeRequestHandlerTest, ReplicationFactorTest, TestGraphTermsQParserPlugin, OverriddenZkACLAndCredentialsProvidersTest, DocExpirationUpdateProcessorFactoryTest, BasicZkTest, BigEndianAscendingWordDeserializerTest, CurrencyFieldOpenExchangeTest, RegexBoostProcessorTest, TestDistributedStatsComponentCardinality, ConfigSetsAPITest, TestBulkSchemaConcurrent, StatsReloadRaceTest, TestRequestForwarding, BadIndexSchemaTest, SortByFunctionTest, ReturnFieldsTest, TlogReplayBufferedWhileIndexingTest, TestSuggestSpellingConverter, SaslZkACLProviderTest, TestHdfsUpdateLog, CleanupOldIndexTest, EchoParamsTest, TestReloadAndDeleteDocs, TestFieldCacheReopen, NoCacheHeaderTest, CoreAdminHandlerTest, HdfsSyncSliceTest, TestCoreDiscovery, TermVectorComponentTest, BooleanFieldTest, FullSolrCloudDistribCmdsTest, TestConfigReload, AliasIntegrationTest, CircularListTest, TestLocalFSCloudBackupRestore, BitVectorTest, TestClassicSimilarityFactory, UUIDFieldTest, DefaultValueUpdateProcessorTest, SolrIndexSplitterTest, TermVectorComponentDistributedTest, ResourceLoaderTest, TestSolrDeletionPolicy2, SuggesterTest, HdfsDirectoryTest, ConnectionReuseTest, TestSearchPerf, TestGeoJSONResponseWriter, SpellPossibilityIteratorTest, TestObjectReleaseTracker, CloudMLTQParserTest, EnumFieldTest, TestTrie, TestQueryWrapperFilter, ScriptEngineTest, HdfsNNFailoverTest, TestReload, TestDefaultSearchFieldResource, TestSolrConfigHandlerCloud, TestSearcherReuse, LeaderElectionIntegrationTest, BlobRepositoryCloudTest, AddBlockUpdateTest, HighlighterConfigTest, ParsingFieldUpdateProcessorsTest, OverseerStatusTest, TestLuceneMatchVersion, UpdateParamsTest, TestRandomFaceting, DeleteShardTest, TestRebalanceLeaders, SolrCloudExampleTest, FieldAnalysisRequestHandlerTest, SimpleCollectionCreateDeleteTest, RemoteQueryErrorTest, StatsComponentTest, TestBadConfig, UUIDUpdateProcessorFallbackTest, TestLMDirichletSimilarityFactory, TestInitParams, ConvertedLegacyTest, CSVRequestHandlerTest, TestSolrFieldCacheMBean, CollectionsAPISolrJTest, TestNoOpRegenerator, DistribCursorPagingTest, TestSolrCloudWithKerberosAlt]
   [junit4] Completed [152/635 (1!)] on J1 in 52.91s, 1 test, 1 failure <<< FAILURES!

[...truncated 2177 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.HttpSolrClientConPoolTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/init-core-data-001
   [junit4]   2> 155185 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 155300 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 155300 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 155301 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-002/cores/core
   [junit4]   2> 155319 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 155321 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35bd663d{/solr,null,AVAILABLE}
   [junit4]   2> 155323 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.e.j.s.ServerConnector Started ServerConnector@55f2782d{HTTP/1.1,[http/1.1]}{127.0.0.1:59741}
   [junit4]   2> 155323 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.e.j.s.Server Started @165451ms
   [junit4]   2> 155324 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59741, configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-002/cores}
   [junit4]   2> 155324 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 155324 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 155324 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155324 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-09T10:04:35.198Z
   [junit4]   2> 155324 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/solr.xml
   [junit4]   2> 155362 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001
   [junit4]   2> 155362 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 155383 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 155384 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 155385 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 155385 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 155386 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/langid/lib
   [junit4]   2> 155386 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 155387 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 155387 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 155398 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 155400 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 155432 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 155576 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 155576 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 155577 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 155577 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 155577 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 155597 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1
   [junit4]   2> 155597 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/data/]
   [junit4]   2> 155597 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e0cbf6
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: init: current segments file is "segments"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@548dea6d
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: delete []
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: delete []
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 0 msec to checkpoint
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: init: create=true
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@283d83c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f16acf0)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$1
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@690b14c6
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@2d6cf1e5
   [junit4]   2> 
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: now flush at close
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]:   index before flush 
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: startFullFlush
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: coreLoadExecutor-506-thread-1 finishFullFlush success=true
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: apply all deletes during flush
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-506-thread-1]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-506-thread-1]: initDynamicDefaults spins=false maxThreadCount=2 maxMergeCount=7
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-506-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-506-thread-1]: now merge
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-506-thread-1]:   index: 
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-506-thread-1]:   no more merges pending; now return
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: waitForMerges
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: waitForMerges done
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: commit: start
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: commit: enter lock
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: commit: now prepare
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: prepareCommit: flush
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]:   index before flush 
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: startFullFlush
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: apply all deletes during flush
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-506-thread-1]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: coreLoadExecutor-506-thread-1 finishFullFlush success=true
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: startCommit(): start
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: startCommit index= changeCount=2
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: startCommit: wrote pending segments file "pending_segments_1"
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: done all syncs: []
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: commit: pendingCommit != null
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: commit: done writing segments file "segments_1"
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 0 msec to checkpoint
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: delete []
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: commit: took 0.4 msec
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: commit: done
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: rollback
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: all running merges have aborted
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: rollback: done finish merges
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: abort
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: done abort success=true
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: rollback: infos=
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: delete []
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 0 msec to checkpoint
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: delete []
   [junit4]   2> 155603 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 155617 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 155617 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 155618 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 155618 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 155618 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@548dea6d
   [junit4]   2> 155618 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: init: load commit "segments_1"
   [junit4]   2> 155618 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: delete []
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: delete []
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 0 msec to checkpoint
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: init: create=false
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@283d83c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f16acf0)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=APPEND
   [junit4]   2> similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$1
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@7a93bbb
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@ad9c658
   [junit4]   2> 
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: flush at getReader
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: startFullFlush
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: apply all deletes during flush
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-506-thread-1]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: coreLoadExecutor-506-thread-1 finishFullFlush success=true
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: getReader took 0 msec
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d712a85[collection1] main]
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/conf
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/conf
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/conf
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for /schema/analysis/stopwords/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for /schema/analysis/stopwords/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/stopwords/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/conf
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 3 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 155621 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 155621 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 155621 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 155621 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/conf/elevate.xml
   [junit4]   2> 155625 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 155625 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@4d712a85[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155626 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=0
   [junit4]   2> 155626 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 155626 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 155626 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 155626 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4d712a85[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155626 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547706014629888000
   [junit4]   2> 155867 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#59741
   [junit4]   2> 156149 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 156149 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 156151 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-004/cores/core
   [junit4]   2> 156154 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 156156 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7158731{/solr,null,AVAILABLE}
   [junit4]   2> 156157 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.e.j.s.ServerConnector Started ServerConnector@dfa2dba{HTTP/1.1,[http/1.1]}{127.0.0.1:59742}
   [junit4]   2> 156157 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.e.j.s.Server Started @166285ms
   [junit4]   2> 156157 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59742, configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-004/cores}
   [junit4]   2> 156158 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 156158 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 156158 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 156158 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-09T10:04:36.032Z
   [junit4]   2> 156158 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/solr.xml
   [junit4]   2> 156190 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003
   [junit4]   2> 156190 INFO  (SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 156201 WARN  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 156203 WARN  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
   [junit4]   2> 156203 WARN  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 156203 WARN  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
   [junit4]   2> 156204 WARN  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/langid/lib
   [junit4]   2> 156204 WARN  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
   [junit4]   2> 156204 WARN  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 156205 WARN  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
   [junit4]   2> 156211 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 156213 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 156246 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 156450 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 156450 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 156451 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 156451 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 156451 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 156495 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1
   [junit4]   2> 156495 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/data/]
   [junit4]   2> 156495 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e0cbf6
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-517-thread-1]: init: current segments file is "segments"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@2f24e783
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-517-thread-1]: delete []
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-517-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-517-thread-1]: delete []
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-517-thread-1]: 0 msec to checkpoint
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]: init: create=true
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@4b8f216c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6dd8e938)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$1
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@39350c98
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@b83ce93
   [junit4]   2> 
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]: MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]: now flush at close
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]:   index before flush 
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-517-thread-1]: startFullFlush
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collectio

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

 close
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]:   index before flush _0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: startFullFlush
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: coreCloseExecutor-407-thread-1 finishFullFlush success=true
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: apply all deletes during flush
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: now apply all deletes for all segments maxDoc=39
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: applyDeletes: no segments; skipping
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: prune sis=segments_3: _0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17 minGen=10 packetCount=0
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-407-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-407-thread-1]: now merge
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-407-thread-1]:   index: _0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-407-thread-1]:   no more merges pending; now return
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: waitForMerges
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: waitForMerges done
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: commit: start
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: commit: enter lock
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: commit: now prepare
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: prepareCommit: flush
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]:   index before flush _0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: startFullFlush
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: apply all deletes during flush
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: now apply all deletes for all segments maxDoc=39
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: applyDeletes: no segments; skipping
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: prune sis=segments_3: _0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17 minGen=10 packetCount=0
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: coreCloseExecutor-407-thread-1 finishFullFlush success=true
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: startCommit(): start
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]:   skip startCommit(): no changes pending
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: delete []
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: commit: pendingCommit == null; skip
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: commit: took 0.3 msec
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: commit: done
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: rollback
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: all running merges have aborted
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: rollback: done finish merges
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: abort
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: done abort success=true
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: rollback: infos=_0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: now checkpoint "_0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17" [2 segments ; isCommit = false]
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: delete []
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: 0 msec to checkpoint
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: delete []
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: delete []
   [junit4]   2> 165757 INFO  (SUITE-HttpSolrClientSSLAuthConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@417567c9{/solr,null,UNAVAILABLE}
   [junit4]   2> 165758 INFO  (SUITE-HttpSolrClientSSLAuthConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.HttpSolrClientSSLAuthConPoolTest_F3F568A0F01A8222-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=10, maxDocsPerChunk=415, blockSize=201), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=10, blockSize=201)), sim=ClassicSimilarity, locale=ro, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=67047176,total=153104384
   [junit4]   2> NOTE: All tests run in this JVM: [TestUpdateRequestCodec, FieldAnalysisResponseTest, ConcurrentUpdateSolrClientTest, TestDelegationTokenResponse, StreamExpressionToExpessionTest, SolrDocumentTest, ShardParamsTest, JettyWebappTest, ModifiableSolrParamsTest, JdbcDriverTest, CloudSolrClientTest, JDBCStreamTest, TestBatchUpdate, TestRetryUtil, SolrExampleEmbeddedTest, TermsResponseTest, TestDocumentObjectBinder, ConcatOperationTest, LBHttpSolrClientBuilderTest, GraphExpressionTest, TestXMLEscaping, CommonAdminParamsTest, SolrExampleStreamingBinaryTest, TestSpellCheckResponse, TestSolrProperties, TestEmbeddedSolrServer, TestJavaBinCodec, SolrQueryTest, TestHash, TestFastInputStream, SolrExceptionTest, ClientUtilsTest, FacetFieldTest, SolrSchemalessExampleTest, BasicHttpSolrClientTest, HttpSolrClientSSLAuthConPoolTest]
   [junit4] Completed [72/87 (2!)] on J0 in 9.45s, 2 tests, 1 failure <<< FAILURES!

[...truncated 59728 lines...]


[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3596 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3596/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics

Error Message:
Could not find collection:testkerberoscollection

Stack Trace:
java.lang.AssertionError: Could not find collection:testkerberoscollection
	at __randomizedtesting.SeedInfo.seed([4E6CEC3CD492BFE4:73B44210EC7CE194]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:153)
	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testCollectionCreateSearchDelete(TestSolrCloudWithKerberosAlt.java:206)
	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics(TestSolrCloudWithKerberosAlt.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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11302 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithKerberosAlt
   [junit4]   2> 1199377 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]) [    ] o.a.d.s.c.DefaultDirectoryService 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> 1201634 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]) [    ] o.a.s.c.TestSolrCloudWithKerberosAlt Enable delegation token: true
   [junit4]   2> 1201635 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-002
   [junit4]   2> 1201635 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1201636 INFO  (Thread-1601) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1201636 INFO  (Thread-1601) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1201740 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]) [    ] o.a.s.c.ZkTestServer start zk server on port:52023
   [junit4]   2> 1201741 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]-SendThread(127.0.0.1:52023)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 1201742 WARN  (zkCallback-1340-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ec21ae name: ZooKeeperConnection Watcher:127.0.0.1:52023 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1201742 WARN  (zkCallback-1340-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1201871 INFO  (jetty-launcher-1339-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1201872 INFO  (jetty-launcher-1339-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c9af2cf{/solr,null,AVAILABLE}
   [junit4]   2> 1201873 INFO  (jetty-launcher-1339-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@2f757efd{HTTP/1.1,[http/1.1]}{127.0.0.1:52025}
   [junit4]   2> 1201873 INFO  (jetty-launcher-1339-thread-1) [    ] o.e.j.s.Server Started @1209950ms
   [junit4]   2> 1201873 INFO  (jetty-launcher-1339-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52025}
   [junit4]   2> 1201874 INFO  (jetty-launcher-1339-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1201874 INFO  (jetty-launcher-1339-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1201874 INFO  (jetty-launcher-1339-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1201874 INFO  (jetty-launcher-1339-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-10T07:21:09.907Z
   [junit4]   2> 1201875 WARN  (jetty-launcher-1339-thread-1-SendThread(127.0.0.1:52023)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 1201876 WARN  (zkCallback-1341-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@69053c5a name: ZooKeeperConnection Watcher:127.0.0.1:52023/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1201876 WARN  (zkCallback-1341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1201892 INFO  (jetty-launcher-1339-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1201909 INFO  (jetty-launcher-1339-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52023/solr
   [junit4]   2> 1201910 WARN  (jetty-launcher-1339-thread-1-SendThread(127.0.0.1:52023)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 1201911 WARN  (zkCallback-1344-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@492efb68 name: ZooKeeperConnection Watcher:127.0.0.1:52023 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1201912 WARN  (zkCallback-1344-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1201947 WARN  (jetty-launcher-1339-thread-1-SendThread(127.0.0.1:52023)) [n:127.0.0.1:52025_solr    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 1201948 WARN  (zkCallback-1345-thread-1-processing-n:127.0.0.1:52025_solr) [n:127.0.0.1:52025_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7672ee7d name: ZooKeeperConnection Watcher:127.0.0.1:52023/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1201948 WARN  (zkCallback-1345-thread-1-processing-n:127.0.0.1:52025_solr) [n:127.0.0.1:52025_solr    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1202227 INFO  (jetty-launcher-1339-thread-1) [n:127.0.0.1:52025_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52025_solr
   [junit4]   2> 1202240 INFO  (jetty-launcher-1339-thread-1) [n:127.0.0.1:52025_solr    ] o.a.s.c.Overseer Overseer (id=96736645590089731-127.0.0.1:52025_solr-n_0000000000) starting
   [junit4]   2> 1202374 INFO  (jetty-launcher-1339-thread-1) [n:127.0.0.1:52025_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52025_solr
   [junit4]   2> 1202387 INFO  (zkCallback-1345-thread-1-processing-n:127.0.0.1:52025_solr) [n:127.0.0.1:52025_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1202393 INFO  (jetty-launcher-1339-thread-1) [n:127.0.0.1:52025_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.security.KerberosPlugin
   [junit4]   2> 1202410 INFO  (jetty-launcher-1339-thread-1) [n:127.0.0.1:52025_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up SPNego auth with config: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1202473 INFO  (jetty-launcher-1339-thread-1) [n:127.0.0.1:52025_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, kerberos.principal=HTTP/127.0.0.1, kerberos.keytab=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/keytabs, cookie.domain=127.0.0.1, token.validity=36000, type=kerberos, delegation-token.token-kind=solr-dt, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, kerberos.name.rules=RULE:[1:$1@$0](.*EXAMPLE.COM)s/@.*//
   [junit4]   2> RULE:[2:$2@$0](.*EXAMPLE.COM)s/@.*//
   [junit4]   2> DEFAULT, signer.secret.provider=zookeeper}
   [junit4]   2> 1202790 INFO  (jetty-launcher-1339-thread-1) [n:127.0.0.1:52025_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1202807 WARN  (jetty-launcher-1339-thread-1-SendThread(127.0.0.1:52023)) [n:127.0.0.1:52025_solr    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 1202828 ERROR (jetty-launcher-1339-thread-1-EventThread) [n:127.0.0.1:52025_solr    ] o.a.c.ConnectionState Authentication failed
   [junit4]   2> 1202866 INFO  (jetty-launcher-1339-thread-1-EventThread) [n:127.0.0.1:52025_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1203656 INFO  (jetty-launcher-1339-thread-1) [n:127.0.0.1:52025_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up SPNego auth with config: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 1203660 INFO  (jetty-launcher-1339-thread-1) [n:127.0.0.1:52025_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-002/node1/.
   [junit4]   2> 1203663 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]-SendThread(127.0.0.1:52023)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 1203669 WARN  (zkCallback-1347-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@476c683 name: ZooKeeperConnection Watcher:127.0.0.1:52023 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1203669 WARN  (zkCallback-1347-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1203721 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]-SendThread(127.0.0.1:52023)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 1203722 WARN  (zkCallback-1349-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@22681db0 name: ZooKeeperConnection Watcher:127.0.0.1:52023/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1203722 WARN  (zkCallback-1349-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1209236 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]-SendThread(127.0.0.1:52023)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 1209237 WARN  (zkCallback-1351-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b2c2637 name: ZooKeeperConnection Watcher:127.0.0.1:52023/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1209237 WARN  (zkCallback-1351-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1209248 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1209311 WARN  (qtp996885049-7337) [    ] o.a.h.s.a.s.KerberosAuthenticationHandler 'Authorization' does not start with 'Negotiate' :  Basic aGFycnk6SGFycnlJc1ViZXJDb29s
   [junit4]   1> Debug is  true storeKey true useTicketCache false useKeyTab true doNotPrompt false ticketCache is null isInitiator true KeyTab is /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/keytabs refreshKrb5Config is true principal is solr tryFirstPass is false useFirstPass is false storePass is false clearPass is false
   [junit4]   1> Refreshing Kerberos configuration
   [junit4]   1> principal is solr@EXAMPLE.COM
   [junit4]   1> Will use keytab
   [junit4]   1> Commit Succeeded 
   [junit4]   1> 
   [junit4]   2> 1211256 INFO  (qtp996885049-7338) [n:127.0.0.1:52025_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&property.solr.tests.ramBufferSizeMB=100&property.solr.tests.mergePolicyFactory=org.apache.solr.index.TieredMergePolicyFactory&property.solr.tests.useMergePolicyFactory=true&property.solr.tests.useMergePolicy=false&version=2&property.solr.tests.mergeScheduler=org.apache.lucene.index.ConcurrentMergeScheduler&property.config=solrconfig-tlog.xml&property.solr.tests.maxBufferedDocs=100000&name=testkerberoscollection&action=CREATE&numShards=1&property.solr.directoryFactory=solr.RAMDirectoryFactory&wt=javabin and sendToOCPQueue=true
   [junit4]   2> 1211270 INFO  (OverseerThreadFactory-3456-thread-1-processing-n:127.0.0.1:52025_solr) [n:127.0.0.1:52025_solr    ] o.a.s.c.CreateCollectionCmd Create collection testkerberoscollection
   [junit4]   2> 1211270 INFO  (OverseerThreadFactory-3456-thread-1-processing-n:127.0.0.1:52025_solr) [n:127.0.0.1:52025_solr    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:solrCloudCollectionConfig
   [junit4]   2> 1211399 WARN  (qtp996885049-7340) [    ] o.a.h.s.a.s.KerberosAuthenticationHandler 'Authorization' does not start with 'Negotiate' :  Basic aGFycnk6SGFycnlJc1ViZXJDb29s
   [junit4]   2> 1211400 ERROR (OverseerThreadFactory-3456-thread-1-processing-n:127.0.0.1:52025_solr) [n:127.0.0.1:52025_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:52025/solr
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52025/solr: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]   2> <title>Error 401 </title>
   [junit4]   2> </head>
   [junit4]   2> <body>
   [junit4]   2> <h2>HTTP ERROR: 401</h2>
   [junit4]   2> <p>Problem accessing /solr/admin/cores. Reason:
   [junit4]   2> <pre>    Authentication required</pre></p>
   [junit4]   2> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.8.v20160314</a><hr/>
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> 
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:195)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1211401 ERROR (OverseerThreadFactory-3456-thread-1-processing-n:127.0.0.1:52025_solr) [n:127.0.0.1:52025_solr    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [testkerberoscollection].
   [junit4]   2> 1211401 INFO  (OverseerThreadFactory-3456-thread-1-processing-n:127.0.0.1:52025_solr) [n:127.0.0.1:52025_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1212143 INFO  (OverseerThreadFactory-3456-thread-1-processing-n:127.0.0.1:52025_solr) [n:127.0.0.1:52025_solr    ] o.a.s.c.CreateCollectionCmd Cleaned up artifacts for failed create collection for [testkerberoscollection]
   [junit4]   2> 1212396 INFO  (qtp996885049-7338) [n:127.0.0.1:52025_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1213294 INFO  (OverseerCollectionConfigSetProcessor-96736645590089731-127.0.0.1:52025_solr-n_0000000000) [n:127.0.0.1:52025_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1242569 ERROR (qtp996885049-7338) [n:127.0.0.1:52025_solr    ] o.a.s.h.a.CollectionsHandler Timed out waiting for new collection's replicas to become ACTIVE with timeout=30
   [junit4]   2> 1242570 INFO  (qtp996885049-7338) [n:127.0.0.1:52025_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&property.solr.tests.ramBufferSizeMB=100&property.solr.tests.mergePolicyFactory=org.apache.solr.index.TieredMergePolicyFactory&property.solr.tests.useMergePolicyFactory=true&property.solr.tests.useMergePolicy=false&version=2&property.solr.tests.mergeScheduler=org.apache.lucene.index.ConcurrentMergeScheduler&property.config=solrconfig-tlog.xml&property.solr.tests.maxBufferedDocs=100000&name=testkerberoscollection&action=CREATE&numShards=1&property.solr.directoryFactory=solr.RAMDirectoryFactory&wt=javabin} status=0 QTime=31313
   [junit4]   2> 1242588 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=solr&p=solr@EXAMPLE.COM&t=kerberos-dt&e=1476120079073&s=0u5a3E40oWIy+4oRqZvWB0Bk+I8="; Path=/; Domain=127.0.0.1; Expires=Mo, 10-Okt-2016 17:21:19 GMT; HttpOnly". Invalid 'expires' attribute: Mo, 10-Okt-2016 17:21:19 GMT
   [junit4]   2> 1242589 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]-SendThread(127.0.0.1:52023)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 1242590 WARN  (zkCallback-1352-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e37cfc8 name: ZooKeeperConnection Watcher:127.0.0.1:52023/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1242590 WARN  (zkCallback-1352-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1242609 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1242611 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: testkerberoscollection failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   2> 1242656 INFO  (jetty-launcher-1339-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@2f757efd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1242657 INFO  (jetty-launcher-1339-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2074323711
   [junit4]   2> 1242689 INFO  (jetty-launcher-1339-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96736645590089731-127.0.0.1:52025_solr-n_0000000000) closing
   [junit4]   2> 1242689 INFO  (OverseerStateUpdate-96736645590089731-127.0.0.1:52025_solr-n_0000000000) [n:127.0.0.1:52025_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52025_solr
   [junit4]   2> 1244202 WARN  (zkCallback-1345-thread-3-processing-n:127.0.0.1:52025_solr) [n:127.0.0.1:52025_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1244203 ERROR (Thread[Thread-1610,5,TGRP-TestSolrCloudWithKerberosAlt]) [n:127.0.0.1:52025_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1244265 INFO  (jetty-launcher-1339-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3c9af2cf{/solr,null,UNAVAILABLE}
   [junit4]   2> 1244267 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[4E6CEC3CD492BFE4]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52023 52023
   [junit4]   2> 1244382 INFO  (Thread-1601) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52023 52023
   [junit4]   2> 1252137 WARN  (Thread-1601) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	39	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithKerberosAlt -Dtests.method=testBasics -Dtests.seed=4E6CEC3CD492BFE4 -Dtests.slow=true -Dtests.locale=de-AT -Dtests.timezone=Asia/Chongqing -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 72.4s J1 | TestSolrCloudWithKerberosAlt.testBasics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:testkerberoscollection
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4E6CEC3CD492BFE4:73B44210EC7CE194]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:153)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testCollectionCreateSearchDelete(TestSolrCloudWithKerberosAlt.java:206)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics(TestSolrCloudWithKerberosAlt.java:152)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_4E6CEC3CD492BFE4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1604, maxMBSortInHeap=7.4267036305939405, sim=ClassicSimilarity, locale=de-AT, timezone=Asia/Chongqing
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=100297008,total=334483456
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCloudExampleTest, TestManagedSchemaAPI, SpellingQueryConverterTest, CloudMLTQParserTest, BlockDirectoryTest, ReplicationFactorTest, BJQParserTest, TestClassicSimilarityFactory, TestSchemaManager, SolrCoreCheckLockOnStartupTest, SignatureUpdateProcessorFactoryTest, TestUseDocValuesAsStored2, TestFieldSortValues, TestConfigSetsAPIZkFailure, CircularListTest, GraphQueryTest, TestMaxScoreQueryParser, TestQuerySenderListener, JSONWriterTest, TestFileDictionaryLookup, SolrInfoMBeanTest, TestLeaderInitiatedRecoveryThread, TestDistributedMissingSort, EnumFieldTest, AddBlockUpdateTest, HdfsRecoveryZkTest, IndexSchemaTest, TestDocSet, TestSystemIdResolver, AliasIntegrationTest, TestSolrFieldCacheMBean, TestMacroExpander, TestHdfsUpdateLog, TestSolrCoreProperties, SolrIndexSplitterTest, TestAuthorizationFramework, TestStressUserVersions, TestSmileRequest, TestDistribDocBasedVersion, DirectoryFactoryTest, ParsingFieldUpdateProcessorsTest, ConnectionReuseTest, TestXmlQParser, StatsReloadRaceTest, FileBasedSpellCheckerTest, OverseerStatusTest, SpellCheckCollatorTest, TestDynamicFieldResource, TestDistributedGrouping, AnalyticsQueryTest, TestZkChroot, BooleanFieldTest, TestDefaultSearchFieldResource, TestPHPSerializedResponseWriter, TestCodecSupport, SecurityConfHandlerTest, DistributedVersionInfoTest, TestJoin, HdfsNNFailoverTest, TestEmbeddedSolrServerConstructors, TestSchemaResource, QueryParsingTest, FacetPivotSmallTest, TestCollationFieldDocValues, CdcrReplicationHandlerTest, TestSolrQueryParser, FullHLLTest, OverriddenZkACLAndCredentialsProvidersTest, TestConfigSetsAPI, TestSubQueryTransformerCrossCore, TestBadConfig, TestOrdValues, BadComponentTest, TestSizeLimitedDistributedMap, TestSlowCompositeReaderWrapper, NotRequiredUniqueKeyTest, DistributedTermsComponentTest, DistribCursorPagingTest, NoCacheHeaderTest, EchoParamsTest, SortSpecParsingTest, CleanupOldIndexTest, HdfsChaosMonkeySafeLeaderTest, SpellPossibilityIteratorTest, BigEndianAscendingWordDeserializerTest, TestGraphTermsQParserPlugin, TestQueryUtils, UUIDFieldTest, TestMiniSolrCloudClusterSSL, TestBinaryResponseWriter, TestInitQParser, TestFoldingMultitermQuery, TestRecoveryHdfs, TestAuthenticationFramework, DistributedFacetPivotLargeTest, TestFuzzyAnalyzedSuggestions, RequestLoggingTest, TestReplicationHandlerBackup, ShardRoutingCustomTest, TestOmitPositions, TestObjectReleaseTracker, TestReversedWildcardFilterFactory, DeleteShardTest, DefaultValueUpdateProcessorTest, BasicAuthIntegrationTest, DirectUpdateHandlerOptimizeTest, TestRandomFlRTGCloud, TestTolerantUpdateProcessorCloud, WordBreakSolrSpellCheckerTest, MergeStrategyTest, TestDistributedStatsComponentCardinality, ClusterStateTest, TestQueryWrapperFilter, TestRebalanceLeaders, DocExpirationUpdateProcessorFactoryTest, CurrencyFieldOpenExchangeTest, TestRecovery, PreAnalyzedFieldTest, DebugComponentTest, RollingRestartTest, ClassificationUpdateProcessorFactoryTest, HdfsBasicDistributedZkTest, RemoteQueryErrorTest, TestBackupRepositoryFactory, TestAnalyzedSuggestions, HighlighterConfigTest, BitVectorTest, TestSolrXml, ConfigSetsAPITest, TestNoOpRegenerator, TestSolrCloudWithKerberosAlt]
   [junit4] Completed [247/635 (1!)] on J1 in 72.42s, 1 test, 1 failure <<< FAILURES!

[...truncated 61624 lines...]


[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3595 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3595/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.schema.TestCloudSchemaless.test

Error Message:
QUERY FAILED: xpath=/response/arr[@name='fields']/lst/str[@name='name'][.='newTestFieldInt446']  request=/schema/fields?wt=xml  response=<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><arr name="fields"><lst><str name="name">_root_</str><str name="type">string</str><bool name="multiValued">false</bool><bool name="indexed">true</bool><bool name="stored">true</bool></lst><lst><str name="name">_version_</str><str name="type">long</str><bool name="indexed">true</bool><bool name="stored">true</bool></lst><lst><str name="name">constantField</str><str name="type">tdouble</str></lst><lst><str name="name">id</str><str name="type">string</str><bool name="multiValued">false</bool><bool name="indexed">true</bool><bool name="required">true</bool><bool name="stored">true</bool></lst><lst><str name="name">newTestFieldInt0</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt1</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt10</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt100</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt101</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt102</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt103</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt104</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt105</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt106</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt107</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt108</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt109</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt11</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt110</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt111</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt112</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt113</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt114</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt115</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt116</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt117</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt118</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt119</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt12</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt120</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt121</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt122</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt123</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt124</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt125</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt126</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt127</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt128</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt129</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt13</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt130</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt131</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt132</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt133</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt134</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt135</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt136</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt137</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt138</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt139</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt14</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt140</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt141</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt142</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt143</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt144</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt145</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt146</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt147</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt148</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt149</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt15</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt150</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt151</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt152</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt153</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt154</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt155</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt156</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt157</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt158</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt159</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt16</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt160</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt161</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt162</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt163</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt164</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt165</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt166</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt167</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt168</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt169</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt17</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt170</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt171</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt172</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt173</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt174</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt175</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt176</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt177</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt178</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt179</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt18</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt180</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt181</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt182</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt183</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt184</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt185</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt186</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt187</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt188</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt189</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt19</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt190</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt191</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt192</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt193</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt194</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt195</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt196</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt197</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt198</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt199</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt2</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt20</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt200</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt201</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt202</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt203</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt204</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt205</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt206</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt207</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt208</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt209</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt21</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt210</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt211</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt212</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt213</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt214</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt215</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt216</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt217</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt218</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt219</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt22</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt220</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt221</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt222</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt223</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt224</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt225</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt226</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt227</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt228</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt229</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt23</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt230</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt231</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt232</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt233</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt234</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt235</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt236</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt237</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt238</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt239</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt24</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt240</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt241</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt242</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt243</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt244</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt245</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt246</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt247</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt248</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt249</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt25</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt250</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt251</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt252</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt253</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt254</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt255</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt256</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt257</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt258</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt259</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt26</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt260</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt261</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt262</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt263</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt264</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt265</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt266</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt267</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt268</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt269</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt27</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt270</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt271</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt272</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt273</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt274</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt275</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt276</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt277</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt278</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt279</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt28</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt280</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt281</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt282</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt283</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt284</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt285</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt286</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt287</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt288</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt289</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt29</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt290</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt291</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt292</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt293</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt294</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt295</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt296</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt297</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt298</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt299</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt3</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt30</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt300</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt301</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt302</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt303</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt304</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt305</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt306</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt307</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt308</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt309</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt31</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt310</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt311</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt312</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt313</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt314</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt315</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt316</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt317</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt318</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt319</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt32</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt320</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt321</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt322</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt323</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt324</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt325</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt326</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt327</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt328</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt329</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt33</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt330</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt331</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt332</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt333</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt334</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt335</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt336</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt337</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt338</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt339</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt34</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt340</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt341</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt342</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt343</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt344</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt345</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt346</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt347</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt348</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt349</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt35</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt350</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt351</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt352</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt353</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt354</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt355</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt356</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt357</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt358</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt359</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt36</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt360</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt361</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt362</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt363</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt364</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt365</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt366</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt367</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt368</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt369</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt37</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt370</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt371</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt372</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt373</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt374</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt375</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt376</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt377</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt378</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt379</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt38</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt380</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt381</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt382</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt383</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt384</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt385</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt386</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt387</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt388</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt389</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt39</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt390</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt391</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt392</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt393</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt394</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt395</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt396</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt397</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt398</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt399</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt4</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt40</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt400</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt401</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt402</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt403</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt404</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt405</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt406</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt407</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt408</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt409</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt41</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt410</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt411</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt412</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt413</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt414</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt415</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt416</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt417</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt418</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt419</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt42</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt420</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt421</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt422</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt423</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt424</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt425</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt426</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt427</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt428</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt429</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt43</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt430</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt431</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt432</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt433</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt434</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt435</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt436</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt437</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt438</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt439</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt44</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt440</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt441</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt442</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt443</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt444</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt445</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt448</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt449</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt45</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt46</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt47</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt48</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt49</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt5</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt50</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt51</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt52</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt53</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt54</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt55</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt56</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt57</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt58</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt59</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt6</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt60</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt61</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt62</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt63</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt64</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt65</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt66</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt67</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt68</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt69</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt7</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt70</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt71</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt72</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt73</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt74</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt75</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt76</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt77</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt78</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt79</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt8</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt80</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt81</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt82</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt83</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt84</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt85</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt86</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt87</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt88</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt89</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt9</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt90</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt91</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt92</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt93</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt94</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt95</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt96</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt97</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt98</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt99</str><str name="type">tlong</str></lst></arr> </response> 

Stack Trace:
java.lang.AssertionError: QUERY FAILED: xpath=/response/arr[@name='fields']/lst/str[@name='name'][.='newTestFieldInt446']  request=/schema/fields?wt=xml  response=<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><arr name="fields"><lst><str name="name">_root_</str><str name="type">string</str><bool name="multiValued">false</bool><bool name="indexed">true</bool><bool name="stored">true</bool></lst><lst><str name="name">_version_</str><str name="type">long</str><bool name="indexed">true</bool><bool name="stored">true</bool></lst><lst><str name="name">constantField</str><str name="type">tdouble</str></lst><lst><str name="name">id</str><str name="type">string</str><bool name="multiValued">false</bool><bool name="indexed">true</bool><bool name="required">true</bool><bool name="stored">true</bool></lst><lst><str name="name">newTestFieldInt0</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt1</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt10</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt100</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt101</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt102</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt103</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt104</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt105</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt106</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt107</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt108</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt109</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt11</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt110</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt111</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt112</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt113</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt114</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt115</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt116</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt117</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt118</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt119</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt12</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt120</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt121</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt122</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt123</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt124</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt125</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt126</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt127</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt128</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt129</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt13</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt130</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt131</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt132</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt133</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt134</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt135</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt136</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt137</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt138</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt139</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt14</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt140</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt141</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt142</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt143</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt144</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt145</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt146</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt147</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt148</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt149</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt15</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt150</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt151</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt152</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt153</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt154</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt155</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt156</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt157</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt158</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt159</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt16</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt160</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt161</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt162</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt163</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt164</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt165</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt166</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt167</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt168</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt169</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt17</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt170</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt171</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt172</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt173</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt174</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt175</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt176</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt177</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt178</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt179</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt18</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt180</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt181</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt182</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt183</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt184</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt185</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt186</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt187</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt188</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt189</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt19</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt190</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt191</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt192</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt193</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt194</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt195</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt196</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt197</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt198</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt199</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt2</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt20</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt200</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt201</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt202</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt203</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt204</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt205</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt206</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt207</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt208</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt209</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt21</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt210</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt211</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt212</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt213</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt214</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt215</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt216</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt217</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt218</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt219</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt22</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt220</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt221</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt222</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt223</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt224</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt225</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt226</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt227</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt228</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt229</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt23</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt230</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt231</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt232</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt233</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt234</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt235</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt236</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt237</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt238</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt239</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt24</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt240</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt241</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt242</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt243</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt244</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt245</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt246</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt247</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt248</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt249</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt25</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt250</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt251</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt252</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt253</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt254</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt255</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt256</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt257</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt258</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt259</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt26</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt260</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt261</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt262</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt263</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt264</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt265</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt266</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt267</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt268</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt269</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt27</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt270</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt271</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt272</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt273</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt274</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt275</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt276</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt277</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt278</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt279</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt28</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt280</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt281</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt282</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt283</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt284</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt285</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt286</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt287</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt288</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt289</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt29</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt290</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt291</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt292</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt293</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt294</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt295</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt296</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt297</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt298</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt299</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt3</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt30</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt300</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt301</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt302</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt303</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt304</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt305</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt306</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt307</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt308</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt309</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt31</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt310</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt311</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt312</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt313</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt314</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt315</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt316</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt317</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt318</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt319</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt32</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt320</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt321</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt322</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt323</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt324</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt325</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt326</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt327</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt328</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt329</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt33</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt330</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt331</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt332</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt333</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt334</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt335</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt336</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt337</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt338</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt339</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt34</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt340</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt341</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt342</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt343</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt344</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt345</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt346</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt347</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt348</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt349</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt35</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt350</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt351</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt352</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt353</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt354</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt355</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt356</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt357</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt358</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt359</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt36</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt360</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt361</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt362</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt363</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt364</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt365</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt366</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt367</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt368</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt369</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt37</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt370</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt371</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt372</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt373</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt374</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt375</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt376</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt377</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt378</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt379</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt38</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt380</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt381</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt382</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt383</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt384</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt385</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt386</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt387</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt388</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt389</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt39</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt390</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt391</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt392</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt393</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt394</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt395</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt396</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt397</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt398</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt399</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt4</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt40</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt400</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt401</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt402</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt403</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt404</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt405</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt406</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt407</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt408</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt409</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt41</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt410</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt411</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt412</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt413</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt414</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt415</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt416</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt417</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt418</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt419</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt42</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt420</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt421</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt422</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt423</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt424</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt425</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt426</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt427</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt428</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt429</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt43</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt430</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt431</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt432</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt433</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt434</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt435</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt436</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt437</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt438</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt439</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt44</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt440</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt441</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt442</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt443</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt444</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt445</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt448</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt449</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt45</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt46</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt47</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt48</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt49</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt5</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt50</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt51</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt52</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt53</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt54</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt55</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt56</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt57</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt58</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt59</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt6</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt60</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt61</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt62</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt63</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt64</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt65</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt66</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt67</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt68</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt69</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt7</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt70</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt71</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt72</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt73</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt74</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt75</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt76</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt77</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt78</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt79</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt8</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt80</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt81</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt82</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt83</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt84</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt85</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt86</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt87</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt88</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt89</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt9</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt90</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt91</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt92</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt93</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt94</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt95</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt96</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt97</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt98</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt99</str><str name="type">tlong</str></lst></arr>
</response>

	at __randomizedtesting.SeedInfo.seed([1D04D2505469255F:9550ED8AFA9548A7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:137)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics

Error Message:
Could not find collection:testkerberoscollection

Stack Trace:
java.lang.AssertionError: Could not find collection:testkerberoscollection
	at __randomizedtesting.SeedInfo.seed([1D04D2505469255F:20DC7C7C6C877B2F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:153)
	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testCollectionCreateSearchDelete(TestSolrCloudWithKerberosAlt.java:206)
	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics(TestSolrCloudWithKerberosAlt.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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10828 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithKerberosAlt
   [junit4]   2> 545044 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[1D04D2505469255F]) [    ] o.a.d.s.c.DefaultDirectoryService 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> 546723 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[1D04D2505469255F]) [    ] o.a.s.c.TestSolrCloudWithKerberosAlt Enable delegation token: false
   [junit4]   2> 546724 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[1D04D2505469255F]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_1D04D2505469255F-001/tempDir-002
   [junit4]   2> 546724 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[1D04D2505469255F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 546724 INFO  (Thread-858) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 546724 INFO  (Thread-858) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 546829 INFO  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[1D04D2505469255F]) [    ] o.a.s.c.ZkTestServer start zk server on port:63049
   [junit4]   2> 546830 WARN  (TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[1D04D2505469255F]-SendThread(127.0.0.1:63049)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_1D04D2505469255F-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 546833 WARN  (zkCallback-530-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5830645f name: ZooKeeperConnection Watcher:127.0.0.1:63049 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 546833 WARN  (zkCallback-530-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 546943 INFO  (jetty-launcher-529-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 546948 INFO  (jetty-launcher-529-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a322338{/solr,null,AVAILABLE}
   [junit4]   2> 546948 INFO  (jetty-launcher-529-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@26837019{HTTP/1.1,[http/1.1]}{127.0.0.1:63051}
   [junit4]   2> 546948 INFO  (jetty-launcher-529-thread-1) [    ] o.e.j.s.Server Started @553168ms
   [junit4]   2> 546948 INFO  (jetty-launcher-529-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63051}
   [junit4]   2> 546949 INFO  (jetty-launcher-529-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 546949 INFO  (jetty-launcher-529-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 546949 INFO  (jetty-launcher-529-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 546949 INFO  (jetty-launcher-529-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-09T20:04:34.035Z
   [junit4]   2> 546950 WARN  (jetty-launcher-529-thread-1-SendThread(127.0.0.1:63049)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_1D04D2505469255F-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 546951 WARN  (zkCallback-531-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@54d08737 name: ZooKeeperConnection Watcher:127.0.0.1:63049/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 546952 WARN  (zkCallback-531-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 546965 INFO  (jetty-launcher-529-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 547021 INFO  (jetty-launcher-529-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63049/solr
   [junit4]   2> 547024 WARN  (jetty-launcher-529-thread-1-SendThread(127.0.0.1:63049)) [    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_1D04D2505469255F-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 547027 WARN  (zkCallback-534-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e3d930a name: ZooKeeperConnection Watcher:127.0.0.1:63049 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 547027 WARN  (zkCallback-534-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 547035 WARN  (jetty-launcher-529-thread-1-SendThread(127.0.0.1:63049)) [n:127.0.0.1:63051_solr    ] o.a.z.ClientCnxn SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_1D04D2505469255F-001/tempDir-001/minikdc/jaas-client.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
   [junit4]   2> 547037 WARN  (zkCallback-535-thread-1-processing-n:127.0.0.1:63051_solr) [n:127.0.0.1:63051_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@943f474 name: ZooKeeperConnection Watcher:127.0.0.1:63049/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 547037 WARN  (zkCallback-535-thread-1-processing-n:127.0.0.1:63051_solr) [n:127.0.0.1:63051_solr    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 547147 INFO  (jetty-launcher-529-thread-1) [n:127.0.0.1:63051_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63051_solr
   [junit4]   2> 547151 INFO  (jetty-launcher-529-thread-1) [n:127.0.0.1:63051_solr    ] o.a.s.c.Overseer Overseer (id=96733985099808771-127.0.0.1:63051_solr-n_0000000000) starting
   [junit4]   2> 547207 INFO  (jetty-launcher-529-thread-1) [n:127.0.0.1:63051_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63051_solr
   [junit4]   2> 547222 INFO  (zkCallback-535-thread-1-processing-n:127.0.0.1:63051_solr) [n:127.0.0.1:63051_solr    ] o.a.s.c.c.ZkStateReader U

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

me">newTestFieldInt76</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt77</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt78</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt79</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt8</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt80</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt81</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt82</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt83</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt84</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt85</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt86</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt87</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt88</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt89</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt9</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt90</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt91</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt92</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt93</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt94</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt95</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt96</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt97</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt98</str><str name="type">tlong</str></lst><lst><str name="name">newTestFieldInt99</str><str name="type">tlong</str></lst></arr>
   [junit4]    > </response>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1D04D2505469255F:9550ED8AFA9548A7]:0)
   [junit4]    > 	at org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:137)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3624259 INFO  (SUITE-TestCloudSchemaless-seed#[1D04D2505469255F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_1D04D2505469255F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=23, maxMBSortInHeap=5.012428391612731, sim=RandomSimilarity(queryNorm=false): {}, locale=zh-CN, timezone=Asia/Riyadh
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=84421304,total=420478976
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrUpdateLogTest, CreateCollectionCleanupTest, TestFileDictionaryLookup, TestRangeQuery, SpellPossibilityIteratorTest, TestSolrDeletionPolicy2, PeerSyncReplicationTest, TestDistributedGrouping, TestLegacyFieldCache, UpdateRequestProcessorFactoryTest, TestBinaryResponseWriter, OverseerStatusTest, DistributedFacetPivotLargeTest, BooleanFieldTest, ResponseLogComponentTest, TestExactStatsCache, TestSmileRequest, DistanceFunctionTest, TestSchemaVersionResource, EchoParamsTest, TermVectorComponentDistributedTest, ClassificationUpdateProcessorFactoryTest, TestSolrIndexConfig, ZkStateWriterTest, CoreMergeIndexesAdminHandlerTest, CollectionReloadTest, TestMiniSolrCloudClusterSSL, DateRangeFieldTest, SuggestComponentContextFilterQueryTest, TestPHPSerializedResponseWriter, TestUniqueKeyFieldResource, TestStressUserVersions, TestSolrQueryResponse, FullSolrCloudDistribCmdsTest, ShardRoutingCustomTest, TestSolrQueryParserDefaultOperatorResource, ResourceLoaderTest, TestJoin, TestFieldSortValues, TestSolrCoreProperties, TestDefaultSearchFieldResource, BasicZkTest, TestSchemaResource, ConvertedLegacyTest, TestXmlQParser, RuleEngineTest, JsonLoaderTest, LoggingHandlerTest, MultiThreadedOCPTest, TestRebalanceLeaders, TestSolrCloudWithKerberosAlt, CSVRequestHandlerTest, CdcrReplicationHandlerTest, TestReloadAndDeleteDocs, TestLuceneMatchVersion, HdfsChaosMonkeySafeLeaderTest, BlockDirectoryTest, CacheHeaderTest, TestDistribDocBasedVersion, LukeRequestHandlerTest, TestSearchPerf, EnumFieldTest, TestQueryTypes, OverriddenZkACLAndCredentialsProvidersTest, DirectoryFactoryTest, TestRandomFlRTGCloud, HdfsBasicDistributedZkTest, TestLMDirichletSimilarityFactory, TestOrdValues, TestAtomicUpdateErrorCases, SuggesterWFSTTest, RemoteQueryErrorTest, TestManagedSynonymFilterFactory, DirectUpdateHandlerOptimizeTest, TestManagedSchemaAPI, BigEndianAscendingWordDeserializerTest, ChaosMonkeySafeLeaderTest, TestFieldCacheSort, UUIDUpdateProcessorFallbackTest, IndexSchemaTest, TestSearcherReuse, OpenCloseCoreStressTest, TestFieldCacheVsDocValues, BadIndexSchemaTest, SolrCloudExampleTest, TestBackupRepositoryFactory, SolrCmdDistributorTest, DeleteInactiveReplicaTest, TestLeaderInitiatedRecoveryThread, ExternalFileFieldSortTest, ConfigSetsAPITest, TestRestManager, TestComponentsName, TestMacroExpander, NotRequiredUniqueKeyTest, AnalyticsQueryTest, DistributedFacetPivotWhiteBoxTest, StatsComponentTest, TestIndexingPerformance, URLClassifyProcessorTest, TestSlowCompositeReaderWrapper, WordBreakSolrSpellCheckerTest, DistribJoinFromCollectionTest, SaslZkACLProviderTest, DocExpirationUpdateProcessorFactoryTest, BasicDistributedZk2Test, NoCacheHeaderTest, HdfsDirectoryFactoryTest, BlobRepositoryCloudTest, TestConfig, FieldMutatingUpdateProcessorTest, TestFiltering, LeaderFailureAfterFreshStartTest, HttpPartitionTest, TestFieldCacheReopen, TestLocalFSCloudBackupRestore, TestScoreJoinQPScore, DeleteNodeTest, TestUtils, TestReload, TestFieldResource, TestMaxScoreQueryParser, TestRecoveryHdfs, TestDistributedStatsComponentCardinality, TestComplexPhraseQParserPlugin, CollectionsAPISolrJTest, TestDocTermOrds, TestRestoreCore, TestCodecSupport, JSONWriterTest, SpellingQueryConverterTest, TestHighFrequencyDictionaryFactory, VMParamsZkACLAndCredentialsProvidersTest, BitVectorTest, TestFieldTypeResource, TestSimpleTrackingShardHandler, TestCloudInspectUtil, TestNoOpRegenerator, CheckHdfsIndexTest, TermVectorComponentTest, TestRequestForwarding, FileBasedSpellCheckerTest, TestConfigSetsAPIZkFailure, TestConfigSets, TestWriterPerf, TestValueSourceCache, DeleteShardTest, TlogReplayBufferedWhileIndexingTest, TestDFRSimilarityFactory, TestStressCloudBlindAtomicUpdates, TestStressRecovery, HdfsRecoveryZkTest, LeaderElectionIntegrationTest, ReturnFieldsTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, TestReplicationHandler, TestRandomFaceting, LeaderElectionTest, TestZkChroot, AutoCommitTest, TestRecovery, TestHashPartitioner, TestStressVersions, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, QueryElevationComponentTest, TestSort, BasicFunctionalityTest, TestIndexSearcher, SoftAutoCommitTest, TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestTrie, TestCSVLoader, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, QueryEqualityTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, SolrInfoMBeanTest, DebugComponentTest, TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, TestCollationField, MBeansHandlerTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, SearchHandlerTest, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, CircularListTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, TestCrossCoreJoin, TestDistributedMissingSort, TestTolerantSearch, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, AsyncCallRequestStatusResponseTest, CdcrReplicationDistributedZkTest, CdcrVersionReplicationTest, CleanupOldIndexTest, CollectionTooManyReplicasTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistributedQueueTest, LeaderInitiatedRecoveryOnCommitTest, ReplicationFactorTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudPseudoReturnFields, TestConfigSetsAPI, TestCryptoKeys, TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, TestLeaderRecoverFromLogOnStartup, TestLockTree, TestMiniSolrCloudCluster, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestSolrXml, TestSolrCoreSnapshots, TestHdfsBackupRestoreCore, TestReplicationHandlerBackup, TestSolrConfigHandlerCloud, DistributedFacetPivotSmallTest, FacetPivotSmallTest, TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, TestDynamicFieldResource, TestFieldCollectionResource, TestSchemaNameResource, TestSchemaSimilarityResource, TestManagedStopFilterFactory, BadCopyFieldTest, SpatialRPTFieldTypeTest, TestCloudSchemaless]
   [junit4] Completed [564/635 (2!)] on J1 in 53.10s, 1 test, 1 failure <<< FAILURES!

[...truncated 60569 lines...]