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/05/03 02:14:26 UTC

[JENKINS-Experimental-GC] Lucene-Solr-master-Linux (64bit/jdk-14) - Build # 26541 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/26541/
Java: 64bit/jdk-14 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC

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

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([904A356CE343340:261E6D003A992FE4]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1003)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:966)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.testDoublePointStats(TestPointFields.java:719)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 5.547999198816775E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:145)
	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:92)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:991)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 5.547999198816775E-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.testDoublePointStats

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([904A356CE343340:261E6D003A992FE4]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1003)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:966)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.testDoublePointStats(TestPointFields.java:719)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 5.547999198816775E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:145)
	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:92)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:991)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 5.547999198816775E-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 12889 lines...]
   [junit4] Suite: org.apache.solr.schema.TestPointFields
   [junit4]   2> 14386 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-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> 14392 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestPointFields_904A356CE343340-001/data-dir-2-001
   [junit4]   2> 14392 WARN  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 14393 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 14394 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 14401 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 14401 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 14500 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 14800 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 14817 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 15088 WARN  (SUITE-TestPointFields-seed#[904A356CE343340]-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:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1326) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1358) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:520) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:79) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:617) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:814) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:804) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:665) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:654) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.TestPointFields.beforeClass(TestPointFields.java:92) ~[test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 15088 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 15095 WARN  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4ac3bee6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 15096 WARN  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4ac3bee6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 15160 WARN  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1f24bed7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 15160 WARN  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1f24bed7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 15161 WARN  (SUITE-TestPointFields-seed#[904A356CE343340]-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> 15208 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 15208 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 15293 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ff3110c
   [junit4]   2> 15293 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ff3110c
   [junit4]   2> 15293 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ff3110c
   [junit4]   2> 15348 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 15419 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 15426 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 15426 INFO  (coreLoadExecutor-36-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> 15426 INFO  (coreLoadExecutor-36-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@3ff3110c
   [junit4]   2> 15427 INFO  (coreLoadExecutor-36-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/J0/temp/solr.schema.TestPointFields_904A356CE343340-001/data-dir-2-001/]
   [junit4]   2> 15431 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@79cc8f5e
   [junit4]   2> 15558 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 15558 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 15568 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 15570 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 15571 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=62.5517578125, floorSegmentMB=0.8046875, forceMergeDeletesPctAllowed=15.606810222554584, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=23.25837038805014
   [junit4]   2> 15572 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@52e1b1de[collection1] main]
   [junit4]   2> 15574 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 15608 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 15648 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 15652 INFO  (coreLoadExecutor-36-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665631731669008384
   [junit4]   2> 15656 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 15657 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 15657 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 15657 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 15657 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 15658 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 15658 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 15658 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 15658 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 15692 ERROR (coreZkRegister-24-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer 
   [junit4]   2>           => java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:207)
   [junit4]   2> java.lang.NullPointerException: null
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:207) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 15692 ERROR (coreZkRegister-24-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:195)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 
   [junit4]   2> 15697 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 15701 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@52e1b1de[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 15723 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDoublePointFieldsAtomicUpdates
   [junit4]   2> 15768 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631731754991616)]} 0 41
   [junit4]   2> 15771 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631731793788928,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 15771 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631731793788928
   [junit4]   2> 15788 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@32de4748[collection1] main]
   [junit4]   2> 15789 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 15793 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@32de4748[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470203214}] :id=5cxz1khb372twlkjzqguw9vr3)))}
   [junit4]   2> 15795 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 24
   [junit4]   2> 15814 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631731823149056)]} 0 17
   [junit4]   2> 15816 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631731840974848,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 15816 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631731840974848
   [junit4]   2> 15834 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@aa438f4[collection1] main]
   [junit4]   2> 15840 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 15843 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@aa438f4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(9.0.0):C1:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470203256}] :id=5cxz1khb372twlkjzqguw9vr7)))}
   [junit4]   2> 15849 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 33
   [junit4]   2> 15858 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=7
   [junit4]   2> 15901 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631731910180864)]} 0 18
   [junit4]   2> 15902 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631731931152384,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 15902 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631731931152384
   [junit4]   2> 15923 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a9ffbed[collection1] main]
   [junit4]   2> 15925 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 15929 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1a9ffbed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(9.0.0):C1:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470203338}] :id=5cxz1khb372twlkjzqguw9vrb)))}
   [junit4]   2> 15940 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 38
   [junit4]   2> 15942 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 15955 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631731984629760)]} 0 4
   [junit4]   2> 15957 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631731988824064,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 15957 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631731988824064
   [junit4]   2> 15962 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@705a20e8[collection1] main]
   [junit4]   2> 15964 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 15968 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@705a20e8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(9.0.0):C1:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470203391}] :id=5cxz1khb372twlkjzqguw9vrf)))}
   [junit4]   2> 15969 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 13
   [junit4]   2> 15991 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631732006649856)]} 0 18
   [junit4]   2> 15992 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631732025524224,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 15992 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631732025524224
   [junit4]   2> 16033 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4b433940[collection1] main]
   [junit4]   2> 16034 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 16038 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4b433940[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(9.0.0):C1:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470203436}] :id=5cxz1khb372twlkjzqguw9vrj)))}
   [junit4]   2> 16046 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 53
   [junit4]   2> 16047 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 16077 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631732099973120)]} 0 17
   [junit4]   2> 16078 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631732115701760,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 16078 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631732115701760
   [junit4]   2> 16137 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5cfdd031[collection1] main]
   [junit4]   2> 16138 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 16145 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5cfdd031[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(9.0.0):C1:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470203552}] :id=5cxz1khb372twlkjzqguw9vrn)))}
   [junit4]   2> 16151 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 73
   [junit4]   2> 16152 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 16168 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631732195393536)]} 0 13
   [junit4]   2> 16169 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631732211122176,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 16169 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631732211122176
   [junit4]   2> 16203 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a11c3a0[collection1] main]
   [junit4]   2> 16204 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 16213 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4a11c3a0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(9.0.0):C1:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470203628}] :id=5cxz1khb372twlkjzqguw9vrr)))}
   [junit4]   2> 16220 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 51
   [junit4]   2> 16225 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631732267745280)]} 0 4
   [junit4]   2> 16227 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631732271939584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 16227 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631732271939584
   [junit4]   2> 16232 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f8282ce[collection1] main]
   [junit4]   2> 16237 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f8282ce[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(9.0.0):C1:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470203662}] :id=5cxz1khb372twlkjzqguw9vrv)))}
   [junit4]   2> 16238 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 16238 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 16239 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 16242 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631732286619648)]} 0 2
   [junit4]   2> 16243 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631732288716800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 16243 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631732288716800
   [junit4]   2> 16257 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b089bd6[collection1] main]
   [junit4]   2> 16260 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 16266 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b089bd6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(9.0.0):C1:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470203682}] :id=5cxz1khb372twlkjzqguw9vrz)))}
   [junit4]   2> 16267 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 23
   [junit4]   2> 16270 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 16288 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 16296 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6937136c[collection1] realtime]
   [junit4]   2> 16296 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] 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 21
   [junit4]   2> 16297 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631732345339904,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 16297 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631732345339904
   [junit4]   2> 16300 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ab0c7ad[collection1] main]
   [junit4]   2> 16301 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 16305 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6ab0c7ad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 16306 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 9
   [junit4]   2> 16307 INFO  (TEST-TestPointFields.testDoublePointFieldsAtomicUpdates-seed#[904A356CE343340]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDoublePointFieldsAtomicUpdates
   [junit4]   2> 16313 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFloatPointFieldNonSearchableExactQuery
   [junit4]   2> 16321 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1665631732364214272)]} 0 6
   [junit4]   2> 16323 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631732371554304)]} 0 0
   [junit4]   2> 16337 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1665631732385185792)]} 0 12
   [junit4]   2> 16338 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1665631732388331520)]} 0 1
   [junit4]   2> 16344 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1665631732393574400)]} 0 4
   [junit4]   2> 16351 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1665631732400914432)]} 0 1
   [junit4]   2> 16353 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1665631732403011584)]} 0 0
   [junit4]   2> 16355 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1665631732405108736)]} 0 0
   [junit4]   2> 16357 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1665631732407205888)]} 0 1
   [junit4]   2> 16362 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1665631732411400192)]} 0 3
   [junit4]   2> 16369 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1665631732419788800)]} 0 5
   [junit4]   2> 16384 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1665631732435517440)]} 0 8
   [junit4]   2> 16396 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1665631732444954624)]} 0 4
   [junit4]   2> 16402 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1665631732454391808)]} 0 1
   [junit4]   2> 16407 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1665631732459634688)]} 0 4
   [junit4]   2> 16420 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1665631732473266176)]} 0 5
   [junit4]   2> 16424 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1665631732477460480)]} 0 2
   [junit4]   2> 16428 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1665631732481654784)]} 0 3
   [junit4]   2> 16430 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1665631732483751936)]} 0 0
   [junit4]   2> 16432 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1665631732485849088)]} 0 1
   [junit4]   2> 16433 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20 (1665631732487946240)]} 0 0
   [junit4]   2> 16435 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21 (1665631732490043392)]} 0 0
   [junit4]   2> 16446 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22 (1665631732493189120)]} 0 8
   [junit4]   2> 16448 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23 (1665631732502626304)]} 0 1
   [junit4]   2> 16457 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24 (1665631732512063488)]} 0 6
   [junit4]   2> 16459 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25 (1665631732514160640)]} 0 1
   [junit4]   2> 16460 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26 (1665631732515209216)]} 0 1
   [junit4]   2> 16484 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27 (1665631732541423616)]} 0 8
   [junit4]   2> 16489 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28 (1665631732542472192)]} 0 3
   [junit4]   2> 16491 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29 (1665631732547715072)]} 0 1
   [junit4]   2> 16493 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631732549812224,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 16493 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631732549812224
   [junit4]   2> 16506 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7fd9b94a[collection1] main]
   [junit4]   2> 16507 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 16509 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7fd9b94a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_9(9.0.0):C30:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470203932}] :id=5cxz1khb372twlkjzqguw9vs4)))}
   [junit4]   2> 16510 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 17
   [junit4]   2> 16513 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-4.106745E-22&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=1
   [junit4]   2> 16515 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-2.57592115E9&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16518 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-4.0441913E-35&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=2
   [junit4]   2> 16519 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:5.9889534E34&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16521 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:9.1602829E10&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16523 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-1.5851744E-20&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16526 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-2.59956819E18&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16528 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:4.6391015E-8&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16540 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-8.0694899E8&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16542 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:3.1437746E21&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16547 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:8.9077407E16&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=1
   [junit4]   2> 16548 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:8.000286E-35&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16566 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:1.1199957E-12&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=17
   [junit4]   2> 16568 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:5.8193957E-27&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16569 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:2.7455492&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16583 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:3.4889263E-7&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16595 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-1.6317875E35&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16605 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-3.0551516E31&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16606 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-1.7917444E-34&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16628 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:1.280183E-19&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16630 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-1.0551952E-31&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16631 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:1.4978599E22&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16639 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-3.3364532E-7&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16641 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-5.1276688E-11&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16646 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-5.8525607E-30&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16647 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-59.79985&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16648 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-7.1635207E-16&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16649 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:6.2818955E10&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16650 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-1.0574563E22&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16651 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:\-1.2052511E-9&fl=id,number_p_f_ni&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16655 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni:(\-2.59956819E18+OR+8.000286E-35+OR+5.9889534E34+OR+\-4.106745E-22+OR+3.4889263E-7+OR+\-1.0574563E22+OR+1.1199957E-12+OR+8.9077407E16+OR+\-1.5851744E-20+OR+\-8.0694899E8+OR+\-3.0551516E31+OR+3.1437746E21+OR+\-1.0551952E-31+OR+4.6391015E-8+OR+\-2.57592115E9+OR+\-7.1635207E-16+OR+\-3.3364532E-7+OR+\-1.7917444E-34+OR+5.8193957E-27+OR+6.2818955E10+OR+\-5.1276688E-11+OR+\-5.8525607E-30+OR+\-4.0441913E-35+OR+\-59.79985+OR+1.4978599E22+OR+1.280183E-19+OR+\-1.6317875E35+OR+2.7455492+OR+\-1.2052511E-9+OR+9.1602829E10)&debug=true&wt=xml} hits=0 status=0 QTime=3
   [junit4]   2> 16656 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 16657 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c6d747d[collection1] realtime]
   [junit4]   2> 16657 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] 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> 16659 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631732724924416,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 16659 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631732724924416
   [junit4]   2> 16661 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fd728e1[collection1] main]
   [junit4]   2> 16662 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 16664 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1fd728e1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 16666 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 16670 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1665631732734361600)]} 0 2
   [junit4]   2> 16672 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665631732737507328)]} 0 0
   [junit4]   2> 16675 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1665631732739604480)]} 0 2
   [junit4]   2> 16678 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1665631732743798784)]} 0 0
   [junit4]   2> 16679 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1665631732745895936)]} 0 0
   [junit4]   2> 16680 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1665631732746944512)]} 0 0
   [junit4]   2> 16682 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1665631732747993088)]} 0 0
   [junit4]   2> 16684 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1665631732751138816)]} 0 0
   [junit4]   2> 16686 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1665631732752187392)]} 0 0
   [junit4]   2> 16687 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1665631732754284544)]} 0 0
   [junit4]   2> 16689 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1665631732755333120)]} 0 0
   [junit4]   2> 16705 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1665631732757430272)]} 0 14
   [junit4]   2> 16708 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1665631732775256064)]} 0 1
   [junit4]   2> 16711 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1665631732778401792)]} 0 0
   [junit4]   2> 16713 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1665631732781547520)]} 0 1
   [junit4]   2> 16721 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1665631732784693248)]} 0 5
   [junit4]   2> 16723 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1665631732790984704)]} 0 0
   [junit4]   2> 16737 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1665631732806713344)]} 0 0
   [junit4]   2> 16739 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1665631732807761920)]} 0 0
   [junit4]   2> 16741 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1665631732809859072)]} 0 1
   [junit4]   2> 16745 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20 (1665631732811956224)]} 0 3
   [junit4]   2> 16748 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21 (1665631732817199104)]} 0 0
   [junit4]   2> 16749 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22 (1665631732819296256)]} 0 0
   [junit4]   2> 16751 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23 (1665631732820344832)]} 0 0
   [junit4]   2> 16756 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24 (1665631732825587712)]} 0 0
   [junit4]   2> 16758 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25 (1665631732828733440)]} 0 0
   [junit4]   2> 16760 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26 (1665631732829782016)]} 0 1
   [junit4]   2> 16762 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27 (1665631732831879168)]} 0 0
   [junit4]   2> 16763 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28 (1665631732832927744)]} 0 0
   [junit4]   2> 16765 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29 (1665631732835024896)]} 0 1
   [junit4]   2> 16766 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665631732837122048,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 16766 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59151ca9 commitCommandVersion:1665631732837122048
   [junit4]   2> 16772 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@271a1cd1[collection1] main]
   [junit4]   2> 16776 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@271a1cd1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(9.0.0):C30:[diagnostics={java.version=14, java.vm.version=14+36, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=14+36, os.version=5.3.0-46-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1588470204202}] :id=5cxz1khb372twlkjzqguw9vs9)))}
   [junit4]   2> 16778 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 16778 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 16779 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:\-34622.45&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16782 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:\-0.056130935&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=2
   [junit4]   2> 16785 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:\-215929.02&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=1
   [junit4]   2> 16786 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:5.7308843E-37&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16787 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:723329.4&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16789 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:\-1.478429E29&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16790 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:\-0.0015839861&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16794 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:6.684413E34&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16795 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:\-6.7872026E9&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16796 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:\-64.21856&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16797 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_ni_ns:\-1.073625E35&fl=id,number_p_f_ni_ns&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 16797 INFO  (TEST-TestPointFields.testFloatPointFieldNonSearchableExactQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null param

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

ull path=null params={q=number_p_f_dv:{-0.0f+TO+*}&fl=id,+number_p_f_dv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 42565 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_dv:[-0.0f+TO+*}&fl=id,+number_p_f_dv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 42565 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_dv:{-0.0f+TO+*]&fl=id,+number_p_f_dv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 42565 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_dv:[-0.0f+TO+*]&fl=id,+number_p_f_dv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 42565 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_dv:{-0.0f+TO+0}&fl=id,+number_p_f_dv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 42565 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_dv:[-0.0f+TO+0}&fl=id,+number_p_f_dv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 42566 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_dv:{-0.0f+TO+0]&fl=id,+number_p_f_dv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 42566 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_f_dv:[-0.0f+TO+0]&fl=id,+number_p_f_dv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 42566 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 42566 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@77855228[collection1] realtime]
   [junit4]   2> 42566 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] 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> 42566 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665633654590668800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 42566 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@25a3e56a commitCommandVersion:1665633654590668800
   [junit4]   2> 42566 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@972d164[collection1] main]
   [junit4]   2> 42567 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 42567 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@972d164[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 42568 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1
   [junit4]   2> 42568 INFO  (TEST-TestPointFields.testFloatPointFieldRangeQuery-seed#[904A356CE343340]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFloatPointFieldRangeQuery
   [junit4] OK      0.28s J4 | TestPointFields.testFloatPointFieldRangeQuery
   [junit4]   2> 42568 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 42568 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1725155537
   [junit4]   2> 42569 INFO  (coreCloseExecutor-22-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b4b7287
   [junit4]   2> 42569 INFO  (coreCloseExecutor-22-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@5b4b7287
   [junit4]   2> 42569 INFO  (coreCloseExecutor-22-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25605266: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@6366a996
   [junit4]   2> 42582 INFO  (coreCloseExecutor-22-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 42585 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 42585 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4087bff6: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@2d8b8472
   [junit4]   2> 42589 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 42589 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@529de92f: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@7f493306
   [junit4]   2> 42589 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 42589 INFO  (SUITE-TestPointFields-seed#[904A356CE343340]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ad4cda2: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4835e4d8
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J4/temp/solr.schema.TestPointFields_904A356CE343340-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=9, maxDocsPerChunk=4, blockShift=10), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=9, blockSize=10)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7a33a3e5), locale=ln-CG, timezone=Mexico/General
   [junit4]   2> NOTE: Linux 5.3.0-46-generic amd64/AdoptOpenJDK 14 (64-bit)/cpus=16,threads=2,free=304392592,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestPointFields]
   [junit4] Completed [5/5 (5!)] on J4 in 41.71s, 104 tests, 1 error <<< FAILURES!

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

Total time: 45 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=96c47bc8508142b5bd11d2cdc492df380801efec, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #26540
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