You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/07 06:14:46 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 4772 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4772/

1 tests failed.
FAILED:  org.apache.solr.schema.TestPointFields.testFloatPointStats

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([806A8AC4484A2BC8:3A60F2E3F05BE92A]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1003)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:966)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.testFloatPointStats(TestPointFields.java:1145)
	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:566)
	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:834)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 6.394999160749955E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:145)
	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:92)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:991)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 6.394999160749955E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.error(XPathParser.java:609)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Number(XPathParser.java:2032)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PrimaryExpr(XPathParser.java:1391)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.FilterExpr(XPathParser.java:1299)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1232)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1190)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1096)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1017)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:959)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:884)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:925)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:824)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:788)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:761)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:744)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PredicateExpr(XPathParser.java:1908)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Predicate(XPathParser.java:1890)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Step(XPathParser.java:1680)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelativeLocationPath(XPathParser.java:1589)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.LocationPath(XPathParser.java:1551)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1271)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1190)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1096)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1017)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:959)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:884)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:824)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:788)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:761)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:744)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.initXPath(XPathParser.java:128)
	at java.xml/com.sun.org.apache.xpath.internal.XPath.<init>(XPath.java:178)
	at java.xml/com.sun.org.apache.xpath.internal.XPath.<init>(XPath.java:266)
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.eval(XPathImpl.java:116)
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:131)
	... 44 more




Build Log:
[...truncated 13069 lines...]
   [junit4] Suite: org.apache.solr.schema.TestPointFields
   [junit4]   2> 368708 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 368708 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestPointFields_806A8AC4484A2BC8-001/data-dir-48-001
   [junit4]   2> 368709 WARN  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=135 numCloses=135
   [junit4]   2> 368709 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 368709 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 368709 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 368710 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 368715 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 368739 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 368743 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 369307 WARN  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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" "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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:897) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [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.schema.TestPointFields.beforeClass(TestPointFields.java:92) ~[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:566) ~[?:?]
   [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:834) [?:?]
   [junit4]   2> 369307 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 369309 WARN  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b0490a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369309 WARN  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b0490a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369312 WARN  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75d1f74e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369312 WARN  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75d1f74e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369313 WARN  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-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> 369330 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 369330 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 369345 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4632c9a4
   [junit4]   2> 369350 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4632c9a4
   [junit4]   2> 369350 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4632c9a4
   [junit4]   2> 369357 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 369381 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 369386 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 369386 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 369386 INFO  (coreLoadExecutor-4359-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@4632c9a4
   [junit4]   2> 369386 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestPointFields_806A8AC4484A2BC8-001/data-dir-48-001/]
   [junit4]   2> 369388 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=51.234375, floorSegmentMB=0.873046875, forceMergeDeletesPctAllowed=5.237467057195248, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3399988638971, deletesPctAllowed=23.446428137194157
   [junit4]   2> 369441 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 369441 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 369442 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 369443 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 369443 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 369444 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 369460 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 369547 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 369547 INFO  (coreLoadExecutor-4359-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668816117302296576
   [junit4]   2> 369548 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 369549 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 369550 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 369550 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 369550 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 369550 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 369551 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 369551 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 369551 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 369552 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 369553 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiValuedFloatPointFieldsAtomicUpdates
   [junit4]   2> 369553 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369555 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117309636608)]} 0 1
   [junit4]   2> 369560 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369561 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369562 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369564 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117319073792)]} 0 1
   [junit4]   2> 369568 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369569 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369569 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369570 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117326413824)]} 0 0
   [junit4]   2> 369575 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369575 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369576 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369577 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117332705280)]} 0 0
   [junit4]   2> 369581 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369581 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369582 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369583 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117340045312)]} 0 0
   [junit4]   2> 369587 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369587 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369588 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369589 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117345288192)]} 0 0
   [junit4]   2> 369593 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369593 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369593 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369595 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117351579648)]} 0 0
   [junit4]   2> 369599 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369599 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369599 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369600 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117357871104)]} 0 0
   [junit4]   2> 369604 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369605 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369605 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369606 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117363113984)]} 0 0
   [junit4]   2> 369610 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369610 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369611 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369612 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117369405440)]} 0 0
   [junit4]   2> 369616 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369616 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 369616 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369617 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117375696896)]} 0 0
   [junit4]   2> 369621 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369622 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369622 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369623 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117380939776)]} 0 0
   [junit4]   2> 369627 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369628 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369628 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369629 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117388279808)]} 0 0
   [junit4]   2> 369633 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369634 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369634 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369635 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117393522688)]} 0 0
   [junit4]   2> 369639 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369639 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369640 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369641 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117399814144)]} 0 0
   [junit4]   2> 369645 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369645 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 369645 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369646 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 369646 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 369649 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369649 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 369649 INFO  (TEST-TestPointFields.testMultiValuedFloatPointFieldsAtomicUpdates-seed#[806A8AC4484A2BC8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiValuedFloatPointFieldsAtomicUpdates
   [junit4]   2> 369653 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDoublePointFieldMultiValuedRangeQuery
   [junit4]   2> 369655 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668816117414494208)]} 0 0
   [junit4]   2> 369655 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668816117415542784)]} 0 0
   [junit4]   2> 369655 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668816117415542785)]} 0 0
   [junit4]   2> 369656 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668816117416591360)]} 0 0
   [junit4]   2> 369656 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668816117416591361)]} 0 0
   [junit4]   2> 369656 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668816117416591362)]} 0 0
   [junit4]   2> 369656 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668816117416591363)]} 0 0
   [junit4]   2> 369657 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668816117417639936)]} 0 0
   [junit4]   2> 369657 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117417639937)]} 0 0
   [junit4]   2> 369657 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668816117417639938)]} 0 0
   [junit4]   2> 369661 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369662 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369663 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1.1561119717643205E232+TO+-1.3932441836196918E167]&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369664 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1.1561119717643205E232+TO+-1.3932441836196918E167]&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369665 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1.1561119717643205E232+TO+-1.3932441836196918E167}&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369666 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1.1561119717643205E232+TO+-1.3932441836196918E167}&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369667 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1.1561119717643205E232+TO+*}&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 369668 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-4.9202372380710336E-204+TO+*}&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 369668 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+-1.3932441836196918E167}&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369669 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+-1.3932441836196918E167}&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369670 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+*}&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 369671 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1.1561119717643205E232+TO+-3.4025786227780466E199]+OR+number_p_d_mv:[-2.0724888479238552E-71+TO+-3.603436501514875E-155]&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369672 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1.1561119717643205E232+TO+-1.1561119717643205E232]+OR+number_p_d_mv:[-4.9202372380710336E-204+TO+-4.9202372380710336E-204]&fl=id,+number_p_d_mv&sort=id+asc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369672 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 369673 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 369673 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117434417152)]} 0 0
   [junit4]   2> 369674 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668816117434417153)]} 0 0
   [junit4]   2> 369674 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668816117435465728)]} 0 0
   [junit4]   2> 369674 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668816117435465729)]} 0 0
   [junit4]   2> 369674 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668816117435465730)]} 0 0
   [junit4]   2> 369675 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668816117436514304)]} 0 0
   [junit4]   2> 369679 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369679 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369680 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+-1}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369680 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+-1}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369681 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+-1]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369681 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+-1]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369681 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+-1}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369682 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+-1}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369682 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+-1]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369682 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+-1]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369683 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1.7976931348623157E308+TO+-4.9E-324}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369683 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1.7976931348623157E308+TO+-4.9E-324}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369684 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1.7976931348623157E308+TO+-4.9E-324]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369684 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1.7976931348623157E308+TO+-4.9E-324]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369684 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+-0.0f}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369685 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+-0.0f}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369685 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+-0.0f]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369685 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+-0.0f]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369686 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+-0.0f}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369686 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+-0.0f}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369686 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+-0.0f]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369686 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+-0.0f]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369687 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-4.9E-324+TO+-0.0f}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369687 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-4.9E-324+TO+-0.0f}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369687 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-4.9E-324+TO+-0.0f]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369688 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-4.9E-324+TO+-0.0f]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369688 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+0}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369688 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+0}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369689 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+0]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369689 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+0]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369689 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+0}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369690 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+0}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369690 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+0]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369690 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+0]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369691 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-4.9E-324+TO+0}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369691 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-4.9E-324+TO+0}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369691 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-4.9E-324+TO+0]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369691 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-4.9E-324+TO+0]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369692 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+1}&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369692 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+1}&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369692 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+1]&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369693 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+1]&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369693 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369694 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369694 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369694 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369694 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1+TO+1}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369695 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1+TO+1}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369695 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1+TO+1]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369696 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1+TO+1]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369696 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=6 status=0 QTime=0
   [junit4]   2> 369696 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=6 status=0 QTime=0
   [junit4]   2> 369696 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=6 status=0 QTime=0
   [junit4]   2> 369697 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=6 status=0 QTime=0
   [junit4]   2> 369697 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369697 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369698 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369698 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369698 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+1}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369699 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+1}&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369699 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+1]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369699 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+1]&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369700 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369700 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 369700 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 369701 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=6 status=0 QTime=0
   [junit4]   2> 369701 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-4.9E-324+TO+4.9E-324}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369701 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-4.9E-324+TO+4.9E-324}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369702 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-4.9E-324+TO+4.9E-324]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369702 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-4.9E-324+TO+4.9E-324]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369702 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1.7976931348623157E308+TO+1.7976931348623157E308}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369703 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1.7976931348623157E308+TO+1.7976931348623157E308}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369703 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-1.7976931348623157E308+TO+1.7976931348623157E308]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369703 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-1.7976931348623157E308+TO+1.7976931348623157E308]&fl=id,+number_p_d_mv&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 369704 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-0.0f+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369704 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-0.0f+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369704 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-0.0f+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369705 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-0.0f+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369705 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-0.0f+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369705 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-0.0f+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369706 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-0.0f+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369706 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-0.0f+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369706 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-0.0f+TO+4.9E-324}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369707 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-0.0f+TO+4.9E-324}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369707 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-0.0f+TO+4.9E-324]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369707 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-0.0f+TO+4.9E-324]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369708 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{0+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369708 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[0+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369708 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{0+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369708 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[0+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369709 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{0+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369709 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[0+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369709 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{0+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369710 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[0+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 369710 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{0+TO+4.9E-324}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369710 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[0+TO+4.9E-324}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369711 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{0+TO+4.9E-324]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369711 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[0+TO+4.9E-324]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369711 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{1+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369712 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[1+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369712 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{1+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369712 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[1+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369713 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{1+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369713 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[1+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369713 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{1+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369714 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[1+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369714 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{4.9E-324+TO+1.7976931348623157E308}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369714 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[4.9E-324+TO+1.7976931348623157E308}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369715 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{4.9E-324+TO+1.7976931348623157E308]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369715 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[4.9E-324+TO+1.7976931348623157E308]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369715 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{1+TO+-1}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369716 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[1+TO+-1}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369716 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{1+TO+-1]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369716 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[1+TO+-1]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369717 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{Infinity+TO+-Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369717 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[Infinity+TO+-Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369717 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{Infinity+TO+-Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369717 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[Infinity+TO+-Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369718 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{4.9E-324+TO+-4.9E-324}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369718 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[4.9E-324+TO+-4.9E-324}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369718 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{4.9E-324+TO+-4.9E-324]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369719 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[4.9E-324+TO+-4.9E-324]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369719 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+-Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369719 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+-Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369719 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{-Infinity+TO+-Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369720 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[-Infinity+TO+-Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369720 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{Infinity+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369720 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[Infinity+TO+Infinity}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369721 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{Infinity+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369721 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[Infinity+TO+Infinity]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369721 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 369722 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 369723 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668816117485797376)]} 0 0
   [junit4]   2> 369723 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668816117486845952)]} 0 0
   [junit4]   2> 369727 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 369728 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 369728 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369728 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369729 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369729 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369729 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+0}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369730 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+0}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369730 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+0]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369730 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[*+TO+0]&fl=id,+number_p_d_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 369731 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{0+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369731 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[0+TO+*}&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369731 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{0+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 369731 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:[0+TO+*]&fl=id,+number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 369732 INFO  (TEST-TestPointFields.testDoublePointFieldMultiValuedRangeQuery-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:{*+TO+-0.0f}&fl=id,+number_p_d_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 3697

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

llection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1668816134575489025)]} 0 0
   [junit4]   2> 386020 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1668816134575489026)]} 0 0
   [junit4]   2> 386020 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1668816134575489027)]} 0 0
   [junit4]   2> 386021 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1668816134576537600)]} 0 0
   [junit4]   2> 386021 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1668816134576537601)]} 0 0
   [junit4]   2> 386021 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1668816134576537602)]} 0 0
   [junit4]   2> 386021 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1668816134576537603)]} 0 0
   [junit4]   2> 386022 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1668816134576537604)]} 0 0
   [junit4]   2> 386022 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1668816134577586176)]} 0 0
   [junit4]   2> 386026 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 386026 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 386027 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet.range=number_p_l_dv&q=*:*&facet.range.gap=1687872545567204581&facet=true&wt=xml&facet.range.start=-8616985603387565711&facet.range.end=8261739852284480082} hits=20 status=0 QTime=0
   [junit4]   2> 386029 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet.range=number_p_l_dv&q=*:*&facet.range.gap=1687872545567204581&facet=true&wt=xml&facet.range.start=-8616985603387565711&facet.range.method=dv&facet.range.end=8261739852284480082} hits=20 status=0 QTime=0
   [junit4]   2> 386031 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet.range=number_p_l&q=*:*&facet.range.gap=1687872545567204581&facet=true&wt=xml&facet.range.start=-8616985603387565711&facet.range.method=filter&facet.range.end=8261739852284480082} hits=20 status=0 QTime=0
   [junit4]   2> 386033 WARN  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [     ] o.a.s.h.c.RangeFacetRequest Range facet method 'dv' is not supported on PointFields without docValues. Will use method 'filter' instead
   [junit4]   2> 386033 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet.range=number_p_l&q=*:*&facet.range.gap=1687872545567204581&facet=true&wt=xml&facet.range.start=-8616985603387565711&facet.range.method=dv&facet.range.end=8261739852284480082} hits=20 status=0 QTime=0
   [junit4]   2> 386035 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 386035 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 386038 INFO  (searcherExecutor-4361-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 386039 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 386039 INFO  (TEST-TestPointFields.testLongPointFieldRangeFacet-seed#[806A8AC4484A2BC8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testLongPointFieldRangeFacet
   [junit4]   2> 386040 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 386040 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=680037350
   [junit4]   2> 386040 INFO  (coreCloseExecutor-4367-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7b653257
   [junit4]   2> 386040 INFO  (coreCloseExecutor-4367-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@7b653257
   [junit4]   2> 386040 INFO  (coreCloseExecutor-4367-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f138d8d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@1d54d918
   [junit4]   2> 386057 INFO  (coreCloseExecutor-4367-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 386058 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 386058 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2086d025: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@11516811
   [junit4]   2> 386063 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 386063 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1979a91a: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@5080317a
   [junit4]   2> 386065 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 386065 INFO  (SUITE-TestPointFields-seed#[806A8AC4484A2BC8]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ef652df: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@74cb89ab
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestPointFields_806A8AC4484A2BC8-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@fa77224), locale=ks-IN, timezone=Australia/Lindeman
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=204171208,total=396361728
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSets, TestPushWriter, OverriddenZkACLAndCredentialsProvidersTest, SplitHandlerTest, ChaosMonkeySafeLeaderTest, TestMissingGroups, TermVectorComponentDistributedTest, TestPostingsSolrHighlighter, TestAuthenticationFramework, TestRemoteStreaming, DirectoryFactoryTest, SuggesterFSTTest, TestValueSourceCache, MissingSegmentRecoveryTest, TestReplicaProperties, TriggerCooldownIntegrationTest, TimeZoneUtilsTest, EnumFieldTest, HDFSCollectionsAPITest, DistributedFacetPivotLongTailTest, TestJsonFacetsStatsParsing, TestCloudManagedSchema, BasicAuthStandaloneTest, DeleteNodeTest, TlogReplayBufferedWhileIndexingTest, TestGraphMLResponseWriter, TestLuceneIndexBackCompat, TestReRankQParserPlugin, SimplePostToolTest, HdfsRecoverLeaseTest, TestCryptoKeys, LeaderElectionTest, TestFuzzyAnalyzedSuggestions, MultiDestinationAuditLoggerTest, SortByFunctionTest, TestGroupingSearch, ZkFailoverTest, TestSolrCloudWithSecureImpersonation, ZkSolrClientTest, SampleTest, RequiredFieldsTest, SpellingQueryConverterTest, CustomTermsComponentTest, XmlInterpolationTest, TestExtendedDismaxParser, TestOverriddenPrefixQueryForCustomFieldType, TestNumericRangeQuery32, TestSimDistribStateManager, TestReqParamsAPI, DocValuesMissingTest, TestPointFields]
   [junit4] Completed [153/913 (1!)] on J0 in 17.40s, 104 tests, 1 error <<< FAILURES!

[...truncated 54614 lines...]