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/05/03 02:30:44 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16644/
Java: 32bit/jdk1.8.0_92 -server -XX:+UseConcMarkSweepGC

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

Error Message:
Error from server at http://127.0.0.1:45722/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:45722/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([E98FDCAFE118D437:61DBE3754FE4B9CF]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:661)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1073)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:86)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45722/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:638)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more


FAILED:  org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([E98FDCAFE118D437:CF986459DC498D55]:0)
	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:92)
	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery$IntersectsDifferentiatingVisitor.<init>(IntersectsRPTVerifyQuery.java:166)
	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery.compute(IntersectsRPTVerifyQuery.java:157)
	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$1.scorer(IntersectsRPTVerifyQuery.java:95)
	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:292)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:851)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField(TestSolr4Spatial2.java:139)
	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 10921 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial2
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001
   [junit4]   2> 286480 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 286481 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 286481 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 286481 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 286481 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 286481 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 286482 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 286497 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 286515 WARN  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 286516 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 286523 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spatial.xml
   [junit4]   2> 286526 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 286541 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 286541 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 286541 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 16403410
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 286542 WARN  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 286547 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 286547 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 286547 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 286547 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 286547 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 286548 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-spatial.xml, transient=false, schema=schema-spatial.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001, shard=shard1}
   [junit4]   2> 286548 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 286548 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 286549 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 286549 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 286549 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 286560 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 286578 WARN  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 286578 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 286590 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spatial.xml
   [junit4]   2> 286592 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 286612 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 286614 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 286614 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 286614 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 286614 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/]
   [junit4]   2> 286615 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 286615 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001
   [junit4]   2> 286615 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index/
   [junit4]   2> 286615 WARN  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 286615 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index
   [junit4]   2> 286615 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@84f6ac
   [junit4]   2> 286616 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_1,generation=1}
   [junit4]   2> 286616 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 286616 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/
   [junit4]   2> 286618 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 286620 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 286620 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 286621 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 286622 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=92.6513671875, floorSegmentMB=1.0400390625, forceMergeDeletesPctAllowed=19.589036217911556, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_1,generation=1}
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d4a1bb[collection1] main]
   [junit4]   2> 286624 WARN  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 286624 INFO  (searcherExecutor-1217-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d4a1bb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 286626 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 286628 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBBox
   [junit4]   2> 286628 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 286628 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 286630 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 286635 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 5
   [junit4]   2> 286636 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 286636 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 286639 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_2,generation=2}
   [junit4]   2> 286639 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 286640 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13747cb[collection1] main]
   [junit4]   2> 286641 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 286641 INFO  (searcherExecutor-1217-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@13747cb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C3)))}
   [junit4]   2> 286641 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 286664 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3DoverlapRatio+queryTargetProportion%3D0.25}Intersects(ENVELOPE(10,25,12,10))&debug=results&fl=*,score&wt=xml} hits=3 status=0 QTime=22
   [junit4]   2> 286667 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3DoverlapRatio+queryTargetProportion%3D0.5+minSideLength%3D1}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 286670 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3Darea2D}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=2
   [junit4]   2> 286671 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3Darea}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 286671 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBBox
   [junit4]   2> 286674 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRptWithGeometryField
   [junit4]   2> 286674 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 286674 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 286675 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.AbstractSpatialPrefixTreeFieldType srptgeom{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args=null} strat: RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches) maxLevels: 11
   [junit4]   2> 286685 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 10
   [junit4]   2> 286692 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 6
   [junit4]   2> 286695 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 286695 WARN  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 286698 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_3,generation=3}
   [junit4]   2> 286698 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 286699 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18a2e0a[collection1] main]
   [junit4]   2> 286699 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 286699 INFO  (searcherExecutor-1217-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@18a2e0a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C2)))}
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 4
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 286717 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml} hits=1 status=0 QTime=16
   [junit4]   2> 286721 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml} hits=1 status=0 QTime=20
   [junit4]   2> 286722 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 286723 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 286725 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_4,generation=4}
   [junit4]   2> 286725 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 286725 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a73917[collection1] main]
   [junit4]   2> 286726 INFO  (searcherExecutor-1217-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a73917[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C2) Uninverting(_2(7.0.0):C1)))}
   [junit4]   2> 286726 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 286726 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 286728 ERROR (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.h.RequestHandlerBase java.lang.NullPointerException
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:92)
   [junit4]   2> 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery$IntersectsDifferentiatingVisitor.<init>(IntersectsRPTVerifyQuery.java:166)
   [junit4]   2> 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery.compute(IntersectsRPTVerifyQuery.java:157)
   [junit4]   2> 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$1.scorer(IntersectsRPTVerifyQuery.java:95)
   [junit4]   2> 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:292)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:851)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
   [junit4]   2> 	at org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField(TestSolr4Spatial2.java:139)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 286729 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml} status=500 QTime=27
   [junit4]   2> 286729 ERROR (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml
   [junit4]   2> 286729 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRptWithGeometryField
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolr4Spatial2 -Dtests.method=testRptWithGeometryField -Dtests.seed=E98FDCAFE118D437 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr-Latn-BA -Dtests.timezone=America/Argentina/Rio_Gallegos -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.06s J2 | TestSolr4Spatial2.testRptWithGeometryField <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E98FDCAFE118D437:CF986459DC498D55]:0)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:92)
   [junit4]    > 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery$IntersectsDifferentiatingVisitor.<init>(IntersectsRPTVerifyQuery.java:166)
   [junit4]    > 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery.compute(IntersectsRPTVerifyQuery.java:157)
   [junit4]    > 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$1.scorer(IntersectsRPTVerifyQuery.java:95)
   [junit4]    > 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:292)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:851)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
   [junit4]    > 	at org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField(TestSolr4Spatial2.java:139)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 286733 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadScoreParam
   [junit4]   2> 286734 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 286734 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 286735 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 286735 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3Dbbox+filter%3Dfalse+score%3Dbogus}Intersects(ENVELOPE(0,0,12,12))&qt=standard&start=0&rows=20&version=2.2} status=400 QTime=0
   [junit4]   2> 286735 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadScoreParam
   [junit4]   2> 286737 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConstantScoreQueryWithFilterPartOnly
   [junit4]   2> 286737 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 286737 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 286739 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 286739 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 286741 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_5,generation=5}
   [junit4]   2> 286741 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 286742 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1183bf6[collection1] main]
   [junit4]   2> 286743 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 286743 INFO  (searcherExecutor-1217-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1183bf6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):C1)))}
   [junit4]   2> 286743 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 286751 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.AbstractSpatialPrefixTreeFieldType srptgeom{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args=null} strat: RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches) maxLevels: 11
   [junit4]   2> 286786 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!geofilt+sfield%3D"srptgeom"+pt%3D"56.9484,24.0981"+d%3D100}&hl=true&hl.fl=srptgeom} hits=1 status=0 QTime=41
   [junit4]   2> 286786 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConstantScoreQueryWithFilterPartOnly
   [junit4]   2> 286787 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 286787 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=16403410
   [junit4]   2> 286787 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@12d4db0
   [junit4]   2> 286787 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=4,cumulative_errors=0}
   [junit4]   2> 286788 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 286788 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 286788 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001;done=false>>]
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=sr-Latn-BA, timezone=America/Argentina/Rio_Gallegos
   [junit4]   2> NOTE: Linux 4.2.0-35-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=29997504,total=104472576
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteShardTest, SpatialHeatmapFacetsTest, BadIndexSchemaTest, TestRestoreCore, CursorMarkTest, TestSchemaResource, ZkStateWriterTest, DistribDocExpirationUpdateProcessorTest, AddBlockUpdateTest, AssignTest, RegexBoostProcessorTest, SortSpecParsingTest, BadComponentTest, HighlighterConfigTest, TestDistribDocBasedVersion, VMParamsZkACLAndCredentialsProvidersTest, TestRTimerTree, BasicAuthIntegrationTest, TestFuzzyAnalyzedSuggestions, SuggesterTSTTest, TestRestManager, TestSearcherReuse, TestCollationField, TestLeaderElectionZkExpiry, TestCSVResponseWriter, CircularListTest, TestMissingGroups, PrimitiveFieldTypeTest, HdfsTlogReplayBufferedWhileIndexingTest, RollingRestartTest, TestCopyFieldCollectionResource, TestConfigSetsAPIExclusivity, AutoCommitTest, TestPerFieldSimilarity, TestSolr4Spatial2]
   [junit4] Completed [124/592 (1!)] on J2 in 0.33s, 4 tests, 1 error <<< FAILURES!

[...truncated 1001 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/init-core-data-001
   [junit4]   2> 1416563 WARN  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=92 numCloses=92
   [junit4]   2> 1416563 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1416564 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1416564 INFO  (Thread-3727) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1416564 INFO  (Thread-3727) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1416664 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42927
   [junit4]   2> 1416664 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1416664 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416666 INFO  (zkCallback-1830-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ecddf name:ZooKeeperConnection Watcher:127.0.0.1:42927 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416666 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416666 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1416666 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1416668 INFO  (jetty-launcher-1829-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1416668 INFO  (jetty-launcher-1829-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1416669 INFO  (jetty-launcher-1829-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@995a90{/solr,null,AVAILABLE}
   [junit4]   2> 1416669 INFO  (jetty-launcher-1829-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13dce41{/solr,null,AVAILABLE}
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@8d9cf{HTTP/1.1,[http/1.1]}{127.0.0.1:35800}
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@175835{HTTP/1.1,[http/1.1]}{127.0.0.1:45722}
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.e.j.s.Server Started @1418737ms
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.e.j.s.Server Started @1418737ms
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35800}
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45722}
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2'
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1'
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416673 INFO  (zkCallback-1831-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@be55b3 name:ZooKeeperConnection Watcher:127.0.0.1:42927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416673 INFO  (zkCallback-1832-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1045e81 name:ZooKeeperConnection Watcher:127.0.0.1:42927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416674 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1416674 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1416674 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1416674 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2/.
   [junit4]   2> 1416681 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 0x15473fccd8c0002, 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> 1416681 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 21497612
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1/.
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2]
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 3087546
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1]
   [junit4]   2> 1416681 WARN  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2/lib
   [junit4]   2> 1416681 WARN  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1/lib
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1416682 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1416682 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1416682 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42927/solr
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42927/solr
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416684 INFO  (zkCallback-1837-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@17f816 name:ZooKeeperConnection Watcher:127.0.0.1:42927 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1416684 INFO  (zkCallback-1838-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1754022 name:ZooKeeperConnection Watcher:127.0.0.1:42927 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/24563660@15573dc
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416685 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/24563660@1c06cd1
   [junit4]   2> 1416685 INFO  (zkCallback-1839-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@112a6d2 name:ZooKeeperConnection Watcher:127.0.0.1:42927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416685 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416685 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416686 INFO  (zkCallback-1840-thread-1-processing-n:127.0.0.1:45722_solr) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1006efe name:ZooKeeperConnection Watcher:127.0.0.1:42927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416686 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416686 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1416686 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1416687 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1416687 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1416688 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1416688 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1416688 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1416689 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1416689 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1416690 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1416690 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1416690 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1416690 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1416692 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1416692 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1416692 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1416692 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1416693 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1416693 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1416693 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1416693 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95829021699080197-127.0.0.1:35800_solr-n_0000000000
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95829021699080198-127.0.0.1:45722_solr-n_0000000001
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35800_solr
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95829021699080197-127.0.0.1:35800_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45722_solr
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45722_solr
   [junit4]   2> 1416695 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.Overseer Overseer (id=95829021699080197-127.0.0.1:35800_solr-n_0000000000) starting
   [junit4]   2> 1416695 INFO  (zkCallback-1839-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1416695 INFO  (zkCallback-1840-thread-1-processing-n:127.0.0.1:45722_solr) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1416695 INFO  (zkCallback-1839-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1416695 INFO  (zkCallback-1840-thread-1-processing-n:127.0.0.1:45722_solr) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1416695 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1416697 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1416697 INFO  (OverseerCollectionConfigSetProcessor-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1416697 INFO  (OverseerStateUpdate-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1416697 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35800_solr as DOWN
   [junit4]   2> 1416698 INFO  (OverseerStateUpdate-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1416698 INFO  (OverseerStateUpdate-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35800_solr"} current state version: 0
   [junit4]   2> 1416698 INFO  (OverseerStateUpdate-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35800_solr
   [junit4]   2> 1416719 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1416719 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1416720 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1/.
   [junit4]   2> 1416720 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1416720 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1416720 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1417698 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35800_solr
   [junit4]   2> 1417698 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35800_solr
   [junit4]   2> 1417699 INFO  (zkCallback-1839-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1417699 INFO  (zkCallback-1840-thread-1-processing-n:127.0.0.1:45722_solr) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1417699 INFO  (zkCallback-1839-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1417699 INFO  (zkCallback-1840-thread-1-processing-n:127.0.0.1:45722_solr) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1417716 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1417716 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1417717 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2/.
   [junit4]   2> 1417717 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1417717 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1417717 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1417717 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1417718 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1417718 INFO  (zkCallback-1841-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f6450 name:ZooKeeperConnection Watcher:127.0.0.1:42927 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1417718 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1417719 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1417722 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:42927/solr
   [junit4]   2> 1417723 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1417723 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1417724 INFO  (zkCallback-1843-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53afeb name:ZooKeeperConnection Watcher:127.0.0.1:42927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1417724 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1417724 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1417724 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1417725 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1417725 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1417726 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 1417736 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1417738 INFO  (qtp22758499-12008) [n:127.0.0.1:45722_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&name=testschemaapi&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1417739 INFO  (OverseerCollectionConfigSetProcessor-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1417739 INFO  (OverseerThreadFactory-4560-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "

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

ene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001
   [junit4]   2> May 03, 2016 12:20:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 1439068 WARN  (Thread-3761) [n:127.0.0.1:45722_solr    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:945)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2489)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2425)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core testschemaapi_shard1_replica1: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:118)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:80)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:116)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/configsetprops.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:800)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 6 more
   [junit4]   2> 1439068 WARN  (Thread-3760) [n:127.0.0.1:35800_solr    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:945)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2489)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2425)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core testschemaapi_shard1_replica2: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:118)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:80)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:116)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/configsetprops.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:800)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 6 more
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {_version_=FSTOrd50, id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), myNewField=FSTOrd50}, docValues:{}, maxPointsInLeafNode=161, maxMBSortInHeap=5.920651499575996, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=sr-Latn-ME, timezone=US/Alaska
   [junit4]   2> NOTE: Linux 4.2.0-35-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=190169608,total=347013120
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteShardTest, SpatialHeatmapFacetsTest, BadIndexSchemaTest, TestRestoreCore, CursorMarkTest, TestSchemaResource, ZkStateWriterTest, DistribDocExpirationUpdateProcessorTest, AddBlockUpdateTest, AssignTest, RegexBoostProcessorTest, SortSpecParsingTest, BadComponentTest, HighlighterConfigTest, TestDistribDocBasedVersion, VMParamsZkACLAndCredentialsProvidersTest, TestRTimerTree, BasicAuthIntegrationTest, TestFuzzyAnalyzedSuggestions, SuggesterTSTTest, TestRestManager, TestSearcherReuse, TestCollationField, TestLeaderElectionZkExpiry, TestCSVResponseWriter, CircularListTest, TestMissingGroups, PrimitiveFieldTypeTest, HdfsTlogReplayBufferedWhileIndexingTest, RollingRestartTest, TestCopyFieldCollectionResource, TestConfigSetsAPIExclusivity, AutoCommitTest, TestPerFieldSimilarity, TestSolr4Spatial2, TestCloudSchemaless, SearchHandlerTest, HdfsNNFailoverTest, TestReplicaProperties, RulesTest, SuggesterTest, CurrencyFieldXmlFileTest, FullSolrCloudDistribCmdsTest, HdfsChaosMonkeyNothingIsSafeTest, ResponseHeaderTest, TestReload, TestHdfsUpdateLog, UnloadDistributedZkTest, OverseerTest, TestTolerantUpdateProcessorRandomCloud, TestStressUserVersions, TestReversedWildcardFilterFactory, TestSSLRandomization, TestUseDocValuesAsStored2, RecoveryZkTest, TestSerializedLuceneMatchVersion, TestJmxIntegration, DistributedFacetPivotSmallTest, StressHdfsTest, TestUniqueKeyFieldResource, TestSolrDeletionPolicy1, TestRawResponseWriter, TestBlendedInfixSuggestions, TestPKIAuthenticationPlugin, CloudMLTQParserTest, OverriddenZkACLAndCredentialsProvidersTest, HLLUtilTest, BufferStoreTest, ConnectionManagerTest, DistributedQueryComponentOptimizationTest, TestDistributedStatsComponentCardinality, StatsComponentTest, TestIndexingPerformance, CdcrRequestHandlerTest, NoCacheHeaderTest, CollectionStateFormat2Test, DirectSolrConnectionTest, TestFieldSortValues, TestCoreDiscovery, TestDynamicLoading, TestPHPSerializedResponseWriter, TestReRankQParserPlugin, XmlUpdateRequestHandlerTest, TestZkChroot, MigrateRouteKeyTest, ScriptEngineTest, PreAnalyzedUpdateProcessorTest, TestElisionMultitermQuery, CollectionsAPISolrJTest, TestAuthenticationFramework, TestManagedSchemaAPI]
   [junit4] Completed [436/592 (2!)] on J2 in 22.57s, 1 test, 1 error <<< FAILURES!

[...truncated 508 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 592 suites (10 ignored), 2394 tests, 2 errors, 114 ignored (70 assumptions) [seed: E98FDCAFE118D437]

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