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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11.0.6) - Build # 25734 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25734/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([DD46FBDFC797EB24:674C83F87F8629C6]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:995)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:958)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.testFloatPointStats(TestPointFields.java:1145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 6.239999160156702E-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:983)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 6.239999160156702E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.error(XPathParser.java:621)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Number(XPathParser.java:2045)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PrimaryExpr(XPathParser.java:1403)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.FilterExpr(XPathParser.java:1311)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1244)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1202)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1108)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1029)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:971)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:896)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:937)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:836)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:800)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:773)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:756)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PredicateExpr(XPathParser.java:1921)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Predicate(XPathParser.java:1902)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Step(XPathParser.java:1692)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelativeLocationPath(XPathParser.java:1601)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.LocationPath(XPathParser.java:1563)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1283)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1202)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1108)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1029)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:971)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:896)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:836)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:800)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:773)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:756)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.initXPath(XPathParser.java:132)
	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:268)
	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


FAILED:  org.apache.solr.schema.TestPointFields.testFloatPointStats

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([DD46FBDFC797EB24:674C83F87F8629C6]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:995)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:958)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.testFloatPointStats(TestPointFields.java:1145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 6.239999160156702E-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:983)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 6.239999160156702E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.error(XPathParser.java:621)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Number(XPathParser.java:2045)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PrimaryExpr(XPathParser.java:1403)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.FilterExpr(XPathParser.java:1311)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1244)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1202)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1108)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1029)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:971)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:896)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:937)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:836)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:800)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:773)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:756)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PredicateExpr(XPathParser.java:1921)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Predicate(XPathParser.java:1902)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Step(XPathParser.java:1692)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelativeLocationPath(XPathParser.java:1601)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.LocationPath(XPathParser.java:1563)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1283)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1202)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1108)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1029)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:971)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:896)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:836)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:800)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:773)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:756)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.initXPath(XPathParser.java:132)
	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:268)
	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


FAILED:  org.apache.solr.schema.TestPointFields.testFloatPointStats

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([DD46FBDFC797EB24:674C83F87F8629C6]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:995)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:958)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.testFloatPointStats(TestPointFields.java:1145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 6.239999160156702E-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:983)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 6.239999160156702E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.error(XPathParser.java:621)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Number(XPathParser.java:2045)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PrimaryExpr(XPathParser.java:1403)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.FilterExpr(XPathParser.java:1311)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1244)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1202)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1108)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1029)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:971)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:896)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:937)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:836)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:800)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:773)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:756)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PredicateExpr(XPathParser.java:1921)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Predicate(XPathParser.java:1902)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Step(XPathParser.java:1692)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelativeLocationPath(XPathParser.java:1601)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.LocationPath(XPathParser.java:1563)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1283)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1202)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1108)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1029)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:971)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:896)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:836)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:800)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:773)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:756)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.initXPath(XPathParser.java:132)
	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:268)
	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 13097 lines...]
   [junit4] Suite: org.apache.solr.schema.TestPointFields
   [junit4]   2> 90155 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 90155 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestPointFields_DD46FBDFC797EB24-001/data-dir-8-001
   [junit4]   2> 90155 WARN  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=40 numCloses=40
   [junit4]   2> 90156 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 90156 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 90156 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 90157 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 90157 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 90169 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 90235 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.s.IndexSchema [null] Schema name=schema-point
   [junit4]   2> 90241 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 90380 WARN  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-master-Linux/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/workspace/Lucene-Solr-master-Linux/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:1325) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1357) ~[?:?]
   [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:619) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:180) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:810) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:800) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:661) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:650) ~[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> 90381 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 90396 WARN  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@99287fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 90396 WARN  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@99287fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 90427 WARN  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d7196dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 90427 WARN  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d7196dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 90428 WARN  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-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> 90436 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 90436 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 90446 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b495049
   [junit4]   2> 90451 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b495049
   [junit4]   2> 90451 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b495049
   [junit4]   2> 90452 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 90465 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 90490 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=schema-point
   [junit4]   2> 90526 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 90531 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 90531 INFO  (coreLoadExecutor-1149-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@5b495049
   [junit4]   2> 90531 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestPointFields_DD46FBDFC797EB24-001/data-dir-8-001/]
   [junit4]   2> 90532 INFO  (coreLoadExecutor-1149-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.35998205267925676]
   [junit4]   2> 90590 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 90590 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 90591 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 90591 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 90591 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12066202221352446]
   [junit4]   2> 90592 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@729e61f4[collection1] main]
   [junit4]   2> 90593 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 90597 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 90619 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 90619 INFO  (coreLoadExecutor-1149-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1658697303582572544
   [junit4]   2> 90620 INFO  (searcherExecutor-1150-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 90621 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 90623 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDatePointFieldNonSearchableRangeQuery
   [junit4]   2> 90624 INFO  (searcherExecutor-1150-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 90624 INFO  (searcherExecutor-1150-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 90624 INFO  (searcherExecutor-1150-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 90625 INFO  (searcherExecutor-1150-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 90626 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1658697303587815424)]} 0 1
   [junit4]   2> 90631 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1658697303590961152)]} 0 3
   [junit4]   2> 90631 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1658697303595155456)]} 0 0
   [junit4]   2> 90633 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1658697303597252608)]} 0 1
   [junit4]   2> 90634 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1658697303598301184)]} 0 0
   [junit4]   2> 90634 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1658697303598301185)]} 0 0
   [junit4]   2> 90638 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1658697303602495488)]} 0 0
   [junit4]   2> 90639 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1658697303603544064)]} 0 0
   [junit4]   2> 90640 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1658697303604592640)]} 0 0
   [junit4]   2> 90640 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1658697303604592641)]} 0 0
   [junit4]   2> 90641 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303605641216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90641 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303605641216
   [junit4]   2> 90647 INFO  (searcherExecutor-1150-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 90647 INFO  (searcherExecutor-1150-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 90647 INFO  (searcherExecutor-1150-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 90647 INFO  (searcherExecutor-1150-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 90648 INFO  (searcherExecutor-1150-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@729e61f4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 90667 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ec7e17f[collection1] main]
   [junit4]   2> 90667 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90668 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2ec7e17f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c10:[diagnostics={timestamp=1581857017165, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 90669 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 28
   [junit4]   2> 90670 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_dt_ni:[*+TO+*]&fl=id,+number_p_dt_ni&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 90672 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1658697303637098496)]} 0 1
   [junit4]   2> 90673 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1658697303639195648)]} 0 0
   [junit4]   2> 90673 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1658697303639195649)]} 0 0
   [junit4]   2> 90673 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1658697303639195650)]} 0 0
   [junit4]   2> 90674 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1658697303639195651)]} 0 0
   [junit4]   2> 90674 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1658697303640244224)]} 0 0
   [junit4]   2> 90674 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1658697303640244225)]} 0 0
   [junit4]   2> 90674 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1658697303640244226)]} 0 0
   [junit4]   2> 90674 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1658697303640244227)]} 0 0
   [junit4]   2> 90674 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1658697303640244228)]} 0 0
   [junit4]   2> 90675 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303641292800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90675 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303641292800
   [junit4]   2> 90677 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f94594f[collection1] main]
   [junit4]   2> 90678 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90680 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2f94594f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(9.0.0):c10:[diagnostics={timestamp=1581857017176, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 90689 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 14
   [junit4]   2> 90690 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_dt_ni_ns:[*+TO+*]&fl=id,+number_p_dt_ni_ns&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 90700 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1658697303657021440)]} 0 9
   [junit4]   2> 90700 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1658697303667507200)]} 0 0
   [junit4]   2> 90701 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1658697303668555776)]} 0 0
   [junit4]   2> 90701 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1658697303668555777)]} 0 0
   [junit4]   2> 90701 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1658697303668555778)]} 0 0
   [junit4]   2> 90701 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1658697303668555779)]} 0 0
   [junit4]   2> 90702 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1658697303669604352)]} 0 0
   [junit4]   2> 90702 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1658697303669604353)]} 0 0
   [junit4]   2> 90702 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1658697303669604354)]} 0 0
   [junit4]   2> 90702 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1658697303669604355)]} 0 0
   [junit4]   2> 90702 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303669604356,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90702 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303669604356
   [junit4]   2> 90733 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6baa432e[collection1] main]
   [junit4]   2> 90733 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90736 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6baa432e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(9.0.0):c10:[diagnostics={timestamp=1581857017208, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 90741 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 39
   [junit4]   2> 90742 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_dt_ni_ns_mv:[*+TO+*]&fl=id,+number_p_dt_ni_ns_mv&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 90743 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 90743 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@74d524fc[collection1] realtime]
   [junit4]   2> 90744 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] 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> 90744 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303713644544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90744 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303713644544
   [junit4]   2> 90744 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f266090[collection1] main]
   [junit4]   2> 90745 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90748 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3f266090[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 90755 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 90755 INFO  (TEST-TestPointFields.testDatePointFieldNonSearchableRangeQuery-seed#[DD46FBDFC797EB24]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDatePointFieldNonSearchableRangeQuery
   [junit4]   2> 90767 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntPointFieldMultiValuedFacetField
   [junit4]   2> 90777 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1658697303737761792)]} 0 9
   [junit4]   2> 90777 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1658697303748247552)]} 0 0
   [junit4]   2> 90779 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1658697303749296128)]} 0 0
   [junit4]   2> 90782 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1658697303752441856)]} 0 2
   [junit4]   2> 90788 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1658697303759781888)]} 0 0
   [junit4]   2> 90788 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1658697303759781889)]} 0 0
   [junit4]   2> 90788 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1658697303759781890)]} 0 0
   [junit4]   2> 90789 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1658697303760830464)]} 0 0
   [junit4]   2> 90790 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1658697303761879040)]} 0 1
   [junit4]   2> 90790 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1658697303761879041)]} 0 0
   [junit4]   2> 90790 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303761879042,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90790 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303761879042
   [junit4]   2> 90800 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e779c7d[collection1] main]
   [junit4]   2> 90803 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e779c7d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(9.0.0):c10:[diagnostics={timestamp=1581857017296, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 90803 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90803 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 13
   [junit4]   2> 90808 WARN  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_i_mv_dv is Points-based.
   [junit4]   2> 90808 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_i_mv_dv&fl=id,+number_p_i_mv_dv&facet=true&wt=xml} hits=10 status=0 QTime=4
   [junit4]   2> 90811 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1658697303782850560)]} 0 1
   [junit4]   2> 90811 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303783899136,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90811 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303783899136
   [junit4]   2> 90815 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@23edd3f[collection1] main]
   [junit4]   2> 90818 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@23edd3f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(9.0.0):c10:[diagnostics={timestamp=1581857017296, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_4(9.0.0):c1:[diagnostics={timestamp=1581857017313, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 90821 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90821 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 9
   [junit4]   2> 90823 WARN  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_i_mv_dv is Points-based.
   [junit4]   2> 90823 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_i_mv_dv&fl=id,+number_p_i_mv_dv&facet=true&wt=xml} hits=11 status=0 QTime=2
   [junit4]   2> 90826 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1658697303798579200)]} 0 1
   [junit4]   2> 90826 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303799627776,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90826 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303799627776
   [junit4]   2> 90829 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d43bb43[collection1] main]
   [junit4]   2> 90830 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90831 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d43bb43[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(9.0.0):c10:[diagnostics={timestamp=1581857017296, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_5(9.0.0):c1:[diagnostics={timestamp=1581857017327, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 90841 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 14
   [junit4]   2> 90843 WARN  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_i_mv_dv is Points-based.
   [junit4]   2> 90844 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_i_mv_dv&fl=id,+number_p_i_mv_dv&facet.missing=true&facet=true&wt=xml} hits=11 status=0 QTime=3
   [junit4]   2> 90847 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1658697303819550720)]} 0 1
   [junit4]   2> 90847 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303821647872,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90847 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303821647872
   [junit4]   2> 90850 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@57ddbd0e[collection1] main]
   [junit4]   2> 90850 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90852 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@57ddbd0e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(9.0.0):c10:[diagnostics={timestamp=1581857017296, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_6(9.0.0):c1:[diagnostics={timestamp=1581857017348, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 90868 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 20
   [junit4]   2> 90869 WARN  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_i_mv_dv is Points-based.
   [junit4]   2> 90869 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_i_mv_dv&fl=id,+number_p_i_mv_dv&facet.missing=true&facet=true&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 90891 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_i_mv_dv&fl=id,+number_p_i_mv_dv&facet.mincount=3&facet=true&wt=xml} hits=11 status=0 QTime=20
   [junit4]   2> 90893 WARN  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_i_mv_dv is Points-based.
   [junit4]   2> 90893 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&facet.field=number_p_i_mv_dv&fl=id,+number_p_i_mv_dv&facet=true&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 90894 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 90894 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_i_mv&fl=id,+number_p_i_mv&facet=true&wt=xml} hits=11 status=400 QTime=0
   [junit4]   2> 90894 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 90894 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5449111e[collection1] realtime]
   [junit4]   2> 90894 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] 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> 90894 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303870930944,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90894 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303870930944
   [junit4]   2> 90902 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5856b04b[collection1] main]
   [junit4]   2> 90904 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5856b04b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 90907 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90907 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 90915 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1658697303884562432)]} 0 8
   [junit4]   2> 90916 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1658697303893999616)]} 0 0
   [junit4]   2> 90916 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303893999617,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90916 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303893999617
   [junit4]   2> 90927 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1239836d[collection1] main]
   [junit4]   2> 90931 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1239836d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(9.0.0):c2:[diagnostics={timestamp=1581857017426, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 90931 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90931 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 15
   [junit4]   2> 90933 WARN  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_i_mv_dv is Points-based.
   [junit4]   2> 90933 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_i_mv_dv&fl=id,+number_p_i_mv_dv&facet=true&wt=xml} hits=2 status=0 QTime=1
   [junit4]   2> 90934 WARN  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_i_mv_dv is Points-based.
   [junit4]   2> 90935 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_i_mv_dv&fl=id,+number_p_i_mv_dv&facet=true&wt=xml&facet.sort=index} hits=2 status=0 QTime=0
   [junit4]   2> 90937 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 90937 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4b064180[collection1] realtime]
   [junit4]   2> 90937 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] 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> 90937 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303916019712,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90937 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303916019712
   [junit4]   2> 90943 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@54718ae0[collection1] main]
   [junit4]   2> 90944 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90945 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@54718ae0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 90947 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 90952 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1658697303928602624)]} 0 3
   [junit4]   2> 90953 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1658697303932796928)]} 0 0
   [junit4]   2> 90953 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1658697303932796929)]} 0 0
   [junit4]   2> 90954 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1658697303933845504)]} 0 0
   [junit4]   2> 90954 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1658697303933845505)]} 0 0
   [junit4]   2> 90954 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1658697303933845506)]} 0 0
   [junit4]   2> 90954 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1658697303933845507)]} 0 0
   [junit4]   2> 90954 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1658697303933845508)]} 0 0
   [junit4]   2> 90955 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1658697303934894080)]} 0 0
   [junit4]   2> 90955 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1658697303934894081)]} 0 0
   [junit4]   2> 90955 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303934894082,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90955 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303934894082
   [junit4]   2> 90962 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4661b9c7[collection1] main]
   [junit4]   2> 90963 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90964 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4661b9c7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(9.0.0):c10:[diagnostics={timestamp=1581857017456, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 90968 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 90969 WARN  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_i_mv_dv is Points-based.
   [junit4]   2> 90969 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_i_mv_dv&fl=id,+number_p_i_mv_dv&facet=true&wt=xml} hits=10 status=0 QTime=1
   [junit4]   2> 90973 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1658697303951671296)]} 0 2
   [junit4]   2> 90973 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303953768448,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 90973 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303953768448
   [junit4]   2> 90977 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@60b30fb7[collection1] main]
   [junit4]   2> 90978 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 90980 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@60b30fb7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(9.0.0):c10:[diagnostics={timestamp=1581857017456, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_9(9.0.0):c1:[diagnostics={timestamp=1581857017475, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 90982 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 90983 WARN  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.r.SimpleFacets Raising facet.mincount from 0 to 1, because field number_p_i_mv_dv is Points-based.
   [junit4]   2> 90983 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&facet.field=number_p_i_mv_dv&fl=id,+number_p_i_mv_dv&facet=true&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 91009 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1658697303990468608)]} 0 1
   [junit4]   2> 91009 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658697303991517184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 91009 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@109a6ffb commitCommandVersion:1658697303991517184
   [junit4]   2> 91012 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@23e90d29[collection1] main]
   [junit4]   2> 91013 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 91014 INFO  (searcherExecutor-1150-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@23e90d29[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(9.0.0):c10:[diagnostics={timestamp=1581857017456, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_a(9.0.0):c1:[diagnostics={timestamp=1581857017510, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.6+10, os.version=5.3.0-28-generic, os=Linux, java.vendor=AdoptOpenJDK}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 91015 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedFacetField-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory 

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

me=0
   [junit4]   2> 43957 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=29&wt=xml} status=0 QTime=0
   [junit4]   2> 43957 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 43958 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8e713b6[collection1] realtime]
   [junit4]   2> 43958 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] 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> 43958 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658699236158472192,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 43958 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@449170b commitCommandVersion:1658699236158472192
   [junit4]   2> 43958 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f25fa45[collection1] main]
   [junit4]   2> 43958 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 43960 INFO  (searcherExecutor-10-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7f25fa45[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 43970 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 43970 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 43972 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@14e6d7c8[collection1] realtime]
   [junit4]   2> 43973 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] 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 2
   [junit4]   2> 43973 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1658699236174200832,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 43973 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@449170b commitCommandVersion:1658699236174200832
   [junit4]   2> 43973 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a4b7467[collection1] main]
   [junit4]   2> 43973 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 43974 INFO  (searcherExecutor-10-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2a4b7467[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 43974 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1
   [junit4]   2> 43975 INFO  (TEST-TestPointFields.testDoublePointFieldReturn-seed#[DD46FBDFC797EB24]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDoublePointFieldReturn
   [junit4] OK      0.08s J1 | TestPointFields.testDoublePointFieldReturn
   [junit4]   2> 43976 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 43976 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=788074213
   [junit4]   2> 43983 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e78c503
   [junit4]   2> 43984 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@e78c503
   [junit4]   2> 43984 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4a993644: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3ea4ec4d
   [junit4]   2> 44018 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 44042 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 44042 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b60a86a: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@46a465ab
   [junit4]   2> 44047 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 44047 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48a00d6: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3b8eeb9b
   [junit4]   2> 44047 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 44047 INFO  (SUITE-TestPointFields-seed#[DD46FBDFC797EB24]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@476735b9: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4247f25d
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestPointFields_DD46FBDFC797EB24-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f8a3013), locale=lu-CD, timezone=America/Guayaquil
   [junit4]   2> NOTE: Linux 5.3.0-28-generic amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=16,threads=2,free=329704424,total=535298048
   [junit4]   2> NOTE: All tests run in this JVM: [TestPointFields]
   [junit4] Completed [5/5 (5!)] on J1 in 43.40s, 104 tests, 1 error <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1518: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1045: There were test failures: 5 suites, 520 tests, 5 errors [seed: DD46FBDFC797EB24]

Total time: 47 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.schema.TestPointFields
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=188f620208012ba1d726b743c5934abf01988d57, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #25733
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2