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/04 04:02:26 UTC

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

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

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

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([F7C23933E823E87E:D8D8F7651C8EF4DA]: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.testDoublePointStats(TestPointFields.java:719)
	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: 2.1049998109017907E-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: 2.1049998109017907E-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 15165 lines...]
   [junit4] Suite: org.apache.solr.schema.TestPointFields
   [junit4]   2> 2435195 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-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> 2435195 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2435196 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.schema.TestPointFields_F7C23933E823E87E-001/data-dir-299-001
   [junit4]   2> 2435196 WARN  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=26 numCloses=26
   [junit4]   2> 2435196 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2435197 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2435197 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2435202 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2435228 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 2435232 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 2436270 WARN  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-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> 2436270 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2436273 WARN  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@545055a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2436273 WARN  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@545055a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2436276 WARN  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1e5ac462[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2436276 WARN  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1e5ac462[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2436277 WARN  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-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> 2436320 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 2436320 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2436384 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@230f038a
   [junit4]   2> 2436400 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@230f038a
   [junit4]   2> 2436400 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@230f038a
   [junit4]   2> 2436419 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2436531 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 2436535 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 2436535 INFO  (coreLoadExecutor-25166-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> 2436535 INFO  (coreLoadExecutor-25166-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@230f038a
   [junit4]   2> 2436536 INFO  (coreLoadExecutor-25166-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/J2/temp/solr.schema.TestPointFields_F7C23933E823E87E-001/data-dir-299-001/]
   [junit4]   2> 2436537 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7182758374150658]
   [junit4]   2> 2436670 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2436670 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2436672 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2436672 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2436672 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8720428379197597]
   [junit4]   2> 2436673 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2436713 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 2436789 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2436789 INFO  (coreLoadExecutor-25166-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668538214029197312
   [junit4]   2> 2436790 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2436791 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2436791 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2436791 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2436791 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2436791 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2436791 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2436792 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2436792 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2436792 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2436793 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2436820 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testLongPointFieldFacetField
   [junit4]   2> 2436825 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538214062751744)]} 0 4
   [junit4]   2> 2436829 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538214071140352)]} 0 0
   [junit4]   2> 2436829 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538214071140353)]} 0 0
   [junit4]   2> 2436830 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538214072188928)]} 0 0
   [junit4]   2> 2436830 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538214072188929)]} 0 0
   [junit4]   2> 2436830 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538214072188930)]} 0 0
   [junit4]   2> 2436830 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538214072188931)]} 0 0
   [junit4]   2> 2436831 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538214072188932)]} 0 0
   [junit4]   2> 2436831 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538214073237504)]} 0 0
   [junit4]   2> 2436831 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538214073237505)]} 0 0
   [junit4]   2> 2436836 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2436837 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2436868 WARN  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_l_dv is Points-based.
   [junit4]   2> 2436868 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_l_dv&fl=id,+number_p_l_dv&facet=true&wt=xml} hits=10 status=0 QTime=26
   [junit4]   2> 2436872 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1668538214113083392)]} 0 3
   [junit4]   2> 2436889 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2436890 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 17
   [junit4]   2> 2436891 WARN  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_l_dv is Points-based.
   [junit4]   2> 2436891 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_l_dv&fl=id,+number_p_l_dv&facet=true&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 2436892 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2436892 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_l&fl=id,+number_p_l&facet=true&wt=xml} hits=11 status=400 QTime=0
   [junit4]   2> 2436893 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2436893 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] 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> 2436896 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2436897 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2436899 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538214143492096)]} 0 0
   [junit4]   2> 2436899 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538214144540672)]} 0 0
   [junit4]   2> 2436899 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538214144540673)]} 0 0
   [junit4]   2> 2436899 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538214144540674)]} 0 0
   [junit4]   2> 2436900 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538214145589248)]} 0 0
   [junit4]   2> 2436900 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538214145589249)]} 0 0
   [junit4]   2> 2436900 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538214145589250)]} 0 0
   [junit4]   2> 2436900 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538214145589251)]} 0 0
   [junit4]   2> 2436901 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538214145589252)]} 0 0
   [junit4]   2> 2436901 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538214146637824)]} 0 0
   [junit4]   2> 2436936 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2436937 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 35
   [junit4]   2> 2436937 WARN  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_l_dv is Points-based.
   [junit4]   2> 2436937 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_l_dv&fl=id,+number_p_l_dv&facet=true&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2436939 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1668538214185435136)]} 0 1
   [junit4]   2> 2436949 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2436950 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 2436950 WARN  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_l_dv is Points-based.
   [junit4]   2> 2436951 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_l_dv&fl=id,+number_p_l_dv&facet=true&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 2436952 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2436952 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_l&fl=id,+number_p_l&facet=true&wt=xml} hits=11 status=400 QTime=0
   [junit4]   2> 2436952 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2436952 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] 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> 2436955 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2436955 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2436956 INFO  (TEST-TestPointFields.testLongPointFieldFacetField-seed#[F7C23933E823E87E]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testLongPointFieldFacetField
   [junit4]   2> 2437168 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDoubleFieldNonSearchableRangeQuery
   [junit4]   2> 2437170 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538214427656192)]} 0 1
   [junit4]   2> 2437170 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538214428704768)]} 0 0
   [junit4]   2> 2437170 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538214428704769)]} 0 0
   [junit4]   2> 2437171 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538214429753344)]} 0 0
   [junit4]   2> 2437171 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538214429753345)]} 0 0
   [junit4]   2> 2437171 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538214429753346)]} 0 0
   [junit4]   2> 2437185 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538214429753347)]} 0 13
   [junit4]   2> 2437185 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538214444433408)]} 0 0
   [junit4]   2> 2437185 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538214444433409)]} 0 0
   [junit4]   2> 2437186 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538214445481984)]} 0 0
   [junit4]   2> 2437211 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437212 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 26
   [junit4]   2> 2437213 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_ni:[*+TO+*]&fl=id,+number_p_d_ni&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2437214 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538214473793536)]} 0 0
   [junit4]   2> 2437215 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538214475890688)]} 0 0
   [junit4]   2> 2437215 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538214475890689)]} 0 0
   [junit4]   2> 2437215 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538214475890690)]} 0 0
   [junit4]   2> 2437215 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538214475890691)]} 0 0
   [junit4]   2> 2437216 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538214476939264)]} 0 0
   [junit4]   2> 2437216 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538214476939265)]} 0 0
   [junit4]   2> 2437216 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538214476939266)]} 0 0
   [junit4]   2> 2437216 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538214476939267)]} 0 0
   [junit4]   2> 2437217 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538214477987840)]} 0 0
   [junit4]   2> 2437221 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437222 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 2437222 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_ni_ns:[*+TO+*]&fl=id,+number_p_d_ni_ns&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2437223 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538214483230720)]} 0 0
   [junit4]   2> 2437223 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538214484279296)]} 0 0
   [junit4]   2> 2437233 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538214489522176)]} 0 5
   [junit4]   2> 2437233 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538214494765056)]} 0 0
   [junit4]   2> 2437234 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538214494765057)]} 0 0
   [junit4]   2> 2437234 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538214495813632)]} 0 0
   [junit4]   2> 2437234 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538214495813633)]} 0 0
   [junit4]   2> 2437234 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538214495813634)]} 0 0
   [junit4]   2> 2437238 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538214500007936)]} 0 0
   [junit4]   2> 2437262 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538214525173760)]} 0 0
   [junit4]   2> 2437267 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437267 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2437268 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_ni_ns_mv:[*+TO+*]&fl=id,+number_p_d_ni_ns_mv&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2437268 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2437268 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [     ] 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> 2437272 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437272 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2437272 INFO  (TEST-TestPointFields.testDoubleFieldNonSearchableRangeQuery-seed#[F7C23933E823E87E]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDoubleFieldNonSearchableRangeQuery
   [junit4]   2> 2437507 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testNonReturnable
   [junit4]   2> 2437523 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538214783123456)]} 0 15
   [junit4]   2> 2437523 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538214798852096)]} 0 0
   [junit4]   2> 2437524 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538214799900672)]} 0 0
   [junit4]   2> 2437524 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538214799900673)]} 0 0
   [junit4]   2> 2437524 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538214799900674)]} 0 0
   [junit4]   2> 2437525 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538214800949248)]} 0 0
   [junit4]   2> 2437526 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538214801997824)]} 0 0
   [junit4]   2> 2437531 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538214807240704)]} 0 0
   [junit4]   2> 2437531 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538214807240705)]} 0 0
   [junit4]   2> 2437531 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538214807240706)]} 0 0
   [junit4]   2> 2437536 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437537 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2437537 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,foo_p_i_ni_ns&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437540 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437540 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437542 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2437542 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] 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 1
   [junit4]   2> 2437555 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437556 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 13
   [junit4]   2> 2437571 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538214833455104)]} 0 14
   [junit4]   2> 2437572 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538214850232320)]} 0 0
   [junit4]   2> 2437573 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538214851280896)]} 0 0
   [junit4]   2> 2437573 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538214851280897)]} 0 0
   [junit4]   2> 2437574 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538214852329472)]} 0 0
   [junit4]   2> 2437574 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538214852329473)]} 0 0
   [junit4]   2> 2437574 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538214852329474)]} 0 0
   [junit4]   2> 2437575 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538214853378048)]} 0 0
   [junit4]   2> 2437575 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538214853378049)]} 0 0
   [junit4]   2> 2437576 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538214854426624)]} 0 0
   [junit4]   2> 2437595 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437596 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2437596 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,foo_p_i_ni_dv_ns&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437597 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437597 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437598 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2437598 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] 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> 2437601 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437602 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2437609 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538214881689600)]} 0 6
   [junit4]   2> 2437609 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538214889029632)]} 0 0
   [junit4]   2> 2437609 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538214889029633)]} 0 0
   [junit4]   2> 2437610 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538214890078208)]} 0 0
   [junit4]   2> 2437610 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538214890078209)]} 0 0
   [junit4]   2> 2437610 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538214890078210)]} 0 0
   [junit4]   2> 2437610 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538214890078211)]} 0 0
   [junit4]   2> 2437611 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538214891126784)]} 0 0
   [junit4]   2> 2437613 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538214893223936)]} 0 0
   [junit4]   2> 2437616 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538214896369664)]} 0 0
   [junit4]   2> 2437648 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437649 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 32
   [junit4]   2> 2437649 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,foo_p_i_ni_ns_mv&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437650 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437651 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437662 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2437663 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] 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 11
   [junit4]   2> 2437675 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437676 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 13
   [junit4]   2> 2437682 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538214959284224)]} 0 5
   [junit4]   2> 2437699 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538214983401472)]} 0 0
   [junit4]   2> 2437700 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538214984450048)]} 0 0
   [junit4]   2> 2437700 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538214984450049)]} 0 0
   [junit4]   2> 2437700 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538214984450050)]} 0 0
   [junit4]   2> 2437701 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538214984450051)]} 0 0
   [junit4]   2> 2437701 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538214985498624)]} 0 0
   [junit4]   2> 2437701 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538214985498625)]} 0 0
   [junit4]   2> 2437701 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538214985498626)]} 0 0
   [junit4]   2> 2437701 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538214985498627)]} 0 0
   [junit4]   2> 2437706 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437707 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2437707 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,foo_p_i_ni_dv_ns_mv&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437708 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437709 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437709 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2437710 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] 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> 2437713 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437716 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2437743 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538215012761600)]} 0 15
   [junit4]   2> 2437743 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538215029538816)]} 0 0
   [junit4]   2> 2437743 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538215029538817)]} 0 0
   [junit4]   2> 2437743 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538215029538818)]} 0 0
   [junit4]   2> 2437744 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538215030587392)]} 0 0
   [junit4]   2> 2437744 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538215030587393)]} 0 0
   [junit4]   2> 2437744 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538215030587394)]} 0 0
   [junit4]   2> 2437744 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538215030587395)]} 0 0
   [junit4]   2> 2437745 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538215031635968)]} 0 0
   [junit4]   2> 2437745 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538215031635969)]} 0 0
   [junit4]   2> 2437749 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437750 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 2437750 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,foo_p_l_ni_ns&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437751 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437751 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437752 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2437752 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] 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> 2437755 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437756 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2437757 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538215043170304)]} 0 0
   [junit4]   2> 2437760 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538215047364608)]} 0 0
   [junit4]   2> 2437760 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538215047364609)]} 0 0
   [junit4]   2> 2437760 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538215047364610)]} 0 0
   [junit4]   2> 2437761 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538215048413184)]} 0 0
   [junit4]   2> 2437761 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538215048413185)]} 0 0
   [junit4]   2> 2437761 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538215048413186)]} 0 0
   [junit4]   2> 2437761 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538215048413187)]} 0 0
   [junit4]   2> 2437761 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538215048413188)]} 0 0
   [junit4]   2> 2437762 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538215049461760)]} 0 0
   [junit4]   2> 2437766 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437767 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2437768 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,foo_p_l_ni_dv_ns&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437769 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2437773 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&rows=100&wt=xml} hits=10 status=0 QTime=3
   [junit4]   2> 2437773 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2437774 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] 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> 2437777 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2437843 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 69
   [junit4]   2> 2437845 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538215135444992)]} 0 1
   [junit4]   2> 2437845 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538215136493568)]} 0 0
   [junit4]   2> 2437846 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538215136493569)]} 0 0
   [junit4]   2> 2437846 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538215137542144)]} 0 0
   [junit4]   2> 2437846 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538215137542145)]} 0 0
   [junit4]   2> 2437846 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538215137542146)]} 0 0
   [junit4]   2> 2437846 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538215137542147)]} 0 0
   [junit4]   2> 2437847 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538215138590720)]} 0 0
   [junit4]   2> 2437847 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538215138590721)]} 0 0
   [junit4]   2> 2437847 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538215138590722)]} 0 0
   [junit4]   2> 2438002 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2438003 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 155
   [junit4]   2> 2438003 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,foo_p_l_ni_ns_mv&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2438004 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2438004 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2438005 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2438005 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] 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> 2438008 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2438009 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2438010 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538215308460032)]} 0 1
   [junit4]   2> 2438011 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538215309508608)]} 0 0
   [junit4]   2> 2438011 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538215310557184)]} 0 0
   [junit4]   2> 2438011 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538215310557185)]} 0 0
   [junit4]   2> 2438012 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538215310557186)]} 0 0
   [junit4]   2> 2438012 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538215311605760)]} 0 0
   [junit4]   2> 2438012 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538215311605761)]} 0 0
   [junit4]   2> 2438013 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538215311605762)]} 0 0
   [junit4]   2> 2438013 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538215312654336)]} 0 0
   [junit4]   2> 2438013 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538215312654337)]} 0 0
   [junit4]   2> 2438019 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2438022 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 9
   [junit4]   2> 2438023 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,foo_p_l_ni_dv_ns_mv&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2438023 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2438024 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2438024 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2438025 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] 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> 2438028 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2438042 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 17
   [junit4]   2> 2438044 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538215344111616)]} 0 0
   [junit4]   2> 2438044 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538215345160192)]} 0 0
   [junit4]   2> 2438044 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538215345160193)]} 0 0
   [junit4]   2> 2438045 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538215346208768)]} 0 0
   [junit4]   2> 2438045 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538215346208769)]} 0 0
   [junit4]   2> 2438045 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538215346208770)]} 0 0
   [junit4]   2> 2438045 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538215346208771)]} 0 0
   [junit4]   2> 2438046 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538215346208772)]} 0 0
   [junit4]   2> 2438046 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538215347257344)]} 0 0
   [junit4]   2> 2438046 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538215347257345)]} 0 0
   [junit4]   2> 2438050 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2438052 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2438058 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,foo_p_f_ni_ns&rows=100&wt=xml} hits=10 status=0 QTime=5
   [junit4]   2> 2438058 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2438059 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&rows=100&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 2438059 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2438061 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [     ] 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 1
   [junit4]   2> 2438063 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2438069 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 2438070 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1668538215371374592)]} 0 0
   [junit4]   2> 2438070 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1668538215372423168)]} 0 0
   [junit4]   2> 2438070 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1668538215372423169)]} 0 0
   [junit4]   2> 2438071 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1668538215373471744)]} 0 0
   [junit4]   2> 2438071 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1668538215373471745)]} 0 0
   [junit4]   2> 2438072 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1668538215374520320)]} 0 0
   [junit4]   2> 2438072 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1668538215374520321)]} 0 0
   [junit4]   2> 2438082 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1668538215374520322)]} 0 9
   [junit4]   2> 2438082 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1668538215385006080)]} 0 0
   [junit4]   2> 2438082 INFO  (TEST-TestPointFields.testNonReturnable-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1668538215385006081)]} 0 0
   [junit4]   2> 2438087 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher 

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

d#[F7C23933E823E87E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet.range=number_p_f&q=*:*&facet.range.gap=1.5955402E34&facet=true&wt=xml&facet.range.start=-1.5575511E35&facet.range.method=dv&facet.range.end=3.7989065E33} hits=20 status=0 QTime=0
   [junit4]   2> 2477538 INFO  (TEST-TestPointFields.testFloatPointFieldRangeFacet-seed#[F7C23933E823E87E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2477538 INFO  (TEST-TestPointFields.testFloatPointFieldRangeFacet-seed#[F7C23933E823E87E]) [     ] 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> 2477541 INFO  (searcherExecutor-25168-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2477541 INFO  (TEST-TestPointFields.testFloatPointFieldRangeFacet-seed#[F7C23933E823E87E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2477541 INFO  (TEST-TestPointFields.testFloatPointFieldRangeFacet-seed#[F7C23933E823E87E]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFloatPointFieldRangeFacet
   [junit4]   2> 2477543 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2477543 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1703292379
   [junit4]   2> 2477543 INFO  (coreCloseExecutor-25174-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@22489291
   [junit4]   2> 2477543 INFO  (coreCloseExecutor-25174-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@22489291
   [junit4]   2> 2477543 INFO  (coreCloseExecutor-25174-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@56e7caeb: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@58869081
   [junit4]   2> 2477559 INFO  (coreCloseExecutor-25174-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2477561 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2477561 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e53ad8d: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5890a21f
   [junit4]   2> 2477566 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2477566 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6773fe7d: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@53824085
   [junit4]   2> 2477568 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2477568 INFO  (SUITE-TestPointFields-seed#[F7C23933E823E87E]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@636d9edc: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@2c512819
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.schema.TestPointFields_F7C23933E823E87E-001
   [junit4]   2> NOTE: test params are: codec=Lucene86, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@28386948), locale=ru-UA, timezone=America/Argentina/Salta
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=215383360,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestIntervalFaceting, CollectionPropsTest, TestChildDocTransformer, ShardSplitTest, TestConfigSetProperties, HealthCheckHandlerTest, JWTVerificationkeyResolverTest, CopyFieldTest, DistanceFunctionTest, TestExportWriter, TestClusterProperties, RecoveryAfterSoftCommitTest, TestPhraseSuggestions, DistributedIntervalFacetingTest, TestNumericTerms32, TestUpdate, DateRangeFieldTest, TestScoreJoinQPScore, SOLR749Test, SpatialFilterTest, ConjunctionSolrSpellCheckerTest, TestSubQueryTransformer, OutOfBoxZkACLAndCredentialsProvidersTest, RemoteQueryErrorTest, DistribDocExpirationUpdateProcessorTest, AtomicUpdateProcessorFactoryTest, TestTextField, ConnectionReuseTest, LegacyCloudClusterPropTest, CSVRequestHandlerTest, TestConfigSetsAPIZkFailure, HttpPartitionTest, TestNumericTokenStream, HttpTriggerListenerTest, ScheduledMaintenanceTriggerTest, TestOmitPositions, TestTlogReplica, ChaosMonkeyNothingIsSafeWithPullReplicasTest, UniqFieldsUpdateProcessorFactoryTest, WordBreakSolrSpellCheckerTest, AddBlockUpdateTest, TestDocumentBuilder, ZookeeperStatusHandlerTest, TestCSVLoader, TestCollectionAPI, TestFastOutputStream, TestLMJelinekMercerSimilarityFactory, RequestLoggingTest, TaggingAttributeTest, TestPayloadScoreQParserPlugin, DistributedFacetPivotLargeTest, PhrasesIdentificationComponentTest, TestImpersonationWithHadoopAuth, TestJsonFacets, UnloadDistributedZkTest, DateMathParserTest, PeerSyncWithIndexFingerprintCachingTest, TestFilteredDocIdSet, TestCloudRecovery, SchemaApiFailureTest, TestSimpleQParserPlugin, CurrencyRangeFacetCloudTest, TestDynamicFieldNamesIndexCorrectly, FullHLLTest, PolyFieldTest, WrapperMergePolicyFactoryTest, HdfsNNFailoverTest, TestMacros, MoveReplicaHDFSTest, TestRecovery, AuditLoggerIntegrationTest, ShardRoutingCustomTest, TestFieldTypeCollectionResource, TestReloadDeadlock, TestConfig, TestSchemaManager, PreAnalyzedUpdateProcessorTest, UpdateParamsTest, SpatialRPTFieldTypeTest, TestStressRecovery, TestTolerantSearch, TestLegacyFieldReuse, TestDistributedGrouping, LeaderFailureAfterFreshStartTest, TestUtils, TestPerFieldSimilarity, RuleEngineTest, V2ApiIntegrationTest, SignificantTermsQParserPluginTest, TestSimLargeCluster, TestFreeTextSuggestions, NodeAddedTriggerIntegrationTest, DocValuesTest, MultiThreadedOCPTest, ZkShardTermsTest, JavaBinAtomicUpdateMultivalueTest, TestStressInPlaceUpdates, TestMergePolicyConfig, HdfsBasicDistributedZkTest, TestConfigsApi, DistributedQueryComponentCustomSortTest, CdcrBidirectionalTest, UUIDFieldTest, ComputePlanActionTest, TestSimPolicyCloud, TestRTimerTree, NotRequiredUniqueKeyTest, ConcurrentDeleteAndCreateCollectionTest, TestSSLRandomization, SolrLogPostToolTest, TriggerIntegrationTest, TestPolicyCloud, ZkStateReaderTest, SolrLogAuditLoggerPluginTest, TestInitParams, NodeLostTriggerTest, TestCollapseQParserPlugin, TestSolrJacksonAnnotation, CoreSorterTest, TestLocalFSCloudBackupRestore, CustomHighlightComponentTest, TestSimpleTrackingShardHandler, FacetPivotSmallTest, TestSolr4Spatial2, TestSolrCloudWithKerberosAlt, TestDistribDocBasedVersion, TestSchemaResource, TestSimExecutePlanAction, BasicAuthOnSingleNodeTest, TestHdfsBackupRestoreCore, MaxSizeAutoCommitTest, ProtectedTermFilterFactoryTest, BadIndexSchemaTest, TestFieldCacheVsDocValues, DistributedDebugComponentTest, TestInPlaceUpdatesStandalone, ZkControllerTest, SystemInfoHandlerTest, TestSolrDeletionPolicy2, TestBM25SimilarityFactory, SecurityConfHandlerTest, IndexBasedSpellCheckerTest, TestGeoJSONResponseWriter, TestBackupRepositoryFactory, BigEndianAscendingWordSerializerTest, TestSort, SearchRateTriggerIntegrationTest, CreateCollectionCleanupTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, TestCloudRecovery2, TestLRUStatsCacheCloud, TestLocalStatsCacheCloud, TestLockTree, TestOnReconnectListenerSupport, TestPullReplica, TestPullReplicaErrorHandling, TestSegmentSorting, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, ZkFailoverTest, AssignTest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, AutoAddReplicasIntegrationTest, NodeAddedTriggerTest, TriggerCooldownIntegrationTest, TestSimUtils, CdcrBootstrapTest, ZkDynamicConfigTest, AlternateDirectoryTest, BlobRepositoryCloudTest, ByteBuffersDirectoryFactoryTest, CachingDirectoryFactoryTest, TestCorePropertiesReload, TestCustomStream, TestQuerySenderListener, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrIndexConfig, TestSolrXml, TestXIncludeConfig, TestSolrCloudSnapshots, TestReplicationHandlerDiskOverFlow, TestSolrConfigHandlerCloud, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, LukeRequestHandlerTest, MetricsHandlerTest, MetricsHistoryHandlerTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentOptimizationTest, QueryElevationComponentTest, SuggestComponentContextFilterQueryTest, SuggestComponentTest, TestHttpShardHandlerFactory, Tagger2Test, XmlInterpolationTest, HighlighterConfigTest, HighlighterTest, TestUnifiedSolrHighlighter, CheckHdfsIndexTest, ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest, NumericFieldsTest, PreAnalyzedFieldTest, TestBinaryField, TestBulkSchemaConcurrent, TestManagedSchemaAPI, TestPointFields]
   [junit4] Completed [760/913 (1!)] on J2 in 42.43s, 104 tests, 1 error <<< FAILURES!

[...truncated 52817 lines...]