You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/06/06 02:47:51 UTC

[JENKINS-Experimental-GC] Lucene-Solr-master-MacOSX (64bit/jdk-14.0.1) - Build # 6121 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6121/
Java: 64bit/jdk-14.0.1 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC

1 tests failed.
FAILED:  org.apache.solr.search.TestSolr4Spatial.testIntersectFilter {p0=pointvector}

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([80BBCACCFCC2A219:AEF298F65EB73931]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1006)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:966)
	at org.apache.solr.search.TestSolr4Spatial.checkHits(TestSolr4Spatial.java:229)
	at org.apache.solr.search.TestSolr4Spatial.checkHits(TestSolr4Spatial.java:176)
	at org.apache.solr.search.TestSolr4Spatial.testIntersectFilter(TestSolr4Spatial.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result/doc/*[@name='id'][.='14']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">6</int></lst><result name="response" numFound="0" start="0" numFoundExact="true"></result>
</response>

	request was:q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'0,0'+d%3D3000.1+sphere_radius%3D6371.0087714}&rows=1000&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:999)
	... 43 more




Build Log:
[...truncated 15551 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
   [junit4]   2> 2961117 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2961117 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2961117 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial_80BBCACCFCC2A219-001/data-dir-184-001
   [junit4]   2> 2961118 WARN  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=35 numCloses=35
   [junit4]   2> 2961118 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2961119 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2961119 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2961123 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2961137 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2961149 WARN  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SpatialTermQueryPrefixTreeFieldType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 2961154 WARN  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SpatialPointVectorFieldType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 2961215 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 2961355 WARN  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1326) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1358) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:520) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:79) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:638) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:814) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:804) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:665) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:654) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.search.TestSolr4Spatial.beforeClass(TestSolr4Spatial.java:62) ~[test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 2961358 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2961360 WARN  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48756e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2961360 WARN  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48756e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2961366 WARN  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21fc7ee8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2961367 WARN  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21fc7ee8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2961372 WARN  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2961413 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 2961413 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2961441 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bcc57cf
   [junit4]   2> 2961451 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bcc57cf
   [junit4]   2> 2961451 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bcc57cf
   [junit4]   2> 2961457 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2961524 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2962139 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 2962139 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2962139 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bcc57cf
   [junit4]   2> 2962139 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial_80BBCACCFCC2A219-001/data-dir-184-001/]
   [junit4]   2> 2962143 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=98.8974609375, floorSegmentMB=1.205078125, forceMergeDeletesPctAllowed=2.0963200396800397, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5284843517602439, deletesPctAllowed=25.33113254365088
   [junit4]   2> 2962224 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2962224 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2962226 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=61.40234375, floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=29.83152632180405, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=39.853292550154165
   [junit4]   2> 2962227 WARN  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 2962227 INFO  (coreLoadExecutor-19596-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2962229 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2962232 INFO  (SUITE-TestSolr4Spatial-seed#[80BBCACCFCC2A219]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2962250 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting checkResultFormat {p0=srpt_geohash}
   [junit4]   2> 2962253 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2962256 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 3
   [junit4]   2> 2962273 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2962275 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 19
   [junit4]   2> 2962282 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.s.AbstractSpatialPrefixTreeFieldType srpt_geohash{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={distanceUnits=degrees, class=solr.SpatialRecursivePrefixTreeFieldType, prefixTree=geohash}} 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> 2962290 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 9
   [junit4]   2> 2962298 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2962299 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 2962331 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,srpt_geohash&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D89.9,-130+d%3D9}&rows=1000&wt=xml} hits=1 status=0 QTime=30
   [junit4]   2> 2962347 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending checkResultFormat {p0=srpt_geohash}
   [junit4]   2> 2962417 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBadScoreParam {p0=srpt_geohash}
   [junit4]   2> 2962418 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2962418 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2962420 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2962426 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 2962433 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2962434 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!+score%3Dbogus+filter%3Dfalse+}srpt_geohash:"Intersects(BUFFER(POINT(0.0+0.0),0.0))"&qt=&start=0&rows=20&version=2.2} status=400 QTime=3
   [junit4]   2> 2962435 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBadScoreParam {p0=srpt_geohash}
   [junit4]   2> 2962500 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntersectFilter {p0=srpt_geohash}
   [junit4]   2> 2962500 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2962500 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2962505 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2962506 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 2962508 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 2962509 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 2962509 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 2962509 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 2962510 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 2962511 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 2962515 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 3
   [junit4]   2> 2962517 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 2962517 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 2962518 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10]} 0 0
   [junit4]   2> 2962520 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 1
   [junit4]   2> 2962522 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12]} 0 0
   [junit4]   2> 2962528 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13]} 0 0
   [junit4]   2> 2962529 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99]} 0 0
   [junit4]   2> 2962552 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2962554 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 25
   [junit4]   2> 2962574 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(1.0+1.0),1.5738106435829113))&rows=1000&wt=xml} hits=3 status=0 QTime=4
   [junit4]   2> 2962581 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'1,1'+d%3D175.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=4
   [junit4]   2> 2962608 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(BUFFER(POINT(179.8+0.0),1.798640735523327))&rows=1000&wt=xml} hits=2 status=0 QTime=14
   [junit4]   2> 2962616 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,179.8'+d%3D200.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=5
   [junit4]   2> 2962621 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(50.0+89.8),1.798640735523327))&rows=1000&wt=xml} hits=2 status=0 QTime=1
   [junit4]   2> 2962627 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'89.8,+50'+d%3D200.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=5
   [junit4]   2> 2962628 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(BUFFER(POINT(50.0+-89.8),1.798640735523327))&rows=1000&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2962628 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'-89.8,+50'+d%3D200.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2962632 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(-80.0+33.0),2.6979611032849906))&rows=1000&wt=xml} hits=2 status=0 QTime=4
   [junit4]   2> 2962635 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'33.0,-80.0'+d%3D300.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2962638 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(1.0+1.0),44.96601838808318))&rows=1000&wt=xml} hits=3 status=0 QTime=1
   [junit4]   2> 2962641 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'1,1'+d%3D5000.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 2962656 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(ENVELOPE(-0.034898260626377464,+0.23489826062637748,+0.23489805516424955,+-0.03489805516424954))&rows=1000&wt=xml} hits=2 status=0 QTime=1
   [junit4]   2> 2962657 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'0.1,0.1'+d%3D15.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2962660 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2962660 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2962661 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14]} 0 1
   [junit4]   2> 2962662 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15]} 0 0
   [junit4]   2> 2962663 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16]} 0 0
   [junit4]   2> 2962664 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17]} 0 0
   [junit4]   2> 2962674 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2962674 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 2962676 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(0.0+0.0),8.993203677616636))&rows=1000&wt=xml} hits=1 status=0 QTime=1
   [junit4]   2> 2962679 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D1000.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2962680 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(0.0+0.0),17.986407355233272))&rows=1000&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2962681 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D2000.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2962682 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(ENVELOPE(-26.979611032849906,+26.979611032849906,+26.979611032849906,+-26.979611032849906))&rows=1000&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 2962684 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3000.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 2962688 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(0.0+0.0),26.98860423652752))&rows=1000&wt=xml} hits=3 status=0 QTime=3
   [junit4]   2> 2962697 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3001.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=8
   [junit4]   2> 2962699 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(BUFFER(POINT(0.0+0.0),26.980510353217664))&rows=1000&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 2962703 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3000.1+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 2962705 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(-96.789603+43.51703),0.9802592008602133))&rows=1000&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2962706 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D109.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2962707 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(-96.789603+43.51703),0.9892524045378299))&rows=1000&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2962712 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D110.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=0 status=0 QTime=5
   [junit4]   2> 2962722 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(ENVELOPE(-98.15383081481679,+-95.42537518518321,+44.50628240453783,+42.52777759546217))&rows=1000&wt=xml} hits=1 status=0 QTime=9
   [junit4]   2> 2962723 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D110.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2962728 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntersectFilter {p0=srpt_geohash}
   [junit4]   2> 2962853 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSort {p0=srpt_geohash}
   [junit4]   2> 2962862 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2962862 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2962880 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2962884 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 22
   [junit4]   2> 2962894 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100]} 0 2
   [junit4]   2> 2962895 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101]} 0 0
   [junit4]   2> 2962926 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2962928 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 33
   [junit4]   2> 2962937 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[999]} 0 8
   [junit4]   2> 2962947 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2962948 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 2962957 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!+++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&pt=3,4&fl=id&sort=geodist()+asc&sfield=srpt_geohash&wt=xml} hits=2 status=0 QTime=8
   [junit4]   2> 2962958 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!+++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&pt=3,4&fl=id&sort=geodist()+desc&sfield=srpt_geohash&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2962959 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!+++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&fl=id,score&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2962960 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&fl=id,score&sort=score+asc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2962984 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+score%3DrecipDistance++pt%3D3.0,4.0+d%3D9.0}&fl=id,score&sort=score+desc&wt=xml} hits=2 status=0 QTime=1
   [junit4]   2> 2962985 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance+filter%3Dfalse+pt%3D3.0,4.0+d%3D1.0E-6}&fl=id,score&sort=score+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 2962985 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D4.0,0.0+d%3D9.0}&fl=id,score&sort=score+asc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2962997 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=-id:999&fl=id,score&sort=query($sortQuery)+asc&wt=xml&sortQuery={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D3.0,4.0+d%3D9.0}} hits=2 status=0 QTime=11
   [junit4]   2> 2962999 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=-id:999&fl=id,score&sort=query($sortQuery)+asc&wt=xml&sortQuery={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D4.0,0.0+d%3D9.0}} hits=2 status=0 QTime=1
   [junit4]   2> 2963003 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSort {p0=srpt_geohash}
   [junit4]   2> 2963066 INFO  (TEST-TestSolr4Spatial.testSpatialConfig-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSpatialConfig {p0=srpt_geohash}
   [junit4]   2> 2963067 INFO  (TEST-TestSolr4Spatial.testSpatialConfig-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2963067 INFO  (TEST-TestSolr4Spatial.testSpatialConfig-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2963070 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963071 INFO  (TEST-TestSolr4Spatial.testSpatialConfig-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2963076 INFO  (TEST-TestSolr4Spatial.testSpatialConfig-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSpatialConfig {p0=srpt_geohash}
   [junit4]   2> 2963102 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBadShapeParse400 {p0=srpt_geohash}
   [junit4]   2> 2963103 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2963103 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2963107 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963108 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 2963109 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2963110 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,srpt_geohash&fq={!field+f%3Dsrpt_geohash}Intersects(NonexistentShape(89.9,-130+d%3D9))&rows=1000&wt=xml} status=400 QTime=1
   [junit4]   2> 2963111 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2963111 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,srpt_geohash&fq={!field+f%3Dsrpt_geohash}Intersects(NonexistentShape(89.9,-130+d%3D9&rows=1000&wt=xml} status=400 QTime=1
   [junit4]   2> 2963112 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2963112 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,srpt_geohash&fq={!field+f%3Dsrpt_geohash}Intersectssss&rows=1000&wt=xml} status=400 QTime=0
   [junit4]   2> 2963114 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 2963114 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching NonexistentShape
   [junit4]   2> 2963116 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBadShapeParse400 {p0=srpt_geohash}
   [junit4]   2> 2963134 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSortMultiVal {p0=srpt_geohash}
   [junit4]   2> 2963134 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2963134 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2963138 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963138 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 2963142 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100]} 0 2
   [junit4]   2> 2963149 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101]} 0 6
   [junit4]   2> 2963165 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963168 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 18
   [junit4]   2> 2963173 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&fl=id,score&sort=score+asc&wt=xml} hits=2 status=0 QTime=3
   [junit4]   2> 2963179 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSortMultiVal {p0=srpt_geohash}
   [junit4]   2> 2963218 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRangeSyntax {p0=srpt_geohash}
   [junit4]   2> 2963218 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2963218 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2963223 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963224 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2963225 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2963225 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 2963226 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 2963226 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 2963226 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 2963227 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 2963227 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 2963227 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 2963228 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 2963228 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10]} 0 0
   [junit4]   2> 2963229 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 0
   [junit4]   2> 2963229 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12]} 0 0
   [junit4]   2> 2963229 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13]} 0 0
   [junit4]   2> 2963229 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99]} 0 0
   [junit4]   2> 2963237 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963237 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 2963239 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!++df%3Dsrpt_geohash}[32,-80+TO+"33+,+-79"]&rows=1000&wt=xml} hits=1 status=0 QTime=1
   [junit4]   2> 2963241 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRangeSyntax {p0=srpt_geohash}
   [junit4]   2> 2963333 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting checkQueryEmptyIndex {p0=srpt_geohash}
   [junit4]   2> 2963333 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2963333 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2963345 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963350 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 16
   [junit4]   2> 2963352 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(0.0+0.0),0.8993203677616635))&rows=1000&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2963352 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D100.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2963353 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending checkQueryEmptyIndex {p0=srpt_geohash}
   [junit4]   2> 2963471 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting checkResultFormat {p0=pbbox}
   [junit4]   2> 2963472 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2963472 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2963476 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963476 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 2963521 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 44
   [junit4]   2> 2963541 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963541 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 19
   [junit4]   2> 2963544 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,pbbox&fq={!bbox+sfield%3Dpbbox+pt%3D89.9,-130+d%3D9}&rows=1000&wt=xml} hits=1 status=0 QTime=2
   [junit4]   2> 2963546 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending checkResultFormat {p0=pbbox}
   [junit4]   2> 2963597 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBadScoreParam {p0=pbbox}
   [junit4]   2> 2963597 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2963597 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2963602 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963610 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 2963612 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2963612 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!bbox+sfield%3Dpbbox+score%3Dbogus+filter%3Dfalse+pt%3D0.0,0.0+d%3D0.0}&qt=&start=0&rows=20&version=2.2} status=400 QTime=1
   [junit4]   2> 2963613 INFO  (TEST-TestSolr4Spatial.testBadScoreParam-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBadScoreParam {p0=pbbox}
   [junit4]   2> 2963653 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntersectFilter {p0=pbbox}
   [junit4]   2> 2963653 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2963653 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2963663 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963665 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 2963666 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2963667 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 2963668 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 2963669 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 2963670 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 2963670 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 2963670 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 2963671 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 2963671 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 2963671 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10]} 0 0
   [junit4]   2> 2963672 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 0
   [junit4]   2> 2963672 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12]} 0 0
   [junit4]   2> 2963672 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13]} 0 0
   [junit4]   2> 2963673 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99]} 0 0
   [junit4]   2> 2963683 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963684 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 2963692 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpbbox}Intersects(ENVELOPE(-0.034898260626377464,+0.23489826062637748,+0.23489805516424955,+-0.03489805516424954))&rows=1000&wt=xml} hits=2 status=0 QTime=7
   [junit4]   2> 2963697 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dpbbox+pt%3D'0.1,0.1'+d%3D15.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=2
   [junit4]   2> 2963698 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2963698 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2963699 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14]} 0 0
   [junit4]   2> 2963700 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15]} 0 0
   [junit4]   2> 2963700 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16]} 0 0
   [junit4]   2> 2963701 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17]} 0 0
   [junit4]   2> 2963727 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2963729 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 28
   [junit4]   2> 2963750 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpbbox+score%3Ddistance}Intersects(ENVELOPE(-26.979611032849906,+26.979611032849906,+26.979611032849906,+-26.979611032849906))&rows=1000&wt=xml} hits=3 status=0 QTime=7
   [junit4]   2> 2963752 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dpbbox+pt%3D'0,0'+d%3D3000.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=1
   [junit4]   2> 2963754 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpbbox+score%3Dnone}Intersects(ENVELOPE(-98.15383081481679,+-95.42537518518321,+44.50628240453783,+42.52777759546217))&rows=1000&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2963770 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dpbbox+pt%3D'43.517030,-96.789603'+d%3D110.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=1 status=0 QTime=15
   [junit4]   2> 2963887 INFO  (TEST-TestSolr4Spatial.testIntersectFilter-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntersectFilter {p0=pbbox}
   [junit4]   2> 2964074 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSort {p0=pbbox}
   [junit4]   2> 2964075 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2964075 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2964079 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2964082 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 2964084 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100]} 0 1
   [junit4]   2> 2964139 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101]} 0 0
   [junit4]   2> 2964252 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2964261 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 84
   [junit4]   2> 2964263 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[999]} 0 1
   [junit4]   2> 2964275 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2964280 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 16
   [junit4]   2> 2964305 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!bbox+sfield%3Dpbbox+++pt%3D3.0,4.0+d%3D9.0}&pt=3,4&fl=id&sort=geodist()+asc&sfield=pbbox&wt=xml} hits=2 status=0 QTime=24
   [junit4]   2> 2964307 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!bbox+sfield%3Dpbbox+++pt%3D3.0,4.0+d%3D9.0}&pt=3,4&fl=id&sort=geodist()+desc&sfield=pbbox&wt=xml} hits=2 status=0 QTime=1
   [junit4]   2> 2964307 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!bbox+sfield%3Dpbbox+++pt%3D3.0,4.0+d%3D9.0}&fl=id,score&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2964307 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!bbox+sfield%3Dpbbox+score%3Ddistance++pt%3D3.0,4.0+d%3D9.0}&fl=id,score&sort=score+asc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2964314 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!bbox+sfield%3Dpbbox+score%3DrecipDistance++pt%3D3.0,4.0+d%3D9.0}&fl=id,score&sort=score+desc&wt=xml} hits=2 status=0 QTime=6
   [junit4]   2> 2964324 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!bbox+sfield%3Dpbbox+score%3Ddistance+filter%3Dfalse+pt%3D3.0,4.0+d%3D1.0E-6}&fl=id,score&sort=score+asc&wt=xml} hits=3 status=0 QTime=1
   [junit4]   2> 2964333 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!bbox+sfield%3Dpbbox+score%3Ddistance++pt%3D4.0,0.0+d%3D9.0}&fl=id,score&sort=score+asc&wt=xml} hits=2 status=0 QTime=8
   [junit4]   2> 2964338 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=-id:999&fl=id,score&sort=query($sortQuery)+asc&wt=xml&sortQuery={!bbox+sfield%3Dpbbox+score%3Ddistance++pt%3D3.0,4.0+d%3D9.0}} hits=2 status=0 QTime=4
   [junit4]   2> 2964351 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=-id:999&fl=id,score&sort=query($sortQuery)+asc&wt=xml&sortQuery={!bbox+sfield%3Dpbbox+score%3Ddistance++pt%3D4.0,0.0+d%3D9.0}} hits=2 status=0 QTime=12
   [junit4]   2> 2964353 INFO  (TEST-TestSolr4Spatial.testSort-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSort {p0=pbbox}
   [junit4]   2> 2964552 INFO  (TEST-TestSolr4Spatial.testSpatialConfig-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSpatialConfig {p0=pbbox}
   [junit4]   2> 2964553 INFO  (TEST-TestSolr4Spatial.testSpatialConfig-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2964553 INFO  (TEST-TestSolr4Spatial.testSpatialConfig-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2964576 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2964579 INFO  (TEST-TestSolr4Spatial.testSpatialConfig-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 26
   [junit4]   2> 2964583 INFO  (TEST-TestSolr4Spatial.testSpatialConfig-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSpatialConfig {p0=pbbox}
   [junit4]   2> 2964596 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBadShapeParse400 {p0=pbbox}
   [junit4]   2> 2964596 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2964596 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2964600 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2964602 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2964611 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2964611 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,pbbox&fq={!field+f%3Dpbbox}Intersects(NonexistentShape(89.9,-130+d%3D9))&rows=1000&wt=xml} status=400 QTime=8
   [junit4]   2> 2964612 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2964612 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,pbbox&fq={!field+f%3Dpbbox}Intersects(NonexistentShape(89.9,-130+d%3D9&rows=1000&wt=xml} status=400 QTime=0
   [junit4]   2> 2964613 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2964613 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,pbbox&fq={!field+f%3Dpbbox}Intersectssss&rows=1000&wt=xml} status=400 QTime=0
   [junit4]   2> 2964613 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 2964614 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching NonexistentShape
   [junit4]   2> 2964615 INFO  (TEST-TestSolr4Spatial.testBadShapeParse400-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBadShapeParse400 {p0=pbbox}
   [junit4]   2> 2964667 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSortMultiVal {p0=pbbox}
   [junit4]   2> 2964667 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2964667 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2964674 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2964681 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 14
   [junit4] IGNOR/A 0.07s J1 | TestSolr4Spatial.testSortMultiVal {p0=pbbox}
   [junit4]    > Assumption #1: Multivalue not supported for this field
   [junit4]   2> 2964683 INFO  (TEST-TestSolr4Spatial.testSortMultiVal-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSortMultiVal {p0=pbbox}
   [junit4]   2> 2964737 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRangeSyntax {p0=pbbox}
   [junit4]   2> 2964737 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2964737 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2964748 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2964749 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 2964750 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2964750 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 2964751 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 2964751 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 2964751 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 2964751 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 2964752 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 2964753 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 2964753 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 2964753 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10]} 0 0
   [junit4]   2> 2964753 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 0
   [junit4]   2> 2964754 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12]} 0 0
   [junit4]   2> 2964754 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13]} 0 0
   [junit4]   2> 2964754 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99]} 0 0
   [junit4]   2> 2964761 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2964762 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 2964763 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&fq={!++df%3Dpbbox}[32,-80+TO+"33+,+-79"]&rows=1000&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2964765 INFO  (TEST-TestSolr4Spatial.testRangeSyntax-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRangeSyntax {p0=pbbox}
   [junit4]   2> 2964801 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting checkQueryEmptyIndex {p0=pbbox}
   [junit4]   2> 2964801 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2964802 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2964805 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2964808 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 2964813 INFO  (TEST-TestSolr4Spatial.checkQueryEmptyIndex-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Ending checkQueryEmptyIndex {p0=pbbox}
   [junit4]   2> 2964824 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.SolrTestCaseJ4 ###Starting checkResultFormat {p0=srpt_packedquad}
   [junit4]   2> 2964825 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2964825 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2964829 INFO  (searcherExecutor-19598-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2964831 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2964832 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [    x:collection1 ] o.a.s.s.AbstractSpatialPrefixTreeFieldType srpt_packedquad{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={distanceUnits=degrees, class=solr.SpatialRecursivePrefixTreeFieldType, prefixTree=packedQuad}} strat: RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:26,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)},prune:true))) maxLevels: 26
   [junit4]   2> 2964855 INFO  (TEST-TestSolr4Spatial.checkResultFormat-seed#[80BBCACCFCC2A219]) [    x:collection1 ]

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

aster-MacOSX/solr/core/lib/commons-lang3-3.9.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/commons-math3-3.6.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/commons-text-1.6.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/curator-client-2.13.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/curator-framework-2.13.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/curator-recipes-2.13.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/disruptor-3.4.2.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/eigenbase-properties-1.1.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/guava-25.1-jre.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/hadoop-annotations-3.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/hadoop-auth-3.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/hadoop-common-3.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/hadoop-hdfs-client-3.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/hppc-0.8.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/htrace-core4-4.1.0-incubating.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/jackson-annotations-2.10.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/jackson-core-2.10.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/jackson-databind-2.10.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/jackson-dataformat-smile-2.10.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/janino-3.0.9.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/java-semver-0.9.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/jcl-over-slf4j-1.7.24.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/jose4j-0.6.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/json-path-2.4.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/kerb-core-1.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/kerb-util-1.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/kerby-asn1-1.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/kerby-pkix-1.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/log4j-1.2-api-2.13.2.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/log4j-api-2.13.2.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/log4j-core-2.13.2.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/log4j-slf4j-impl-2.13.2.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/opentracing-api-0.33.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/opentracing-noop-0.33.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/opentracing-util-0.33.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/org.restlet-2.4.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/org.restlet.ext.servlet-2.4.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/protobuf-java-3.11.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/re2j-1.2.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/rrd4j-3.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/s2-geometry-library-java-1.0.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/spatial4j-0.7.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/lib/t-digest-3.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/http2-common-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/http2-hpack-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/http2-server-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/javax.servlet-api-3.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-alpn-java-server-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-alpn-server-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-continuation-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-deploy-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-http-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-io-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-jmx-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-rewrite-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-security-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-server-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-servlet-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-servlets-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-util-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-webapp-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-xml-9.4.27.v20200227.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/metrics-core-4.1.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/metrics-graphite-4.1.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/metrics-jetty9-4.1.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/metrics-jmx-4.1.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/metrics-jvm-4.1.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/classes/java:/Users/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.6.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/temp/junit4-J2-20200606_024146_4239488017150662428506.events @/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/temp/junit4-J2-20200606_024146_4238335106210669862134.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/temp/junit4-J2-20200606_024146_42311885041174963001768.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:832)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:635: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:579: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:245: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/common-build.xml:549: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1521: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1048: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/temp/junit4-J2-20200606_024146_42311885041174963001768.sysout

Total time: 80 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2