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

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.2) - Build # 9062 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9062/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([C0068859FFCBDA67:7A0CF07E47DA1885]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1006)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:969)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.testFloatPointStats(TestPointFields.java:1145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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:835)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 5.796999323695782E-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:994)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 5.796999323695782E-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


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

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([C0068859FFCBDA67:7A0CF07E47DA1885]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1006)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:969)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.testFloatPointStats(TestPointFields.java:1145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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:835)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 5.796999323695782E-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:994)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 5.796999323695782E-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 12412 lines...]
   [junit4] Suite: org.apache.solr.schema.TestPointFields
   [junit4]   2> 221570 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 221570 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.schema.TestPointFields_C0068859FFCBDA67-001\data-dir-19-001
   [junit4]   2> 221570 WARN  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 221570 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 221570 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 221570 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 221570 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 221578 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 221599 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 221606 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 221670 WARN  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.c.CoreContainer Unable to create [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\userfiles" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1044) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsPath.checkWrite(WindowsPath.java:854) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:496) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:692) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:799) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:745) ~[?:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:370) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:331) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:169) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:817) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:807) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:668) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [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:567) ~[?:?]
   [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:835) [?:?]
   [junit4]   2> 221671 WARN  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\filestore] directory in SOLR_HOME [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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" "C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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:1044) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:523) [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:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:670) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:817) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:807) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:668) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [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:567) ~[?:?]
   [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:835) [?:?]
   [junit4]   2> 221672 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 221675 WARN  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@108b5600[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 221675 WARN  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@108b5600[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 221678 WARN  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@15eb1fca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 221678 WARN  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@15eb1fca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 221679 WARN  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-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> 221699 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 221699 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 221713 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ae4bb2a
   [junit4]   2> 221717 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ae4bb2a
   [junit4]   2> 221717 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ae4bb2a
   [junit4]   2> 221726 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 221744 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 221746 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 221746 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 221748 INFO  (coreLoadExecutor-1984-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@5ae4bb2a
   [junit4]   2> 221748 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.schema.TestPointFields_C0068859FFCBDA67-001\data-dir-19-001\]
   [junit4]   2> 221749 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.8251953125, floorSegmentMB=1.57421875, forceMergeDeletesPctAllowed=1.1006935695095033, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14681689929277797, deletesPctAllowed=30.10896915839683
   [junit4]   2> 221820 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 221820 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 221821 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 221821 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 221822 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.0732421875, floorSegmentMB=1.3857421875, forceMergeDeletesPctAllowed=14.664994401481511, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5318427557947395, deletesPctAllowed=38.43604414092792
   [junit4]   2> 221823 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 221829 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 221854 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 221854 INFO  (coreLoadExecutor-1984-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671289133114327040
   [junit4]   2> 221856 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 221857 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 221857 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 221857 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 221857 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 221857 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 221857 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 221858 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 221858 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 221858 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 221860 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 221860 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDatePointFieldMultiValuedRangeFacet
   [junit4]   2> 221864 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1671289133123764224)]} 0 1
   [junit4]   2> 221867 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671289133126909952)]} 0 0
   [junit4]   2> 221867 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671289133127958528)]} 0 0
   [junit4]   2> 221868 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671289133127958529)]} 0 0
   [junit4]   2> 221868 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671289133129007104)]} 0 0
   [junit4]   2> 221868 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671289133129007105)]} 0 0
   [junit4]   2> 221870 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671289133131104256)]} 0 0
   [junit4]   2> 221870 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671289133131104257)]} 0 0
   [junit4]   2> 221870 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671289133131104258)]} 0 0
   [junit4]   2> 221872 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671289133131104259)]} 0 0
   [junit4]   2> 221874 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 221874 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 221892 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet.range=number_p_dt_mv_dv&q=*:*&facet.range.gap=%2B203118YEARS&indent=on&facet=true&wt=xml&facet.range.start=-984501-01-31T02:17:17.522Z&facet.range.end=%2B862057-06-15T01:24:57.727Z} hits=10 status=0 QTime=12
   [junit4]   2> 221899 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet.range=number_p_dt_mv_dv&q=*:*&facet.range.gap=%2B203118YEARS&indent=on&facet=true&wt=xml&facet.range.start=-984501-01-31T02:17:17.522Z&facet.range.method=dv&facet.range.end=%2B862057-06-15T01:24:57.727Z} hits=10 status=0 QTime=5
   [junit4]   2> 221902 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet.range=number_p_dt_mv&q=*:*&facet.range.gap=%2B203118YEARS&indent=on&facet=true&wt=xml&facet.range.start=-984501-01-31T02:17:17.522Z&facet.range.method=filter&facet.range.end=%2B862057-06-15T01:24:57.727Z} hits=10 status=0 QTime=1
   [junit4]   2> 221906 WARN  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.c.RangeFacetRequest Range facet method 'dv' is not supported on PointFields without docValues. Will use method 'filter' instead
   [junit4]   2> 221906 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet.range=number_p_dt_mv&q=*:*&facet.range.gap=%2B203118YEARS&indent=on&facet=true&wt=xml&facet.range.start=-984501-01-31T02:17:17.522Z&facet.range.method=dv&facet.range.end=%2B862057-06-15T01:24:57.727Z} hits=10 status=0 QTime=1
   [junit4]   2> 221908 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 221910 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [     ] 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> 221910 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 221910 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 221910 INFO  (TEST-TestPointFields.testDatePointFieldMultiValuedRangeFacet-seed#[C0068859FFCBDA67]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDatePointFieldMultiValuedRangeFacet
   [junit4]   2> 221914 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntPointFieldMultiValuedReturn
   [junit4]   2> 221917 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671289133177241600)]} 0 1
   [junit4]   2> 221918 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671289133181435904)]} 0 0
   [junit4]   2> 221918 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671289133181435905)]} 0 0
   [junit4]   2> 221918 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671289133181435906)]} 0 0
   [junit4]   2> 221918 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671289133181435907)]} 0 0
   [junit4]   2> 221919 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671289133182484480)]} 0 0
   [junit4]   2> 221919 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671289133182484481)]} 0 0
   [junit4]   2> 221919 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671289133182484482)]} 0 0
   [junit4]   2> 221920 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671289133183533056)]} 0 0
   [junit4]   2> 221920 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1671289133183533057)]} 0 0
   [junit4]   2> 221920 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 221920 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 221920 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 221920 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 221920 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 221924 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 221924 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 221924 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 221924 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 221926 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 221930 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 221930 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 221930 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 221930 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 221930 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 221933 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 221933 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 221933 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 221934 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 221934 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 221934 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 221934 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 221938 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_i_mv&sort=id+asc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 221942 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671289133205553152)]} 0 1
   [junit4]   2> 221942 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671289133206601728)]} 0 0
   [junit4]   2> 221942 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671289133206601729)]} 0 0
   [junit4]   2> 221942 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671289133206601730)]} 0 0
   [junit4]   2> 221942 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671289133206601731)]} 0 0
   [junit4]   2> 221942 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671289133206601732)]} 0 0
   [junit4]   2> 221942 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671289133206601733)]} 0 0
   [junit4]   2> 221942 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671289133206601734)]} 0 0
   [junit4]   2> 221942 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671289133206601735)]} 0 0
   [junit4]   2> 221946 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1671289133206601736)]} 0 0
   [junit4]   2> 221946 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 221946 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 221946 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 221946 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 221946 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 221948 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 221948 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 221948 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 221948 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 221950 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 221954 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 221954 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 221955 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 221955 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 221955 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 221955 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 221957 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 221957 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 221958 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 221958 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 221963 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 221963 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 221963 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_i_ni_mv_dv&sort=id+asc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 221966 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671289133231767552)]} 0 1
   [junit4]   2> 221966 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671289133231767553)]} 0 0
   [junit4]   2> 221966 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671289133231767554)]} 0 0
   [junit4]   2> 221966 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671289133231767555)]} 0 0
   [junit4]   2> 221966 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671289133231767556)]} 0 0
   [junit4]   2> 221966 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671289133231767557)]} 0 0
   [junit4]   2> 221969 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671289133231767558)]} 0 0
   [junit4]   2> 221969 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671289133234913280)]} 0 0
   [junit4]   2> 221970 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671289133235961856)]} 0 0
   [junit4]   2> 221970 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1671289133235961857)]} 0 0
   [junit4]   2> 221970 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 221970 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 221970 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 221970 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 221970 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 221970 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 221970 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 221970 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 221974 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 221974 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 221978 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 221978 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 221978 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 221978 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 221978 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 221978 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 221982 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 221982 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 221982 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 221982 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 221983 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 221983 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 221983 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_i_dv_ns_mv&sort=id+asc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 221986 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 221986 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] 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> 221986 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 221986 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 221986 INFO  (TEST-TestPointFields.testIntPointFieldMultiValuedReturn-seed#[C0068859FFCBDA67]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntPointFieldMultiValuedReturn
   [junit4]   2> 221991 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntPointMultiValuedFunctionQuery
   [junit4]   2> 221994 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1671289133257981952)]} 0 1
   [junit4]   2> 221994 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671289133261127680)]} 0 0
   [junit4]   2> 221994 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671289133261127681)]} 0 0
   [junit4]   2> 221994 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671289133261127682)]} 0 0
   [junit4]   2> 221994 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671289133261127683)]} 0 0
   [junit4]   2> 221994 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671289133261127684)]} 0 0
   [junit4]   2> 221994 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671289133261127685)]} 0 0
   [junit4]   2> 221994 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671289133261127686)]} 0 0
   [junit4]   2> 221994 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671289133261127687)]} 0 0
   [junit4]   2> 221994 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671289133261127688)]} 0 0
   [junit4]   2> 221998 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 221998 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 222006 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_i_mv_dv&sort=field(number_p_i_mv_dv,+min)+desc&wt=xml} hits=10 status=0 QTime=8
   [junit4]   2> 222012 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222012 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&sort=field(number_p_i_mv,min)+desc&wt=xml} status=400 QTime=1
   [junit4]   2> 222012 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222012 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_i_mv,min)&wt=xml} status=400 QTime=0
   [junit4]   2> 222012 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222012 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_i_mv_dv,foo)&wt=xml} status=400 QTime=0
   [junit4]   2> 222012 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1671289133280002048)]} 0 1
   [junit4]   2> 222014 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671289133282099200)]} 0 0
   [junit4]   2> 222014 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671289133282099201)]} 0 0
   [junit4]   2> 222014 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671289133282099202)]} 0 0
   [junit4]   2> 222014 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671289133282099203)]} 0 0
   [junit4]   2> 222014 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671289133282099204)]} 0 0
   [junit4]   2> 222016 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671289133282099205)]} 0 0
   [junit4]   2> 222016 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671289133284196352)]} 0 0
   [junit4]   2> 222016 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671289133284196353)]} 0 0
   [junit4]   2> 222017 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671289133285244928)]} 0 0
   [junit4]   2> 222019 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 222019 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 222022 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_i_mv_dv&sort=field(number_p_i_mv_dv,+min)+desc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 222022 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222022 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&sort=field(number_p_i_mv,min)+desc&wt=xml} status=400 QTime=0
   [junit4]   2> 222022 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222022 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_i_mv,min)&wt=xml} status=400 QTime=0
   [junit4]   2> 222022 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222022 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_i_mv_dv,foo)&wt=xml} status=400 QTime=0
   [junit4]   2> 222022 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 222022 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] 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> 222026 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 222026 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 222026 INFO  (TEST-TestPointFields.testIntPointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntPointMultiValuedFunctionQuery
   [junit4]   2> 222029 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDoublePointMultiValuedFunctionQuery
   [junit4]   2> 222031 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1671289133298876416)]} 0 1
   [junit4]   2> 222032 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671289133299924992)]} 0 0
   [junit4]   2> 222032 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671289133300973568)]} 0 0
   [junit4]   2> 222032 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671289133300973569)]} 0 0
   [junit4]   2> 222032 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671289133300973570)]} 0 0
   [junit4]   2> 222032 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671289133300973571)]} 0 0
   [junit4]   2> 222032 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671289133300973572)]} 0 0
   [junit4]   2> 222033 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671289133302022144)]} 0 0
   [junit4]   2> 222033 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671289133302022145)]} 0 0
   [junit4]   2> 222033 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671289133302022146)]} 0 0
   [junit4]   2> 222038 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 222038 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 222039 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_d_mv_dv&sort=field(number_p_d_mv_dv,+min)+desc&wt=xml} hits=10 status=0 QTime=1
   [junit4]   2> 222039 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222039 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&sort=field(number_p_d_mv,min)+desc&wt=xml} status=400 QTime=0
   [junit4]   2> 222039 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222039 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_d_mv,min)&wt=xml} status=400 QTime=0
   [junit4]   2> 222039 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222039 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_d_mv_dv,foo)&wt=xml} status=400 QTime=0
   [junit4]   2> 222043 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1671289133311459328)]} 0 1
   [junit4]   2> 222043 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671289133312507904)]} 0 0
   [junit4]   2> 222044 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671289133313556480)]} 0 0
   [junit4]   2> 222044 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671289133313556481)]} 0 0
   [junit4]   2> 222044 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671289133313556482)]} 0 0
   [junit4]   2> 222046 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671289133313556483)]} 0 0
   [junit4]   2> 222046 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671289133315653632)]} 0 0
   [junit4]   2> 222046 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671289133315653633)]} 0 0
   [junit4]   2> 222046 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671289133315653634)]} 0 0
   [junit4]   2> 222047 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671289133315653635)]} 0 0
   [junit4]   2> 222051 INFO  (searcherExecutor-1986-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 222051 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 222052 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_d_mv_dv&sort=field(number_p_d_mv_dv,+min)+desc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 222054 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222054 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&sort=field(number_p_d_mv,min)+desc&wt=xml} status=400 QTime=0
   [junit4]   2> 222054 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222054 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_d_mv,min)&wt=xml} status=400 QTime=0
   [junit4]   2> 222054 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 222054 INFO  (TEST-TestPointFields.testDoublePointMultiValuedFunctionQuery-seed#[C0068859FFCBDA67]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_d_mv_dv,foo)&wt=xml} stat

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

s-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@62aac924: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@66933a87
   [junit4]   2> 78521 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 78521 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@494ed11a: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@3068410f
   [junit4]   2> 78521 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 78521 INFO  (SUITE-TestPointFields-seed#[C0068859FFCBDA67]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3662ff04: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@928d7c1
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestPointFields_C0068859FFCBDA67-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {id=FST50}, docValues:{foo_p_f_ni_dv_ns=DocValuesFormat(name=Asserting), foo_p_f_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_dt_dv_ns=DocValuesFormat(name=Lucene80), foo_p_d_ni_dv_ns_mv=DocValuesFormat(name=Asserting), foo_p_i_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_f_ni_mv_dv_smf=DocValuesFormat(name=Asserting), number_p_dt_ni_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_f_dv=DocValuesFormat(name=Lucene80), number_p_l_ni_dv=DocValuesFormat(name=Lucene80), number_p_i_dv_ns=DocValuesFormat(name=Asserting), number_p_l_dv_ns=DocValuesFormat(name=Lucene80), foo_p_l_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_dt_ni_mv_dv=DocValuesFormat(name=Lucene80), number_p_l_dv_sml=DocValuesFormat(name=Asserting), number_p_i_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_ni_ns_dv=DocValuesFormat(name=Lucene80), number_p_dt_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_i_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_f_dv_smf=DocValuesFormat(name=Asserting), number_p_l_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_l_dv_smf=DocValuesFormat(name=Asserting), number_p_d_ni_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_f_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_d_dv_smf=DocValuesFormat(name=Asserting), number_p_dt_ni_dv=DocValuesFormat(name=Lucene80), number_p_f_ni_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_d_ni_mv_dv_smf=DocValuesFormat(name=Asserting), number_p_f_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_l_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_dt_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_l_ni_ns_dv=DocValuesFormat(name=Lucene80), number_p_f_ni_ns_dv=DocValuesFormat(name=Lucene80), number_p_i_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_i_dv_sml=DocValuesFormat(name=Lucene80), foo_p_d_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_dt_dv_sml=DocValuesFormat(name=Asserting), number_p_dt_dv_smf=DocValuesFormat(name=Asserting), number_p_i_mv_dv=DocValuesFormat(name=Asserting), number_p_l_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_d_ni_dv=DocValuesFormat(name=Lucene80), number_p_dt_ni_dv_sml=DocValuesFormat(name=Asserting), number_p_d_mv_dv_smf=DocValuesFormat(name=Asserting), number_p_dt_ni_dv_smf=DocValuesFormat(name=Asserting), number_p_d_ni_dv_smf=DocValuesFormat(name=Asserting), foo_p_l_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_d_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_dt_ni_ns_dv=DocValuesFormat(name=Lucene80), number_p_dt_mv_dv_smf=DocValuesFormat(name=Asserting), foo_p_i_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_l_mv_dv=DocValuesFormat(name=Lucene80), number_p_d_ni_dv_sml=DocValuesFormat(name=Asserting), number_p_i_ni_mv_dv=DocValuesFormat(name=Asserting), number_p_f_ni_mv_dv=DocValuesFormat(name=Lucene80), number_p_f_mv_dv=DocValuesFormat(name=Lucene80), number_p_i_mv_dv_smf=DocValuesFormat(name=Lucene80), foo_p_dt_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_l_ni_mv_dv=DocValuesFormat(name=Lucene80), number_p_d_dv=DocValuesFormat(name=Lucene80), number_p_l_ni_dv_sml=DocValuesFormat(name=Asserting), number_p_d_dv_ns=DocValuesFormat(name=Lucene80), number_p_i_ni_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_l_ni_dv_smf=DocValuesFormat(name=Asserting), number_p_dt_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_i_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_l_dv=DocValuesFormat(name=Lucene80), number_p_dt_mv_dv=DocValuesFormat(name=Lucene80), number_p_l_mv_dv_smf=DocValuesFormat(name=Asserting), number_p_d_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_i_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_d_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_i_ni_dv_sml=DocValuesFormat(name=Lucene80), number_p_l_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_i_ni_dv_smf=DocValuesFormat(name=Lucene80), number_p_f_dv_sml=DocValuesFormat(name=Asserting), number_p_d_dv_sml=DocValuesFormat(name=Asserting), number_p_i_ni_ns_dv=DocValuesFormat(name=Asserting), number_p_f_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_f_ni_dv=DocValuesFormat(name=Lucene80), foo_p_dt_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_dt_dv=DocValuesFormat(name=Lucene80), number_p_l_ni_mv_dv_smf=DocValuesFormat(name=Asserting), number_p_dt_ni_mv_dv_smf=DocValuesFormat(name=Asserting), number_p_d_ni_mv_dv=DocValuesFormat(name=Lucene80), number_p_d_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_f_ni_dv_sml=DocValuesFormat(name=Asserting), number_p_l_ni_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_d_mv_dv=DocValuesFormat(name=Lucene80), number_p_i_dv=DocValuesFormat(name=Asserting), number_p_f_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_i_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_f_ni_dv_smf=DocValuesFormat(name=Asserting), number_p_dt_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_f_mv_dv_smf=DocValuesFormat(name=Asserting), number_p_i_ni_dv=DocValuesFormat(name=Asserting), number_p_f_dv_ns=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=137, maxMBSortInHeap=7.045573521865617, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ses, timezone=America/Ensenada
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=111288592,total=310902784
   [junit4]   2> NOTE: All tests run in this JVM: [TestPointFields]
   [junit4] Completed [5/5 (5!)] on J0 in 77.14s, 104 tests, 1 error <<< FAILURES!

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

Total time: 1 minute 21 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.schema.TestPointFields
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Windows #9061' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Windows #9062'.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2