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

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

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

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

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([AC0FF901C5DCB945:831537573171A5E1]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:992)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:955)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.testDoublePointStats(TestPointFields.java:719)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 7.17499920128868E-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:980)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 7.17499920128868E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.error(XPathParser.java:609)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Number(XPathParser.java:2032)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PrimaryExpr(XPathParser.java:1391)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.FilterExpr(XPathParser.java:1299)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1232)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1190)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1096)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1017)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:959)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:884)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:925)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:824)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:788)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:761)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:744)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PredicateExpr(XPathParser.java:1908)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Predicate(XPathParser.java:1890)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Step(XPathParser.java:1680)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelativeLocationPath(XPathParser.java:1589)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.LocationPath(XPathParser.java:1551)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1271)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1190)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1096)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1017)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:959)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:884)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:824)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:788)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:761)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:744)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.initXPath(XPathParser.java:128)
	at java.xml/com.sun.org.apache.xpath.internal.XPath.<init>(XPath.java:178)
	at java.xml/com.sun.org.apache.xpath.internal.XPath.<init>(XPath.java:266)
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.eval(XPathImpl.java:116)
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:131)
	... 44 more




Build Log:
[...truncated 13802 lines...]
   [junit4] Suite: org.apache.solr.schema.TestPointFields
   [junit4]   2> 1080217 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1080217 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestPointFields_AC0FF901C5DCB945-001/data-dir-141-001
   [junit4]   2> 1080217 WARN  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1080217 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1080218 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1080218 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1080218 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1080218 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1080233 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1080259 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.s.IndexSchema [null] Schema name=schema-point
   [junit4]   2> 1080263 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 1080598 WARN  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:897) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:520) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:79) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:639) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:180) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:807) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:797) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:658) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:647) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.TestPointFields.beforeClass(TestPointFields.java:92) ~[test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 1080599 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1080602 WARN  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d0e62b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1080602 WARN  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d0e62b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1080604 WARN  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20aa9629[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1080604 WARN  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20aa9629[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1080605 WARN  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-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> 1080618 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1080618 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1080633 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76abc51d
   [junit4]   2> 1080639 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76abc51d
   [junit4]   2> 1080639 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76abc51d
   [junit4]   2> 1080641 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1080658 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1080685 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=schema-point
   [junit4]   2> 1080689 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 1080689 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1080689 INFO  (coreLoadExecutor-5890-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@76abc51d
   [junit4]   2> 1080689 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestPointFields_AC0FF901C5DCB945-001/data-dir-141-001/]
   [junit4]   2> 1080691 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6793981996978243]
   [junit4]   2> 1080738 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1080738 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1080740 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1080740 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1080740 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=62.2275390625, floorSegmentMB=1.7900390625, forceMergeDeletesPctAllowed=3.7213043513732167, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=37.813408187544646
   [junit4]   2> 1080740 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10018491[collection1] main]
   [junit4]   2> 1080741 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1080756 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 1080825 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1080825 INFO  (coreLoadExecutor-5890-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660202033859264512
   [junit4]   2> 1080826 INFO  (searcherExecutor-5891-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1080827 INFO  (searcherExecutor-5891-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1080827 INFO  (searcherExecutor-5891-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1080827 INFO  (searcherExecutor-5891-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1080828 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1080828 INFO  (searcherExecutor-5891-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1080828 INFO  (searcherExecutor-5891-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1080829 INFO  (searcherExecutor-5891-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1080829 INFO  (searcherExecutor-5891-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1080829 INFO  (searcherExecutor-5891-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1080832 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntPointFieldMultiValuedExactQuery
   [junit4]   2> 1080832 INFO  (searcherExecutor-5891-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@10018491[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1080834 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1660202033867653120)]} 0 0
   [junit4]   2> 1080835 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1660202033869750272)]} 0 0
   [junit4]   2> 1080836 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1660202033870798848)]} 0 0
   [junit4]   2> 1080836 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1660202033870798849)]} 0 0
   [junit4]   2> 1080836 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1660202033870798850)]} 0 0
   [junit4]   2> 1080836 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1660202033870798851)]} 0 0
   [junit4]   2> 1080837 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1660202033871847424)]} 0 0
   [junit4]   2> 1080837 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1660202033871847425)]} 0 0
   [junit4]   2> 1080837 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1660202033871847426)]} 0 0
   [junit4]   2> 1080837 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1660202033871847427)]} 0 0
   [junit4]   2> 1080838 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660202033872896000,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1080838 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7b7644a4 commitCommandVersion:1660202033872896000
   [junit4]   2> 1080840 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f0fd32f[collection1] main]
   [junit4]   2> 1080841 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1080844 INFO  (searcherExecutor-5891-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2f0fd32f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.15.0-54-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1583292039751, java.version=11.0.4, java.vm.version=11.0.4+10-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1080844 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1080845 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-895722142&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080845 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-437121246&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080846 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:88460883&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080846 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1697624461&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080846 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:906775442&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080847 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:605239372&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080847 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1222194608&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080847 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:787673761&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080848 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:2143709307&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080848 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-944235067&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080848 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-234441327&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080848 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-16196447&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080849 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1935364463&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080849 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:586414370&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080849 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1970961718&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080850 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-2103197450&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080850 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1450457428&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080850 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1880153070&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080851 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:1520550962&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080857 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:65526866&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080858 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-895722142+OR+number_p_i_mv:\-437121246&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080858 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-437121246+OR+number_p_i_mv:88460883&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080859 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:88460883+OR+number_p_i_mv:\-1697624461&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080859 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1697624461+OR+number_p_i_mv:906775442&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080860 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:906775442+OR+number_p_i_mv:605239372&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080860 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:605239372+OR+number_p_i_mv:\-1222194608&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080860 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1222194608+OR+number_p_i_mv:787673761&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080861 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:787673761+OR+number_p_i_mv:2143709307&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080861 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:2143709307+OR+number_p_i_mv:\-944235067&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080861 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-944235067+OR+number_p_i_mv:\-895722142&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080862 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-234441327+OR+number_p_i_mv:\-437121246&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080862 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-16196447+OR+number_p_i_mv:88460883&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080862 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1935364463+OR+number_p_i_mv:\-1697624461&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080863 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:586414370+OR+number_p_i_mv:906775442&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080863 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1970961718+OR+number_p_i_mv:605239372&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080863 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-2103197450+OR+number_p_i_mv:\-1222194608&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080864 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1450457428+OR+number_p_i_mv:787673761&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080864 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:\-1880153070+OR+number_p_i_mv:2143709307&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080865 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:1520550962+OR+number_p_i_mv:\-944235067&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080867 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_mv:65526866+OR+number_p_i_mv:\-895722142&wt=xml} hits=2 status=0 QTime=1
   [junit4]   2> 1080868 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1660202033903304704)]} 0 0
   [junit4]   2> 1080868 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1660202033904353280)]} 0 0
   [junit4]   2> 1080869 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1660202033905401856)]} 0 0
   [junit4]   2> 1080869 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1660202033905401857)]} 0 0
   [junit4]   2> 1080869 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1660202033905401858)]} 0 0
   [junit4]   2> 1080869 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1660202033905401859)]} 0 0
   [junit4]   2> 1080870 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1660202033906450432)]} 0 0
   [junit4]   2> 1080870 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1660202033906450433)]} 0 0
   [junit4]   2> 1080870 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1660202033906450434)]} 0 0
   [junit4]   2> 1080870 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1660202033906450435)]} 0 0
   [junit4]   2> 1080870 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660202033906450436,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1080870 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7b7644a4 commitCommandVersion:1660202033906450436
   [junit4]   2> 1080873 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2525a8ac[collection1] main]
   [junit4]   2> 1080873 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1080876 INFO  (searcherExecutor-5891-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2525a8ac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(9.0.0):C10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.15.0-54-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1583292039784, java.version=11.0.4, java.vm.version=11.0.4+10-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1080877 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1080878 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-895722142&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080878 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-437121246&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080878 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:88460883&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080879 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1697624461&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080879 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:906775442&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080879 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:605239372&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080880 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1222194608&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080880 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:787673761&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080880 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:2143709307&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080881 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-944235067&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080881 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-234441327&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080881 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-16196447&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080882 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1935364463&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080882 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:586414370&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080882 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1970961718&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080883 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-2103197450&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080883 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1450457428&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080883 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1880153070&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080884 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:1520550962&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080884 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:65526866&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1080885 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-895722142+OR+number_p_i_ni_mv_dv:\-437121246&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080885 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-437121246+OR+number_p_i_ni_mv_dv:88460883&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080886 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:88460883+OR+number_p_i_ni_mv_dv:\-1697624461&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080886 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1697624461+OR+number_p_i_ni_mv_dv:906775442&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080886 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:906775442+OR+number_p_i_ni_mv_dv:605239372&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080887 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:605239372+OR+number_p_i_ni_mv_dv:\-1222194608&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080887 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1222194608+OR+number_p_i_ni_mv_dv:787673761&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080887 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:787673761+OR+number_p_i_ni_mv_dv:2143709307&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080888 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:2143709307+OR+number_p_i_ni_mv_dv:\-944235067&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080888 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-944235067+OR+number_p_i_ni_mv_dv:\-895722142&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080889 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-234441327+OR+number_p_i_ni_mv_dv:\-437121246&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080889 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-16196447+OR+number_p_i_ni_mv_dv:88460883&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080889 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1935364463+OR+number_p_i_ni_mv_dv:\-1697624461&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080890 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:586414370+OR+number_p_i_ni_mv_dv:906775442&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080890 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1970961718+OR+number_p_i_ni_mv_dv:605239372&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080890 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-2103197450+OR+number_p_i_ni_mv_dv:\-1222194608&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080891 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1450457428+OR+number_p_i_ni_mv_dv:787673761&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080891 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:\-1880153070+OR+number_p_i_ni_mv_dv:2143709307&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080891 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:1520550962+OR+number_p_i_ni_mv_dv:\-944235067&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080892 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_mv_dv:65526866+OR+number_p_i_ni_mv_dv:\-895722142&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1080892 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1080892 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@45e53c42[collection1] realtime]
   [junit4]   2> 1080893 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] 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> 1080893 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660202033930567680,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1080893 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7b7644a4 commitCommandVersion:1660202033930567680
   [junit4]   2> 1080893 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f5bf624[collection1] main]
   [junit4]   2> 1080894 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1080896 INFO  (searcherExecutor-5891-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f5bf624[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1080897 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 1080897 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntPointFieldMultiValuedExactQuery
   [junit4]   2> 1080901 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testLongPointFieldMultiValuedReturn
   [junit4]   2> 1080903 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1660202033940004864)]} 0 0
   [junit4]   2> 1080903 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1660202033941053440)]} 0 0
   [junit4]   2> 1080903 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1660202033941053441)]} 0 0
   [junit4]   2> 1080903 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1660202033941053442)]} 0 0
   [junit4]   2> 1080904 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1660202033942102016)]} 0 0
   [junit4]   2> 1080904 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1660202033942102017)]} 0 0
   [junit4]   2> 1080904 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1660202033942102018)]} 0 0
   [junit4]   2> 1080904 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1660202033942102019)]} 0 0
   [junit4]   2> 1080905 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1660202033943150592)]} 0 0
   [junit4]   2> 1080905 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1660202033943150593)]} 0 0
   [junit4]   2> 1080906 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 1080906 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 1080907 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 1080907 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 1080908 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 1080908 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 1080908 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 1080909 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 1080909 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 1080910 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 1080910 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660202033948393472,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1080910 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7b7644a4 commitCommandVersion:1660202033948393472
   [junit4]   2> 1080912 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@69fa1b0f[collection1] main]
   [junit4]   2> 1080912 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1080915 INFO  (searcherExecutor-5891-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@69fa1b0f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(9.0.0):C10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.15.0-54-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1583292039823, java.version=11.0.4, java.vm.version=11.0.4+10-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1080915 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 1080916 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 1080916 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 1080917 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 1080917 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 1080918 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 1080918 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 1080918 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 1080919 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 1080919 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 1080920 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 1080925 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_l_mv&sort=id+asc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 1080928 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1660202033966219264)]} 0 0
   [junit4]   2> 1080928 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1660202033967267840)]} 0 0
   [junit4]   2> 1080928 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1660202033967267841)]} 0 0
   [junit4]   2> 1080929 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1660202033968316416)]} 0 0
   [junit4]   2> 1080929 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1660202033968316417)]} 0 0
   [junit4]   2> 1080929 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1660202033968316418)]} 0 0
   [junit4]   2> 1080930 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1660202033968316419)]} 0 0
   [junit4]   2> 1080930 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1660202033969364992)]} 0 0
   [junit4]   2> 1080930 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1660202033969364993)]} 0 0
   [junit4]   2> 1080930 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1660202033969364994)]} 0 0
   [junit4]   2> 1080931 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 1080931 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 1080932 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 1080932 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 1080933 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 1080933 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 1080933 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 1080934 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 1080934 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 1080935 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 1080935 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660202033974607872,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1080935 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7b7644a4 commitCommandVersion:1660202033974607872
   [junit4]   2> 1080937 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5439aeee[collection1] main]
   [junit4]   2> 1080938 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1080940 INFO  (searcherExecutor-5891-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5439aeee[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(9.0.0):C10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.15.0-54-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1583292039848, java.version=11.0.4, java.vm.version=11.0.4+10-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1080941 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1080942 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 1080942 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 1080943 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 1080943 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 1080944 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 1080944 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 1080945 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 1080945 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 1080946 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 1080946 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 1080947 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_l_ni_mv_dv&sort=id+asc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 1080950 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1660202033989287936)]} 0 0
   [junit4]   2> 1080950 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1660202033990336512)]} 0 0
   [junit4]   2> 1080950 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1660202033990336513)]} 0 0
   [junit4]   2> 1080951 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1660202033991385088)]} 0 0
   [junit4]   2> 1080951 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1660202033991385089)]} 0 0
   [junit4]   2> 1080951 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1660202033991385090)]} 0 0
   [junit4]   2> 1080951 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1660202033991385091)]} 0 0
   [junit4]   2> 1080952 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1660202033992433664)]} 0 0
   [junit4]   2> 1080952 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1660202033992433665)]} 0 0
   [junit4]   2> 1080952 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1660202033992433666)]} 0 0
   [junit4]   2> 1080953 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 1080953 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 1080953 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 1080954 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 1080954 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 1080955 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 1080955 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 1080956 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 1080956 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 1080956 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 1080957 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660202033997676544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1080957 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7b7644a4 commitCommandVersion:1660202033997676544
   [junit4]   2> 1080959 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6675a6c[collection1] main]
   [junit4]   2> 1080959 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1080962 INFO  (searcherExecutor-5891-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6675a6c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(9.0.0):C10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.15.0-54-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1583292039870, java.version=11.0.4, java.vm.version=11.0.4+10-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1080963 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 1080963 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 1080964 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 1080964 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 1080965 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 1080965 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 1080965 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 1080966 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 1080966 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 1080967 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 1080967 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 1080968 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_l_dv_ns_mv&sort=id+asc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 1080970 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1080970 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a29600b[collection1] realtime]
   [junit4]   2> 1080970 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] 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> 1080970 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660202034011308032,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1080970 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7b7644a4 commitCommandVersion:1660202034011308032
   [junit4]   2> 1080970 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@497eb098[collection1] main]
   [junit4]   2> 1080971 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1080973 INFO  (searcherExecutor-5891-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@497eb098[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1080974 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 1080974 INFO  (TEST-TestPointFields.testLongPointFieldMultiValuedReturn-seed#[AC0FF901C5DCB945]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testLongPointFieldMultiValuedReturn
   [junit4]   2> 1080978 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntPointFieldMultiValuedNonSearchableExactQuery
   [junit4]   2> 1080979 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1660202034019696640)]} 0 0
   [junit4]   2> 1080979 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1660202034020745216)]} 0 0
   [junit4]   2> 1080980 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1660202034021793792)]} 0 0
   [junit4]   2> 1080980 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1660202034021793793)]} 0 0
   [junit4]   2> 1080980 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1660202034021793794)]} 0 0
   [junit4]   2> 1080980 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1660202034021793795)]} 0 0
   [junit4]   2> 1080981 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1660202034022842368)]} 0 0
   [junit4]   2> 1080981 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1660202034022842369)]} 0 0
   [junit4]   2> 1080981 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1660202034022842370)]} 0 0
   [junit4]   2> 1080981 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedNonSearchableExactQuery-seed#[AC0FF901C5DCB945]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1660202034022842371)]} 0 0
   [junit4]   2> 1080982 INFO  (TEST-TestPointFields.test

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

l = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@15e74f03
   [junit4]   2> 1099136 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1099136 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@62b31f12: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5615e50b
   [junit4]   2> 1099139 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1099139 INFO  (SUITE-TestPointFields-seed#[AC0FF901C5DCB945]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@600787ee: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4ef3a93b
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestPointFields_AC0FF901C5DCB945-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=PostingsFormat(name=Asserting)}, docValues:{foo_p_f_ni_dv_ns=DocValuesFormat(name=Lucene80), foo_p_f_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_dt_dv_ns=DocValuesFormat(name=Asserting), foo_p_d_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), foo_p_i_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_f_ni_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_dt_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_f_dv=DocValuesFormat(name=Asserting), number_p_l_ni_dv=DocValuesFormat(name=Asserting), number_p_i_dv_ns=DocValuesFormat(name=Lucene80), number_p_l_dv_ns=DocValuesFormat(name=Asserting), foo_p_l_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_dt_ni_mv_dv=DocValuesFormat(name=Asserting), number_p_l_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_dv_smf=DocValuesFormat(name=Asserting), number_p_d_ni_ns_dv=DocValuesFormat(name=Asserting), number_p_dt_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_i_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_f_dv_smf=DocValuesFormat(name=Lucene80), number_p_l_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_l_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_f_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_d_dv_smf=DocValuesFormat(name=Lucene80), number_p_dt_ni_dv=DocValuesFormat(name=Asserting), number_p_f_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_ni_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_f_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_l_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_dt_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_l_ni_ns_dv=DocValuesFormat(name=Asserting), number_p_f_ni_ns_dv=DocValuesFormat(name=Asserting), number_p_i_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_i_dv_sml=DocValuesFormat(name=Asserting), foo_p_d_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_dt_dv_sml=DocValuesFormat(name=Lucene80), number_p_dt_dv_smf=DocValuesFormat(name=Lucene80), number_p_i_mv_dv=DocValuesFormat(name=Lucene80), number_p_d_ni_dv=DocValuesFormat(name=Asserting), number_p_l_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_dt_ni_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_mv_dv_smf=DocValuesFormat(name=Lucene80), foo_p_l_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_dt_ni_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_ni_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_dt_ni_ns_dv=DocValuesFormat(name=Asserting), foo_p_i_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_dt_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_l_mv_dv=DocValuesFormat(name=Asserting), number_p_d_ni_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_ni_mv_dv=DocValuesFormat(name=Lucene80), number_p_f_mv_dv=DocValuesFormat(name=Asserting), number_p_f_ni_mv_dv=DocValuesFormat(name=Asserting), number_p_i_mv_dv_smf=DocValuesFormat(name=Asserting), foo_p_dt_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_l_ni_mv_dv=DocValuesFormat(name=Asserting), number_p_d_dv=DocValuesFormat(name=Asserting), number_p_l_ni_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_dv_ns=DocValuesFormat(name=Asserting), number_p_i_ni_mv_dv_smf=DocValuesFormat(name=Asserting), number_p_l_ni_dv_smf=DocValuesFormat(name=Lucene80), number_p_dt_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_i_ni_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_l_dv=DocValuesFormat(name=Asserting), number_p_dt_mv_dv=DocValuesFormat(name=Asserting), number_p_l_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_i_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_d_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_i_ni_dv_sml=DocValuesFormat(name=Asserting), number_p_l_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_ni_dv_smf=DocValuesFormat(name=Asserting), number_p_f_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_ni_ns_dv=DocValuesFormat(name=Lucene80), number_p_f_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_f_ni_dv=DocValuesFormat(name=Asserting), foo_p_dt_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_dt_dv=DocValuesFormat(name=Asserting), number_p_dt_ni_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_l_ni_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_ni_mv_dv=DocValuesFormat(name=Asserting), number_p_f_ni_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_l_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_mv_dv=DocValuesFormat(name=Asserting), number_p_i_dv=DocValuesFormat(name=Lucene80), number_p_f_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_dt_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_f_ni_dv_smf=DocValuesFormat(name=Lucene80), number_p_f_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_i_ni_dv=DocValuesFormat(name=Lucene80), number_p_f_dv_ns=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1017, maxMBSortInHeap=7.137064772904459, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1614ebf), locale=lb, timezone=SystemV/PST8PDT
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=243260600,total=389021696
   [junit4]   2> NOTE: All tests run in this JVM: [ResourceLoaderTest, IndexSizeTriggerMixedBoundsTest, SearchHandlerTest, HDFSCollectionsAPITest, TestMaxScoreQueryParser, RangeFacetCloudTest, TestManagedSynonymGraphFilterFactory, TestRSAKeyPair, TestPivotHelperCode, TestExactSharedStatsCacheCloud, TestQueryTypes, InfixSuggestersTest, TestHighlightDedupGrouping, TestCloudPivotFacet, ChaosMonkeySafeLeaderWithPullReplicasTest, TestSearcherReuse, TestCryptoKeys, DataDrivenBlockJoinTest, ZkSolrClientTest, PingRequestHandlerTest, HdfsUnloadDistributedZkTest, TriggerCooldownIntegrationTest, TestSolrTestCaseJ4, TestSystemIdResolver, MinimalSchemaTest, TestRestoreCore, TestPostingsSolrHighlighter, TestCoreBackup, QueryElevationComponentTest, FieldMutatingUpdateProcessorTest, DistributedSuggestComponentTest, DistribCursorPagingTest, TestSchemaSimilarityResource, CoreAdminOperationTest, SchemaVersionSpecificBehaviorTest, TestSubQueryTransformerCrossCore, TermVectorComponentDistributedTest, EnumFieldTest, TestRemoteStreaming, BooleanFieldTest, TestFieldCacheReopen, RecoveryZkTest, OverseerRolesTest, TestLMDirichletSimilarityFactory, TestIndexSearcher, Tagger2Test, TimeZoneUtilsTest, TestNumericTerms32, StatelessScriptUpdateProcessorFactoryTest, ScheduledTriggerIntegrationTest, NodeMarkersRegistrationTest, TestRandomCollapseQParserPlugin, CustomCollectionTest, TestSimScenario, SecurityConfHandlerTest, CursorMarkTest, TestPushWriter, TestCopyFieldCollectionResource, TestFieldCacheVsDocValues, TestSchemalessBufferedUpdates, LoggingHandlerTest, SimpleCollectionCreateDeleteTest, ZkFailoverTest, BinaryUpdateRequestHandlerTest, FieldAnalysisRequestHandlerTest, RequiredFieldsTest, LeaderTragicEventTest, HdfsChaosMonkeyNothingIsSafeTest, TestSortByMinMaxFunction, CurrencyFieldTypeTest, RankQueryTest, TestDeprecatedFilters, TestFoldingMultitermQuery, MaxSizeAutoCommitTest, TestUniqueKeyFieldResource, DistributedExpandComponentTest, CdcrRequestHandlerTest, HealthCheckHandlerTest, SolrCoreMetricManagerTest, TestXmlQParser, DimensionalRoutedAliasUpdateProcessorTest, TestDistributedSearch, SolrJmxReporterTest, DistributedQueryComponentOptimizationTest, TestSolrQueryParser, TestDocSet, TestRandomFaceting, ShardRoutingTest, TestClusterStateMutator, DisMaxRequestHandlerTest, PackageManagerCLITest, TestDocTermOrds, TestNamedUpdateProcessors, SolrLogAuditLoggerPluginTest, CustomTermsComponentTest, ConjunctionSolrSpellCheckerTest, TestLazyCores, ClassificationUpdateProcessorTest, BJQFilterAccessibleTest, TestScoreJoinQPNoScore, TestDynamicLoadingUrl, AutoAddReplicasPlanActionTest, TestHashPartitioner, ConfigureRecoveryStrategyTest, HdfsRecoverLeaseTest, OverriddenZkACLAndCredentialsProvidersTest, RestartWhileUpdatingTest, TestRealTimeGet, TestStressLiveNodes, TestSystemCollAutoCreate, TestDFISimilarityFactory, TestChildDocTransformerHierarchy, BasicAuthIntegrationTest, TestHttpServletCarrier, SolrShardReporterTest, TestMaxTokenLenTokenizer, WordBreakSolrSpellCheckerTest, TestRebalanceLeaders, TestCaffeineCache, SolrCoreTest, RegexBytesRefFilterTest, TestPullReplica, TestPayloadCheckQParserPlugin, TestPointFields]
   [junit4] Completed [363/905 (1!)] on J1 in 18.96s, 104 tests, 1 error <<< FAILURES!

[...truncated 54355 lines...]