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

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

Error Message:
Error from server at http://127.0.0.1:49182/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:49182/solr/testschemaapi_shard1_replica1: ERROR: 
[doc=2] unknown field 'myNewField1'
        at 
__randomizedtesting.SeedInfo.seed([4F6A02F8A4DD5559:C73E3D220A2138A1]: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:49182/solr/testschemaapi_shard1_replica1: 
ERROR: [doc=2] unknown field 'myNewField1'
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
        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:404)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
        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([4F6A02F8A4DD5559:697DBA0E998C0C3B]: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:293)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2015)
        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:852)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:821)
        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 11065 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial2
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001
   [junit4]   2> 1322771 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1322772 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1322772 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1322772 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1322772 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1322773 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1322773 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1322816 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1322817 WARN  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1322818 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1322844 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spatial.xml
   [junit4]   2> 1322848 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1322952 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1322952 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1322952 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1322952 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr'
   [junit4]   2> 1322952 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1322952 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1322952 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 2143598668
   [junit4]   2> 1322952 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr]
   [junit4]   2> 1322953 WARN  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 1322953 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-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,useRetries : false,
   [junit4]   2> 1322963 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1322964 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1322964 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1322964 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1322964 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1322966 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-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=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 1322967 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1322967 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1322967 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1322968 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1322968 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1323016 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1323018 WARN  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1323018 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1323023 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spatial.xml
   [junit4]   2> 1323026 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1323035 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1323042 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1323042 INFO  (coreLoadExecutor-3688-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1323043 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1323043 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001/]
   [junit4]   2> 1323043 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1323044 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001
   [junit4]   2> 1323044 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001/index/
   [junit4]   2> 1323044 WARN  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1323044 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001/index
   [junit4]   2> 1323045 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=70.716796875, 
floorSegmentMB=0.298828125, forceMergeDeletesPctAllowed=25.511845560111087, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.801385763579956
   [junit4]   2> 1323045 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_1,generation=1}
   [junit4]   2> 1323045 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1323046 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001/
   [junit4]   2> 1323048 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1323051 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1323052 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1323053 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1323054 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1323057 INFO  (coreLoadExecutor-3688-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> 1323057 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1323057 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1323057 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1323058 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1323058 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_1,generation=1}
   [junit4]   2> 1323058 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1323058 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@38f8b019[collection1] main]
   [junit4]   2> 1323058 WARN  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1323059 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1323059 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1323059 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1323059 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1323059 INFO  (coreLoadExecutor-3688-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1323059 INFO  
(searcherExecutor-3689-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@38f8b019[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1323060 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1323064 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testConstantScoreQueryWithFilterPartOnly
   [junit4]   2> 1323064 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1323064 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1323069 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] 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> 1323095 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 26
   [junit4]   2> 1323095 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1323097 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_2,generation=2}
   [junit4]   2> 1323098 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1323099 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b91c693[collection1] main]
   [junit4]   2> 1323099 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1323099 INFO  (searcherExecutor-3689-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3b91c693[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c1)))}
   [junit4]   2> 1323099 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 4
   [junit4]   2> 1323187 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] 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> 1323189 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] 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=89
   [junit4]   2> 1323190 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[4F6A02F8A4DD5559])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConstantScoreQueryWithFilterPartOnly
   [junit4]   2> 1323193 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBBox
   [junit4]   2> 1323193 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1323193 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1323195 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 1323208 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 13
   [junit4]   2> 1323209 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 1323209 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1323212 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_3,generation=3}
   [junit4]   2> 1323212 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 1323213 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2edb1cdc[collection1] main]
   [junit4]   2> 1323213 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1323213 INFO  (searcherExecutor-3689-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2edb1cdc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.1.0):c3)))}
   [junit4]   2> 1323213 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 1323225 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
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=11
   [junit4]   2> 1323228 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
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=1
   [junit4]   2> 1323233 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
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=4
   [junit4]   2> 1323234 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
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> 1323235 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBBox
   [junit4]   2> 1323238 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testRptWithGeometryField
   [junit4]   2> 1323239 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1323239 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1323242 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 3
   [junit4]   2> 1323265 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 22
   [junit4]   2> 1323265 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1323265 WARN  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 1323290 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_3,generation=3}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_4,generation=4}
   [junit4]   2> 1323290 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 1323291 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cb9b46e[collection1] main]
   [junit4]   2> 1323291 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1323291 INFO  (searcherExecutor-3689-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4cb9b46e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.1.0):C2)))}
   [junit4]   2> 1323292 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{optimize=} 0 26
   [junit4]   2> 1323292 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1323292 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1323292 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 1323292 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1323292 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 0
   [junit4]   2> 1323301 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] 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=7
   [junit4]   2> 1323309 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] 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=15
   [junit4]   2> 1323309 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1323310 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1323313 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_4,generation=4}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_5,generation=5}
   [junit4]   2> 1323313 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 1323313 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ad8fd30[collection1] main]
   [junit4]   2> 1323313 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1323314 INFO  (searcherExecutor-3689-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3ad8fd30[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.1.0):C2)
 Uninverting(_4(6.1.0):c1)))}
   [junit4]   2> 1323314 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 1323316 ERROR 
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] 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:293)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2015)
   [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:852)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:821)
   [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> 1323317 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] 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=24
   [junit4]   2> 1323317 ERROR 
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] 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> 1323317 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[4F6A02F8A4DD5559]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testRptWithGeometryField
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolr4Spatial2 
-Dtests.method=testRptWithGeometryField -Dtests.seed=4F6A02F8A4DD5559 
-Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=Asia/Karachi 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.09s J1 | TestSolr4Spatial2.testRptWithGeometryField <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4F6A02F8A4DD5559:697DBA0E998C0C3B]: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:293)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2015)
   [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:852)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:821)
   [junit4]    >        at 
org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField(TestSolr4Spatial2.java:139)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1323325 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBadScoreParam
   [junit4]   2> 1323325 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1323325 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1323326 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 1323326 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[4F6A02F8A4DD5559]) [    ] 
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> 1323326 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[4F6A02F8A4DD5559]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBadScoreParam
   [junit4]   2> 1323327 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1323327 INFO  
(SUITE-TestSolr4Spatial2-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2143598668
   [junit4]   2> 1323327 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5c01b6a7
   [junit4]   2> 1323328 INFO  (coreCloseExecutor-3693-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=1,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=4,cumulative_errors=0}
   [junit4]   2> 1323328 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1323328 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 1323328 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 1323328 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_5,generation=5}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@35de2949 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8528758),segFN=segments_6,generation=6}
   [junit4]   2> 1323328 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 1323328 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1323329 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 1323329 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001;done=false>>]
   [junit4]   2> 1323329 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1323329 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001
   [junit4]   2> 1323329 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1323329 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1323329 INFO  (coreCloseExecutor-3693-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_4F6A02F8A4DD5559-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=ClassicSimilarity, locale=vi-VN, timezone=Asia/Karachi
   [junit4]   2> NOTE: Mac OS X 10.11.4 x86_64/Oracle Corporation 1.8.0_72 
(64-bit)/cpus=3,threads=1,free=153715264,total=534773760
   [junit4]   2> NOTE: All tests run in this JVM: [CopyFieldTest, RulesTest, 
SolrCoreCheckLockOnStartupTest, TestDistributedMissingSort, 
TestReversedWildcardFilterFactory, ShardSplitTest, AtomicUpdatesTest, 
TestPerFieldSimilarityWithDefaultOverride, BadIndexSchemaTest, 
SegmentsInfoRequestHandlerTest, SortSpecParsingTest, 
TestManagedSynonymFilterFactory, UniqFieldsUpdateProcessorFactoryTest, 
DistributedQueryComponentCustomSortTest, TestSha256AuthenticationProvider, 
TestInitQParser, TestInfoStreamLogging, 
DistribDocExpirationUpdateProcessorTest, TestMacros, TestMissingGroups, 
TestJsonFacets, BufferStoreTest, HdfsCollectionsAPIDistributedZkTest, 
TestConfigOverlay, TestAtomicUpdateErrorCases, TestScoreJoinQPScore, 
TestTestInjection, TestRebalanceLeaders, BinaryUpdateRequestHandlerTest, 
DebugComponentTest, TestTrieFacet, TestBlendedInfixSuggestions, 
StatsComponentTest, TriLevelCompositeIdRoutingTest, TestFreeTextSuggestions, 
SolrIndexSplitterTest, TestStandardQParsers, DistanceUnitsTest, 
TestFieldSortValues, TestDynamicFieldResource, ZkSolrClientTest, 
TestRangeQuery, DirectSolrConnectionTest, FileBasedSpellCheckerTest, 
TestOrdValues, SynonymTokenizerTest, TestRecovery, RequestLoggingTest, 
TestOnReconnectListenerSupport, BasicFunctionalityTest, TestSolrJ, 
SignatureUpdateProcessorFactoryTest, MultiTermTest, 
DistributedFacetPivotLongTailTest, TestSolrIndexConfig, 
CollectionsAPIDistributedZkTest, OpenExchangeRatesOrgProviderTest, 
DistanceFunctionTest, TestSimpleTrackingShardHandler, 
TestClassicSimilarityFactory, TestRequestForwarding, TestStressRecovery, 
TestPerFieldSimilarity, SolrCmdDistributorTest, TestCharFilters, 
ResponseLogComponentTest, TestExpandComponent, ShardRoutingCustomTest, 
HdfsRestartWhileUpdatingTest, DateMathParserTest, CollectionReloadTest, 
SuggesterTest, SuggestComponentTest, LeaderFailoverAfterPartitionTest, 
TestSolrCoreProperties, LukeRequestHandlerTest, SolrCloudExampleTest, 
TestLRUStatsCache, CacheHeaderTest, TestCoreDiscovery, TestBadConfig, 
TolerantUpdateProcessorTest, TestRTimerTree, TestCloudManagedSchema, 
TestSizeLimitedDistributedMap, TestSchemaManager, TestSolrDynamicMBean, 
CurrencyFieldOpenExchangeTest, TestSolr4Spatial2]
   [junit4] Completed [186/593 (1!)] on J1 in 0.58s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 1144 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/init-core-data-001
   [junit4]   2> 3444998 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 3445000 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3445000 INFO  (Thread-7327) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3445000 INFO  (Thread-7327) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3445107 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:49178
   [junit4]   2> 3445108 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3445108 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3445268 INFO  (zkCallback-3309-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2d761836 
name:ZooKeeperConnection Watcher:127.0.0.1:49178 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3445269 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3445269 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3445269 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 3445276 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3445276 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3445278 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28471257{/solr,null,AVAILABLE}
   [junit4]   2> 3445279 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2951deae{HTTP/1.1,[http/1.1]}{127.0.0.1:49180}
   [junit4]   2> 3445279 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.e.j.s.Server Started @3452039ms
   [junit4]   2> 3445280 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49180}
   [junit4]   2> 3445280 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 3445280 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node1'
   [junit4]   2> 3445280 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3445280 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 3445280 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3445283 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3445284 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@218a738c{/solr,null,AVAILABLE}
   [junit4]   2> 3445284 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@30ea0cac{HTTP/1.1,[http/1.1]}{127.0.0.1:49182}
   [junit4]   2> 3445284 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.e.j.s.Server Started @3452044ms
   [junit4]   2> 3445284 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49182}
   [junit4]   2> 3445284 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 3445284 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node2'
   [junit4]   2> 3445285 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3445285 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 3445285 INFO  (zkCallback-3310-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5d8548e3 
name:ZooKeeperConnection Watcher:127.0.0.1:49178/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3445286 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3445286 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3445286 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3445286 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3445287 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3445288 INFO  (zkCallback-3311-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5ec1f87 name:ZooKeeperConnection 
Watcher:127.0.0.1:49178/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3445288 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3445288 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3445289 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3445295 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node2/.
   [junit4]   2> 3445295 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 0x154726315390002, 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> 3445295 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 762923386
   [junit4]   2> 3445295 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node2]
   [junit4]   2> 3445296 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 0x154726315390001, 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> 3445296 WARN  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node2/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node2/lib
   [junit4]   2> 3445296 INFO  (jetty-launcher-3308-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,useRetries : false,
   [junit4]   2> 3445296 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node1/.
   [junit4]   2> 3445296 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1826829794
   [junit4]   2> 3445296 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node1]
   [junit4]   2> 3445297 WARN  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node1/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node1/lib
   [junit4]   2> 3445297 INFO  (jetty-launcher-3308-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,useRetries : false,
   [junit4]   2> 3445297 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3445297 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3445297 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3445297 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49178/solr
   [junit4]   2> 3445297 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3445298 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3445297 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3445298 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3445299 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3445299 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3445299 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49178/solr
   [junit4]   2> 3445299 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3445299 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3445300 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3445301 INFO  (zkCallback-3316-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6ac4bd2d 
name:ZooKeeperConnection Watcher:127.0.0.1:49178 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3445301 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3445301 INFO  (jetty-launcher-3308-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3445302 INFO  (zkCallback-3317-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@68c1c59f 
name:ZooKeeperConnection Watcher:127.0.0.1:49178 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3445302 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3445302 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3445303 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$37/1809773516@354b5775
   [junit4]   2> 3445303 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 0x154726315390003, 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> 3445304 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3445305 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$37/1809773516@7470dd42
   [junit4]   2> 3445305 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 0x154726315390004, 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> 3445306 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3445307 INFO  
(zkCallback-3318-thread-1-processing-n:127.0.0.1:49182_solr) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4fc99095 
name:ZooKeeperConnection Watcher:127.0.0.1:49178/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3445307 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 3445309 INFO  
(zkCallback-3319-thread-1-processing-n:127.0.0.1:49180_solr) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@b086adc name:ZooKeeperConnection 
Watcher:127.0.0.1:49178/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3445309 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 3445311 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3445313 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3445316 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 3445317 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 3445323 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 3445324 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 3445328 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 3445328 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 3445332 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 3445334 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 3445337 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3445339 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3445341 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3445343 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3445343 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3445346 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3445347 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3445348 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3445350 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 3445350 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 3445353 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3445355 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 3445356 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 3445357 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3445358 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3445358 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95827261965008901-127.0.0.1:49182_solr-n_0000000000
   [junit4]   2> 3445359 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:49182_solr
   [junit4]   2> 3445359 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 3445359 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95827261965008902-127.0.0.1:49180_solr-n_0000000001
   [junit4]   2> 3445361 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.Overseer Overseer 
(id=95827261965008901-127.0.0.1:49182_solr-n_0000000000) starting
   [junit4]   2> 3445361 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95827261965008901-127.0.0.1:49182_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 3445362 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49180_solr
   [junit4]   2> 3445362 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:49180_solr
   [junit4]   2> 3445364 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 3445365 INFO  
(zkCallback-3318-thread-1-processing-n:127.0.0.1:49182_solr) 
[n:127.0.0.1:49182_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> 3445365 INFO  
(zkCallback-3319-thread-1-processing-n:127.0.0.1:49180_solr) 
[n:127.0.0.1:49180_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> 3445366 INFO  
(zkCallback-3318-thread-1-processing-n:127.0.0.1:49182_solr) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3445381 INFO  
(zkCallback-3319-thread-1-processing-n:127.0.0.1:49180_solr) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3445388 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3445389 INFO  
(OverseerCollectionConfigSetProcessor-95827261965008901-127.0.0.1:49182_solr-n_0000000000)
 [n:127.0.0.1:49182_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 3445389 INFO  
(OverseerStateUpdate-95827261965008901-127.0.0.1:49182_solr-n_0000000000) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3445390 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:49182_solr as DOWN
   [junit4]   2> 3445392 INFO  
(OverseerStateUpdate-95827261965008901-127.0.0.1:49182_solr-n_0000000000) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (1)
   [junit4]   2> 3445393 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 3445393 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 3445395 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node1/.
   [junit4]   2> 3445395 INFO  
(OverseerStateUpdate-95827261965008901-127.0.0.1:49182_solr-n_0000000000) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:49182_solr"} current state version: 0
   [junit4]   2> 3445395 INFO  
(OverseerStateUpdate-95827261965008901-127.0.0.1:49182_solr-n_0000000000) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:49182_solr
   [junit4]   2> 3445395 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 3445397 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 3445397 INFO  (jetty-launcher-3308-thread-1) 
[n:127.0.0.1:49180_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 3446392 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49182_solr
   [junit4]   2> 3446393 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:49182_solr
   [junit4]   2> 3446395 INFO  
(zkCallback-3318-thread-1-processing-n:127.0.0.1:49182_solr) 
[n:127.0.0.1:49182_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> 3446395 INFO  
(zkCallback-3319-thread-1-processing-n:127.0.0.1:49180_solr) 
[n:127.0.0.1:49180_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> 3446396 INFO  
(zkCallback-3318-thread-1-processing-n:127.0.0.1:49182_solr) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3446396 INFO  
(zkCallback-3319-thread-1-processing-n:127.0.0.1:49180_solr) 
[n:127.0.0.1:49180_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3446403 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 3446403 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 3446404 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001/tempDir-001/node2/.
   [junit4]   2> 3446405 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 3446406 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 3446406 INFO  (jetty-launcher-3308-thread-2) 
[n:127.0.0.1:49182_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 3446406 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3446407 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3446408 INFO  (zkCallback-3320-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@21fdfadd 
name:ZooKeeperConnection Watcher:127.0.0.1:49178 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3446408 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3446408 INFO  (SUITE-TestManagedSchemaA

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

 (live nodes size: [1])
   [junit4]   2> 3457907 WARN  
(zkCallback-3318-thread-1-processing-n:127.0.0.1:49182_solr) 
[n:127.0.0.1:49182_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3457908 INFO  (jetty-launcher-3308-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@218a738c{/solr,null,UNAVAILABLE}
   [junit4]   2> 3457920 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:49178 49178
   [junit4]   2> 3457939 INFO  (Thread-7327) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:49178 49178
   [junit4]   2> 3459575 WARN  (Thread-7327) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/configs/conf1/managed-schema
   [junit4]   2>        6       /solr/configs/conf1
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 3459582 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4F6A02F8A4DD5559]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_4F6A02F8A4DD5559-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
{_version_=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 myNewField=FST50}, docValues:{}, maxPointsInLeafNode=891, 
maxMBSortInHeap=5.883285012728938, sim=ClassicSimilarity, locale=sr-ME, 
timezone=America/Guayaquil
   [junit4]   2> NOTE: Mac OS X 10.11.4 x86_64/Oracle Corporation 1.8.0_72 
(64-bit)/cpus=3,threads=1,free=277491632,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CopyFieldTest, RulesTest, 
SolrCoreCheckLockOnStartupTest, TestDistributedMissingSort, 
TestReversedWildcardFilterFactory, ShardSplitTest, AtomicUpdatesTest, 
TestPerFieldSimilarityWithDefaultOverride, BadIndexSchemaTest, 
SegmentsInfoRequestHandlerTest, SortSpecParsingTest, 
TestManagedSynonymFilterFactory, UniqFieldsUpdateProcessorFactoryTest, 
DistributedQueryComponentCustomSortTest, TestSha256AuthenticationProvider, 
TestInitQParser, TestInfoStreamLogging, 
DistribDocExpirationUpdateProcessorTest, TestMacros, TestMissingGroups, 
TestJsonFacets, BufferStoreTest, HdfsCollectionsAPIDistributedZkTest, 
TestConfigOverlay, TestAtomicUpdateErrorCases, TestScoreJoinQPScore, 
TestTestInjection, TestRebalanceLeaders, BinaryUpdateRequestHandlerTest, 
DebugComponentTest, TestTrieFacet, TestBlendedInfixSuggestions, 
StatsComponentTest, TriLevelCompositeIdRoutingTest, TestFreeTextSuggestions, 
SolrIndexSplitterTest, TestStandardQParsers, DistanceUnitsTest, 
TestFieldSortValues, TestDynamicFieldResource, ZkSolrClientTest, 
TestRangeQuery, DirectSolrConnectionTest, FileBasedSpellCheckerTest, 
TestOrdValues, SynonymTokenizerTest, TestRecovery, RequestLoggingTest, 
TestOnReconnectListenerSupport, BasicFunctionalityTest, TestSolrJ, 
SignatureUpdateProcessorFactoryTest, MultiTermTest, 
DistributedFacetPivotLongTailTest, TestSolrIndexConfig, 
CollectionsAPIDistributedZkTest, OpenExchangeRatesOrgProviderTest, 
DistanceFunctionTest, TestSimpleTrackingShardHandler, 
TestClassicSimilarityFactory, TestRequestForwarding, TestStressRecovery, 
TestPerFieldSimilarity, SolrCmdDistributorTest, TestCharFilters, 
ResponseLogComponentTest, TestExpandComponent, ShardRoutingCustomTest, 
HdfsRestartWhileUpdatingTest, DateMathParserTest, CollectionReloadTest, 
SuggesterTest, SuggestComponentTest, LeaderFailoverAfterPartitionTest, 
TestSolrCoreProperties, LukeRequestHandlerTest, SolrCloudExampleTest, 
TestLRUStatsCache, CacheHeaderTest, TestCoreDiscovery, TestBadConfig, 
TolerantUpdateProcessorTest, TestRTimerTree, TestCloudManagedSchema, 
TestSizeLimitedDistributedMap, TestSchemaManager, TestSolrDynamicMBean, 
CurrencyFieldOpenExchangeTest, TestSolr4Spatial2, 
TestTolerantUpdateProcessorRandomCloud, TestQuerySenderListener, 
DeleteInactiveReplicaTest, TestFoldingMultitermQuery, TestSolrQueryResponse, 
SortByFunctionTest, GraphQueryTest, TestSolrQueryParserDefaultOperatorResource, 
ConfigSetsAPITest, ResourceLoaderTest, TestCollationField, 
LeaderInitiatedRecoveryOnShardRestartTest, DistributedIntervalFacetingTest, 
RAMDirectoryFactoryTest, CoreAdminRequestStatusTest, 
DistributedFacetPivotSmallTest, TestConfigReload, NoCacheHeaderTest, 
TestSolrQueryParser, FullSolrCloudDistribCmdsTest, 
TestLMJelinekMercerSimilarityFactory, SearchHandlerTest, 
DistributedExpandComponentTest, TestFiltering, IndexSchemaRuntimeFieldTest, 
TestDistributedGrouping, TestLeaderElectionZkExpiry, 
SpellingQueryConverterTest, DefaultValueUpdateProcessorTest, TestRestManager, 
TestManagedSchema, TestGraphTermsQParserPlugin, ConvertedLegacyTest, 
HdfsUnloadDistributedZkTest, TestWriterPerf, TestJettySolrRunner, 
StressHdfsTest, MergeStrategyTest, EchoParamsTest, TestReqParamsAPI, 
AsyncCallRequestStatusResponseTest, SpatialRPTFieldTypeTest, 
PreAnalyzedUpdateProcessorTest, ZkStateReaderTest, SuggesterWFSTTest, 
ConjunctionSolrSpellCheckerTest, TestFastOutputStream, 
TestExactSharedStatsCache, CollectionTooManyReplicasTest, 
TestFuzzyAnalyzedSuggestions, CleanupOldIndexTest, TestMiniSolrCloudCluster, 
TestExceedMaxTermLength, TestAuthenticationFramework, 
TestPKIAuthenticationPlugin, QueryElevationComponentTest, TestIndexSearcher, 
ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SimplePostToolTest, 
AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, 
CoreAdminHandlerTest, TestTrie, PolyFieldTest, TestPseudoReturnFields, 
FieldMutatingUpdateProcessorTest, QueryEqualityTest, TestSolrDeletionPolicy1, 
XsltUpdateRequestHandlerTest, TestSurroundQueryParser, TestQueryUtils, 
PrimitiveFieldTypeTest, RequestHandlersTest, TestValueSourceCache, 
TestIndexingPerformance, RequiredFieldsTest, LoggingHandlerTest, 
IndexSchemaTest, ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest, 
TestPHPSerializedResponseWriter, CSVRequestHandlerTest, 
TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, UpdateParamsTest, 
SolrIndexConfigTest, TestSolrDeletionPolicy2, TestDocSet, TestBinaryField, 
NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, 
OutputWriterTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, 
NotRequiredUniqueKeyTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, 
TestCodecSupport, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, 
TestJmxMonitoredMap, PluginInfoTest, TestFastLRUCache, 
ChaosMonkeyNothingIsSafeTest, AssignTest, AsyncMigrateRouteKeyTest, 
CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteReplicaTest, 
DeleteStatusTest, DistribCursorPagingTest, ForceLeaderTest, 
MigrateRouteKeyTest, MultiThreadedOCPTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, 
RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, TestCloudInspectUtil, 
TestCollectionAPI, TestDownShardTolerantSearch, TestMiniSolrCloudClusterBase, 
TestRequestStatusCollectionAPI, TlogReplayBufferedWhileIndexingTest, 
HdfsBasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, 
HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsThreadLeakTest, 
HdfsTlogReplayBufferedWhileIndexingTest, ZkStateWriterTest, 
BlobRepositoryCloudTest, CachingDirectoryFactoryTest, DirectoryFactoryTest, 
HdfsDirectoryFactoryTest, TestConfigSetImmutable, TestConfigSetProperties, 
TestConfigSets, TestDynamicLoading, CoreAdminCreateDiscoverTest, 
InfoHandlerTest, SecurityConfHandlerTest, DistributedFacetPivotLargeTest, 
DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, 
DistributedQueryComponentOptimizationTest, 
SuggestComponentContextFilterQueryTest, TestTrackingShardHandlerFactory, 
HighlighterMaxOffsetTest, CheckHdfsIndexTest, SmileWriterTest, 
TestManagedResource, TestBulkSchemaAPI, BadCopyFieldTest, 
ChangedSchemaMergeTest, DateRangeFieldTest, TestBulkSchemaConcurrent, 
TestCollationFieldDocValues, TestManagedSchemaAPI]
   [junit4] Completed [543/593 (2!)] on J1 in 14.60s, 1 test, 1 error <<< 
FAILURES!

[...truncated 172 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:740: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:684: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:59: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build.xml:233: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/common-build.xml:529: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1457: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1014: 
There were test failures: 593 suites (10 ignored), 2401 tests, 2 errors, 120 
ignored (70 assumptions) [seed: 4F6A02F8A4DD5559]

Total time: 85 minutes 36 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


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

Reply via email to