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

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/26576/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseG1GC

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([F082F8AFE41AFBC2:4A8880885C0B3920]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1003)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:966)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.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:830)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 8.021999163221858E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:145)
	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:92)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:991)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 8.021999163221858E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.error(XPathParser.java:621)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Number(XPathParser.java:2045)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PrimaryExpr(XPathParser.java:1403)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.FilterExpr(XPathParser.java:1311)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1244)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1202)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1108)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1029)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:971)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:896)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:937)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:836)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:800)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:773)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:756)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PredicateExpr(XPathParser.java:1921)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Predicate(XPathParser.java:1902)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Step(XPathParser.java:1692)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelativeLocationPath(XPathParser.java:1601)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.LocationPath(XPathParser.java:1563)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1283)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1202)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1108)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1029)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:971)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:896)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:836)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:800)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:773)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:756)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.initXPath(XPathParser.java:132)
	at java.xml/com.sun.org.apache.xpath.internal.XPath.<init>(XPath.java:178)
	at java.xml/com.sun.org.apache.xpath.internal.XPath.<init>(XPath.java:268)
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.eval(XPathImpl.java:116)
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:131)
	... 44 more


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

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([F082F8AFE41AFBC2:4A8880885C0B3920]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1003)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:966)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.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:830)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 8.021999163221858E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:145)
	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:92)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:991)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 8.021999163221858E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.error(XPathParser.java:621)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Number(XPathParser.java:2045)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PrimaryExpr(XPathParser.java:1403)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.FilterExpr(XPathParser.java:1311)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1244)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1202)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1108)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1029)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:971)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:896)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:937)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:836)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:800)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:773)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:756)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PredicateExpr(XPathParser.java:1921)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Predicate(XPathParser.java:1902)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Step(XPathParser.java:1692)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelativeLocationPath(XPathParser.java:1601)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.LocationPath(XPathParser.java:1563)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1283)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1202)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1108)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1029)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:971)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:896)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:836)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:800)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:773)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:756)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.initXPath(XPathParser.java:132)
	at java.xml/com.sun.org.apache.xpath.internal.XPath.<init>(XPath.java:178)
	at java.xml/com.sun.org.apache.xpath.internal.XPath.<init>(XPath.java:268)
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.eval(XPathImpl.java:116)
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:131)
	... 44 more




Build Log:
[...truncated 15512 lines...]
   [junit4] Suite: org.apache.solr.schema.TestPointFields
   [junit4]   2> 1052040 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1052040 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1052040 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestPointFields_F082F8AFE41AFBC2-001/data-dir-146-001
   [junit4]   2> 1052041 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1052041 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1052042 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1052047 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1052069 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 1052073 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 1052126 WARN  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:520) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:79) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:617) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:814) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:804) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:665) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:654) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.TestPointFields.beforeClass(TestPointFields.java:92) ~[test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java: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:830) [?:?]
   [junit4]   2> 1052127 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1052128 WARN  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f99a3d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1052128 WARN  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f99a3d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1052131 WARN  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3950d80a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1052131 WARN  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3950d80a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1052132 WARN  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-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> 1052139 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1052139 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1052150 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e5ce81
   [junit4]   2> 1052162 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e5ce81
   [junit4]   2> 1052162 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e5ce81
   [junit4]   2> 1052167 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1052190 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 1052195 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 1052195 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1052196 INFO  (coreLoadExecutor-16516-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@4e5ce81
   [junit4]   2> 1052196 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestPointFields_F082F8AFE41AFBC2-001/data-dir-146-001/]
   [junit4]   2> 1052197 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.3857421875, floorSegmentMB=0.5654296875, forceMergeDeletesPctAllowed=29.60343546890198, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=41.116340605544266
   [junit4]   2> 1052234 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1052234 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1052235 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1052235 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1052236 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6052604142841739]
   [junit4]   2> 1052236 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e563156[collection1] main]
   [junit4]   2> 1052237 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1052239 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 1052248 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1052248 INFO  (coreLoadExecutor-16516-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665904513620377600
   [junit4]   2> 1052249 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1052249 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1052249 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1052249 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1052249 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1052250 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1052250 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1052250 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1052250 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1052250 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1052251 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e563156[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1052255 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testLongPointFieldNonSearchableRangeQuery
   [junit4]   2> 1052257 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1665904513628766208)]} 0 0
   [junit4]   2> 1052258 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1665904513630863360)]} 0 0
   [junit4]   2> 1052258 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1665904513630863361)]} 0 0
   [junit4]   2> 1052258 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1665904513630863362)]} 0 0
   [junit4]   2> 1052258 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1665904513630863363)]} 0 0
   [junit4]   2> 1052259 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1665904513631911936)]} 0 0
   [junit4]   2> 1052259 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1665904513631911937)]} 0 0
   [junit4]   2> 1052259 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1665904513631911938)]} 0 0
   [junit4]   2> 1052259 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665904513631911939)]} 0 0
   [junit4]   2> 1052259 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1665904513631911940)]} 0 0
   [junit4]   2> 1052259 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665904513631911941,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052259 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@41d73bc1 commitCommandVersion:1665904513631911941
   [junit4]   2> 1052262 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f33ae8f[collection1] main]
   [junit4]   2> 1052262 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1052263 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f33ae8f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C10:[diagnostics={os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=13.0.2+8, java.version=13.0.2, timestamp=1588730348237, java.vendor=AdoptOpenJDK, os=Linux, os.version=5.3.0-46-generic, java.runtime.version=13.0.2+8}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=ddcbvm2a078e351hnd4w3myfc)))}
   [junit4]   2> 1052264 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 1052265 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_l_ni:[*+TO+*]&fl=id,+number_p_l_ni&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1052266 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1665904513638203392)]} 0 0
   [junit4]   2> 1052266 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1665904513639251968)]} 0 0
   [junit4]   2> 1052266 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1665904513639251969)]} 0 0
   [junit4]   2> 1052266 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1665904513639251970)]} 0 0
   [junit4]   2> 1052266 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1665904513639251971)]} 0 0
   [junit4]   2> 1052267 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1665904513640300544)]} 0 0
   [junit4]   2> 1052267 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1665904513640300545)]} 0 0
   [junit4]   2> 1052267 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1665904513640300546)]} 0 0
   [junit4]   2> 1052267 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665904513640300547)]} 0 0
   [junit4]   2> 1052267 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1665904513640300548)]} 0 0
   [junit4]   2> 1052267 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665904513640300549,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052267 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@41d73bc1 commitCommandVersion:1665904513640300549
   [junit4]   2> 1052269 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18a77dd0[collection1] main]
   [junit4]   2> 1052269 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1052271 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@18a77dd0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(9.0.0):C10:[diagnostics={os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=13.0.2+8, java.version=13.0.2, timestamp=1588730348245, java.vendor=AdoptOpenJDK, os=Linux, os.version=5.3.0-46-generic, java.runtime.version=13.0.2+8}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=ddcbvm2a078e351hnd4w3myfg)))}
   [junit4]   2> 1052271 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 1052272 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_l_ni_ns:[*+TO+*]&fl=id,+number_p_l_ni_ns&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1052273 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1665904513645543424)]} 0 0
   [junit4]   2> 1052273 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1665904513646592000)]} 0 0
   [junit4]   2> 1052273 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1665904513646592001)]} 0 0
   [junit4]   2> 1052273 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1665904513646592002)]} 0 0
   [junit4]   2> 1052273 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1665904513646592003)]} 0 0
   [junit4]   2> 1052273 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1665904513646592004)]} 0 0
   [junit4]   2> 1052274 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1665904513647640576)]} 0 0
   [junit4]   2> 1052274 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1665904513647640577)]} 0 0
   [junit4]   2> 1052274 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665904513647640578)]} 0 0
   [junit4]   2> 1052274 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1665904513647640579)]} 0 0
   [junit4]   2> 1052274 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665904513647640580,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052274 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@41d73bc1 commitCommandVersion:1665904513647640580
   [junit4]   2> 1052276 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d364960[collection1] main]
   [junit4]   2> 1052278 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d364960[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(9.0.0):C10:[diagnostics={os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=13.0.2+8, java.version=13.0.2, timestamp=1588730348252, java.vendor=AdoptOpenJDK, os=Linux, os.version=5.3.0-46-generic, java.runtime.version=13.0.2+8}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=ddcbvm2a078e351hnd4w3myfk)))}
   [junit4]   2> 1052278 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1052278 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 1052279 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_l_ni_ns_mv:[*+TO+*]&fl=id,+number_p_l_ni_ns_mv&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1052279 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1052279 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ff41e5f[collection1] realtime]
   [junit4]   2> 1052279 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [     ] 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> 1052280 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665904513653932032,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052280 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@41d73bc1 commitCommandVersion:1665904513653932032
   [junit4]   2> 1052280 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b9319de[collection1] main]
   [junit4]   2> 1052280 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1052281 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b9319de[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1052282 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1052282 INFO  (TEST-TestPointFields.testLongPointFieldNonSearchableRangeQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testLongPointFieldNonSearchableRangeQuery
   [junit4]   2> 1052287 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDatePointSetQuery
   [junit4]   2> 1052288 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1665904513661272064)]} 0 1
   [junit4]   2> 1052289 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665904513663369216)]} 0 0
   [junit4]   2> 1052289 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1665904513663369217)]} 0 0
   [junit4]   2> 1052289 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1665904513663369218)]} 0 0
   [junit4]   2> 1052290 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1665904513664417792)]} 0 0
   [junit4]   2> 1052290 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1665904513664417793)]} 0 0
   [junit4]   2> 1052292 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1665904513666514944)]} 0 0
   [junit4]   2> 1052292 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1665904513666514945)]} 0 0
   [junit4]   2> 1052292 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1665904513666514946)]} 0 0
   [junit4]   2> 1052292 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1665904513666514947)]} 0 0
   [junit4]   2> 1052292 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1665904513666514948)]} 0 0
   [junit4]   2> 1052293 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1665904513667563520)]} 0 0
   [junit4]   2> 1052293 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1665904513667563521)]} 0 0
   [junit4]   2> 1052293 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1665904513667563522)]} 0 0
   [junit4]   2> 1052293 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1665904513667563523)]} 0 0
   [junit4]   2> 1052293 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1665904513667563524)]} 0 0
   [junit4]   2> 1052293 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1665904513667563525)]} 0 0
   [junit4]   2> 1052294 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1665904513668612096)]} 0 0
   [junit4]   2> 1052294 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1665904513668612097)]} 0 0
   [junit4]   2> 1052294 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1665904513668612098)]} 0 0
   [junit4]   2> 1052294 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665904513668612099,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052294 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@41d73bc1 commitCommandVersion:1665904513668612099
   [junit4]   2> 1052296 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a3efc14[collection1] main]
   [junit4]   2> 1052298 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4a3efc14[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(9.0.0):C20:[diagnostics={os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=13.0.2+8, java.version=13.0.2, timestamp=1588730348272, java.vendor=AdoptOpenJDK, os=Linux, os.version=5.3.0-46-generic, java.runtime.version=13.0.2+8}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=ddcbvm2a078e351hnd4w3myfp)))}
   [junit4]   2> 1052298 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1052298 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 1052299 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}%2B267592293-10-20T16:35:40.020Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052299 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}-58959436-06-07T07:55:41.980Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052300 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}%2B153528126-10-18T23:22:01.581Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052300 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}%2B269341639-01-30T02:19:59.547Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052301 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}%2B282905985-04-23T20:09:43.487Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052301 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}-200742248-12-28T13:11:21.031Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052301 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}-196979092-12-28T04:52:17.391Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052302 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}%2B269855583-06-03T12:19:49.392Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052302 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}-148132062-11-16T06:15:01.824Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052302 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}%2B254939241-02-06T03:05:42.990Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052302 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}%2B155418711-05-22T16:37:35.424Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052302 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}-6791200-05-19T02:51:27.044Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052303 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}-206271551-02-22T03:19:34.276Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052303 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}-32450965-08-25T07:02:18.416Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052303 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}-43334398-02-01T05:25:23.820Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052303 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}%2B132308290-10-30T22:03:07.958Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052304 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}-48872472-05-05T07:26:03.376Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052304 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}%2B277839113-02-03T14:46:59.143Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052304 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}-189617495-02-24T23:43:41.328Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052304 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt'}%2B37925564-11-04T15:25:43.487Z&fl=id,number_p_dt&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052307 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}%2B267592293-10-20T16:35:40.020Z,-58959436-06-07T07:55:41.980Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=2
   [junit4]   2> 1052308 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}-58959436-06-07T07:55:41.980Z,%2B153528126-10-18T23:22:01.581Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052308 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}%2B153528126-10-18T23:22:01.581Z,%2B269341639-01-30T02:19:59.547Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052309 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}%2B269341639-01-30T02:19:59.547Z,%2B282905985-04-23T20:09:43.487Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052309 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}%2B282905985-04-23T20:09:43.487Z,-200742248-12-28T13:11:21.031Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052309 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}-200742248-12-28T13:11:21.031Z,-196979092-12-28T04:52:17.391Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052310 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}-196979092-12-28T04:52:17.391Z,%2B269855583-06-03T12:19:49.392Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052310 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}%2B269855583-06-03T12:19:49.392Z,-148132062-11-16T06:15:01.824Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052310 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}-148132062-11-16T06:15:01.824Z,%2B254939241-02-06T03:05:42.990Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052310 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}%2B254939241-02-06T03:05:42.990Z,%2B155418711-05-22T16:37:35.424Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052311 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}%2B155418711-05-22T16:37:35.424Z,-6791200-05-19T02:51:27.044Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052311 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}-6791200-05-19T02:51:27.044Z,-206271551-02-22T03:19:34.276Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052311 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}-206271551-02-22T03:19:34.276Z,-32450965-08-25T07:02:18.416Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052311 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}-32450965-08-25T07:02:18.416Z,-43334398-02-01T05:25:23.820Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052315 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}-43334398-02-01T05:25:23.820Z,%2B132308290-10-30T22:03:07.958Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=3
   [junit4]   2> 1052315 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}%2B132308290-10-30T22:03:07.958Z,-48872472-05-05T07:26:03.376Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052316 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}-48872472-05-05T07:26:03.376Z,%2B277839113-02-03T14:46:59.143Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052316 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}%2B277839113-02-03T14:46:59.143Z,-189617495-02-24T23:43:41.328Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052316 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}-189617495-02-24T23:43:41.328Z,%2B37925564-11-04T15:25:43.487Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052316 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt'}%2B37925564-11-04T15:25:43.487Z,%2B267592293-10-20T16:35:40.020Z&fl=id,number_p_dt&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052318 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&debug=query&fl=id,number_p_dt&fq=number_p_dt:(\%2B267592293-10-20T16\:35\:40.020Z+\-58959436-06-07T07\:55\:41.980Z+\%2B153528126-10-18T23\:22\:01.581Z+\%2B269341639-01-30T02\:19\:59.547Z+\%2B282905985-04-23T20\:09\:43.487Z+\-200742248-12-28T13\:11\:21.031Z+\-196979092-12-28T04\:52\:17.391Z+\%2B269855583-06-03T12\:19\:49.392Z+\-148132062-11-16T06\:15\:01.824Z+\%2B254939241-02-06T03\:05\:42.990Z+\%2B155418711-05-22T16\:37\:35.424Z+\-6791200-05-19T02\:51\:27.044Z+\-206271551-02-22T03\:19\:34.276Z+\-32450965-08-25T07\:02\:18.416Z+\-43334398-02-01T05\:25\:23.820Z+\%2B132308290-10-30T22\:03\:07.958Z+\-48872472-05-05T07\:26\:03.376Z+)&wt=xml} hits=17 status=0 QTime=1
   [junit4]   2> 1052319 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1665904513693777920)]} 0 0
   [junit4]   2> 1052319 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1665904513694826496)]} 0 0
   [junit4]   2> 1052320 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1665904513695875072)]} 0 0
   [junit4]   2> 1052320 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1665904513695875073)]} 0 0
   [junit4]   2> 1052320 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1665904513695875074)]} 0 0
   [junit4]   2> 1052320 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1665904513695875075)]} 0 0
   [junit4]   2> 1052320 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1665904513695875076)]} 0 0
   [junit4]   2> 1052320 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1665904513695875077)]} 0 0
   [junit4]   2> 1052321 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1665904513696923648)]} 0 0
   [junit4]   2> 1052321 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1665904513696923649)]} 0 0
   [junit4]   2> 1052321 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1665904513696923650)]} 0 0
   [junit4]   2> 1052321 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1665904513696923651)]} 0 0
   [junit4]   2> 1052321 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1665904513696923652)]} 0 0
   [junit4]   2> 1052322 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1665904513697972224)]} 0 0
   [junit4]   2> 1052322 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1665904513697972225)]} 0 0
   [junit4]   2> 1052322 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1665904513697972226)]} 0 0
   [junit4]   2> 1052322 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1665904513697972227)]} 0 0
   [junit4]   2> 1052322 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1665904513697972228)]} 0 0
   [junit4]   2> 1052323 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1665904513699020800)]} 0 0
   [junit4]   2> 1052323 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1665904513699020801)]} 0 0
   [junit4]   2> 1052323 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665904513699020802,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052323 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@41d73bc1 commitCommandVersion:1665904513699020802
   [junit4]   2> 1052325 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7de44f5b[collection1] main]
   [junit4]   2> 1052326 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1052327 INFO  (searcherExecutor-16518-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7de44f5b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(9.0.0):C20:[diagnostics={os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=13.0.2+8, java.version=13.0.2, timestamp=1588730348301, java.vendor=AdoptOpenJDK, os=Linux, os.version=5.3.0-46-generic, java.runtime.version=13.0.2+8}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=ddcbvm2a078e351hnd4w3myft)))}
   [junit4]   2> 1052328 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 1052329 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-111593065-01-18T21:00:40.406Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052330 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-126992970-05-16T00:00:50.020Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052330 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}%2B23573435-08-19T06:45:43.193Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052330 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}%2B173795292-04-13T19:44:11.986Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052330 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-59826766-01-15T11:26:54.050Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052331 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}%2B62584856-07-25T00:23:28.092Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052331 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-173541962-06-13T15:50:11.775Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052331 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}%2B283125493-02-09T21:35:55.877Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052331 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}%2B87547636-06-18T02:30:57.428Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052332 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-121554957-02-11T07:34:41.485Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052332 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-179051794-12-22T04:52:29.691Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052332 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}%2B140760118-10-28T07:24:12.559Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052332 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-17643912-04-23T09:53:14.376Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052333 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-281547933-08-01T13:25:34.764Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052333 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}%2B155970897-01-09T11:46:40.507Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052333 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-149477062-09-18T08:29:13.947Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052333 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}%2B198678071-03-12T00:26:56.408Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052334 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-119573987-06-30T07:44:57.343Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052334 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-122649523-06-22T03:12:50.298Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052334 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!term+f%3D'number_p_dt_mv'}-184693877-10-01T12:53:28.629Z&fl=id,number_p_dt_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1052335 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-111593065-01-18T21:00:40.406Z,-126992970-05-16T00:00:50.020Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052335 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-126992970-05-16T00:00:50.020Z,%2B23573435-08-19T06:45:43.193Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052335 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}%2B23573435-08-19T06:45:43.193Z,%2B173795292-04-13T19:44:11.986Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052336 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}%2B173795292-04-13T19:44:11.986Z,-59826766-01-15T11:26:54.050Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052336 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-59826766-01-15T11:26:54.050Z,%2B62584856-07-25T00:23:28.092Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052336 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}%2B62584856-07-25T00:23:28.092Z,-173541962-06-13T15:50:11.775Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052337 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-173541962-06-13T15:50:11.775Z,%2B283125493-02-09T21:35:55.877Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052337 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}%2B283125493-02-09T21:35:55.877Z,%2B87547636-06-18T02:30:57.428Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052337 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}%2B87547636-06-18T02:30:57.428Z,-121554957-02-11T07:34:41.485Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052337 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-121554957-02-11T07:34:41.485Z,-179051794-12-22T04:52:29.691Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052338 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-179051794-12-22T04:52:29.691Z,%2B140760118-10-28T07:24:12.559Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052338 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}%2B140760118-10-28T07:24:12.559Z,-17643912-04-23T09:53:14.376Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052338 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-17643912-04-23T09:53:14.376Z,-281547933-08-01T13:25:34.764Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052338 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-281547933-08-01T13:25:34.764Z,%2B155970897-01-09T11:46:40.507Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052339 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}%2B155970897-01-09T11:46:40.507Z,-149477062-09-18T08:29:13.947Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052339 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-149477062-09-18T08:29:13.947Z,%2B198678071-03-12T00:26:56.408Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052339 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}%2B198678071-03-12T00:26:56.408Z,-119573987-06-30T07:44:57.343Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052340 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-119573987-06-30T07:44:57.343Z,-122649523-06-22T03:12:50.298Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052340 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-122649523-06-22T03:12:50.298Z,-184693877-10-01T12:53:28.629Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052340 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!terms+f%3D'number_p_dt_mv'}-184693877-10-01T12:53:28.629Z,-111593065-01-18T21:00:40.406Z&fl=id,number_p_dt_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1052341 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&debug=query&fl=id,number_p_dt_mv&fq=number_p_dt_mv:(\-111593065-01-18T21\:00\:40.406Z+\-126992970-05-16T00\:00\:50.020Z+\%2B23573435-08-19T06\:45\:43.193Z+\%2B173795292-04-13T19\:44\:11.986Z+\-59826766-01-15T11\:26\:54.050Z+\%2B62584856-07-25T00\:23\:28.092Z+\-173541962-06-13T15\:50\:11.775Z+\%2B283125493-02-09T21\:35\:55.877Z+\%2B87547636-06-18T02\:30\:57.428Z+\-121554957-02-11T07\:34\:41.485Z+\-179051794-12-22T04\:52\:29.691Z+\%2B140760118-10-28T07\:24\:12.559Z+\-17643912-04-23T09\:53\:14.376Z+\-281547933-08-01T13\:25\:34.764Z+\%2B155970897-01-09T11\:46\:40.507Z+\-149477062-09-18T08\:29\:13.947Z+\%2B198678071-03-12T00\:26\:56.408Z+)&wt=xml} hits=17 status=0 QTime=0
   [junit4]   2> 1052342 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1052342 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5be29cda[collection1] realtime]
   [junit4]   2> 1052342 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [     ] 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> 1052342 INFO  (TEST-TestPointFields.testDatePointSetQuery-seed#[F082F8AFE41AFBC2]) [    x

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

 reporters for registry=solr.core.collection1 tag=SolrCore@29c759d2
   [junit4]   2> 48909 INFO  (coreCloseExecutor-22-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4031b8f6: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@34d86988
   [junit4]   2> 48957 INFO  (coreCloseExecutor-22-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 48998 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 48998 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b8ba485: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@88fba86
   [junit4]   2> 49003 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 49003 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1dab732d: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@62b96b16
   [junit4]   2> 49003 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 49003 INFO  (SUITE-TestPointFields-seed#[F082F8AFE41AFBC2]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7db07fee: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@7bcb2a88
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestPointFields_F082F8AFE41AFBC2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{foo_p_f_ni_dv_ns=DocValuesFormat(name=Lucene80), foo_p_f_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_dt_dv_ns=DocValuesFormat(name=Asserting), foo_p_d_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), foo_p_i_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_f_ni_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_dt_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_dv_ns=DocValuesFormat(name=Lucene80), number_p_l_ni_dv=DocValuesFormat(name=Asserting), number_p_f_dv=DocValuesFormat(name=Asserting), number_p_l_dv_ns=DocValuesFormat(name=Asserting), foo_p_l_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_dt_ni_mv_dv=DocValuesFormat(name=Asserting), number_p_l_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_dv_smf=DocValuesFormat(name=Asserting), number_p_d_ni_ns_dv=DocValuesFormat(name=Asserting), number_p_dt_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_i_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_f_dv_smf=DocValuesFormat(name=Lucene80), number_p_l_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_l_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_f_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_d_dv_smf=DocValuesFormat(name=Lucene80), number_p_dt_ni_dv=DocValuesFormat(name=Asserting), number_p_f_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_ni_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_f_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_l_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_dt_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_l_ni_ns_dv=DocValuesFormat(name=Asserting), number_p_i_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_i_dv_sml=DocValuesFormat(name=Asserting), number_p_f_ni_ns_dv=DocValuesFormat(name=Asserting), foo_p_d_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_dt_dv_sml=DocValuesFormat(name=Lucene80), number_p_dt_dv_smf=DocValuesFormat(name=Lucene80), number_p_i_mv_dv=DocValuesFormat(name=Lucene80), number_p_l_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_d_ni_dv=DocValuesFormat(name=Asserting), number_p_dt_ni_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_ni_dv_smf=DocValuesFormat(name=Lucene80), number_p_dt_ni_dv_smf=DocValuesFormat(name=Lucene80), foo_p_l_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_d_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_dt_ni_ns_dv=DocValuesFormat(name=Asserting), number_p_dt_mv_dv_smf=DocValuesFormat(name=Lucene80), foo_p_i_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_l_mv_dv=DocValuesFormat(name=Asserting), number_p_d_ni_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_ni_mv_dv=DocValuesFormat(name=Lucene80), number_p_f_mv_dv=DocValuesFormat(name=Asserting), number_p_f_ni_mv_dv=DocValuesFormat(name=Asserting), number_p_i_mv_dv_smf=DocValuesFormat(name=Asserting), foo_p_dt_ni_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_l_ni_mv_dv=DocValuesFormat(name=Asserting), number_p_l_ni_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_dv=DocValuesFormat(name=Asserting), number_p_i_ni_mv_dv_smf=DocValuesFormat(name=Asserting), number_p_d_dv_ns=DocValuesFormat(name=Asserting), number_p_l_ni_dv_smf=DocValuesFormat(name=Lucene80), number_p_i_ni_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_dt_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_l_dv=DocValuesFormat(name=Asserting), number_p_dt_mv_dv=DocValuesFormat(name=Asserting), number_p_l_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_i_dv_ns_mv=DocValuesFormat(name=Lucene80), number_p_d_ni_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_i_ni_dv_sml=DocValuesFormat(name=Asserting), number_p_i_ni_dv_smf=DocValuesFormat(name=Asserting), number_p_l_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_f_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_ni_ns_dv=DocValuesFormat(name=Lucene80), number_p_f_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_f_ni_dv=DocValuesFormat(name=Asserting), foo_p_dt_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_dt_dv=DocValuesFormat(name=Asserting), number_p_l_ni_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_dt_ni_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_ni_mv_dv=DocValuesFormat(name=Asserting), number_p_d_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_l_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_f_ni_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_mv_dv=DocValuesFormat(name=Asserting), number_p_i_dv=DocValuesFormat(name=Lucene80), number_p_f_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_f_ni_dv_smf=DocValuesFormat(name=Lucene80), number_p_dt_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_f_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_i_ni_dv=DocValuesFormat(name=Lucene80), number_p_f_dv_ns=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=321, maxMBSortInHeap=5.088359327335479, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4fd25e52), locale=az-Latn, timezone=Europe/Kaliningrad
   [junit4]   2> NOTE: Linux 5.3.0-46-generic amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=16,threads=2,free=173095264,total=308281344
   [junit4]   2> NOTE: All tests run in this JVM: [TestPointFields]
   [junit4] Completed [5/5 (5!)] on J2 in 47.88s, 104 tests, 1 error <<< FAILURES!

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

Total time: 52 seconds

[repro] Setting last failure code to 256

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

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/26577/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnlySortFirst

Error Message:
Unexpected number of elements in the group for 'intGSF' size: '8' GroupValue: 'null' rsp: {responseHeader={zkConnected=true, status=0, QTime=36, params={q=*:*, group.sort=id asc, _stateVer_=dv_coll:4, group.limit=100, rows=100, wt=javabin, version=2, group.field=intGSF, group=true}}, grouped={intGSF={matches=54, groups=[{groupValue=844678826, doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=0, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=true, sortableGSF=base_string_331347__00008283, _version_=1665915335435354112, _root_=0}, SolrDocument{id=1, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=false, sortableGSF=base_string_331347__00008283, _version_=1665915335434305536, _root_=1}, SolrDocument{id=2, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=true, sortableGSF=base_string_331347__00008283, _version_=1665915335436402688, _root_=2}, SolrDocument{id=3, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=false, sortableGSF=base_string_331347__00008283, _version_=1665915335440596992, _root_=3}, SolrDocument{id=4, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=true, sortableGSF=base_string_331347__00008283, _version_=1665915335436402688, _root_=4}, SolrDocument{id=5, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=false, sortableGSF=base_string_331347__00008283, _version_=1665915335440596992, _root_=5}, SolrDocument{id=6, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=true, sortableGSF=base_string_331347__00008283, _version_=1665915335440596993, _root_=6}]}}, {groupValue=null, doclist={numFound=8,start=0,maxScore=1.0,docs=[SolrDocument{id=10000, _version_=1665915335435354112, _root_=10000}, SolrDocument{id=10005, _version_=1665915335437451264, _root_=10005}, SolrDocument{id=10010, _version_=1665915335441645568, _root_=10010}, SolrDocument{id=10015, _version_=1665915335437451264, _root_=10015}, SolrDocument{id=10020, _version_=1665915335437451265, _root_=10020}, SolrDocument{id=10025, _version_=1665915335441645570, _root_=10025}, SolrDocument{id=10030, _version_=1665915335441645572, _root_=10030}, SolrDocument{id=10040, _version_=1665915335441645575, _root_=10040}]}}, {groupValue=844687269, doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=10, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=true, sortableGSF=base_string_331347__00014322, _version_=1665915335436402689, _root_=10}, SolrDocument{id=11, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=false, sortableGSF=base_string_331347__00014322, _version_=1665915335436402690, _root_=11}, SolrDocument{id=12, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=true, sortableGSF=base_string_331347__00014322, _version_=1665915335439548416, _root_=12}, SolrDocument{id=13, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=false, sortableGSF=base_string_331347__00014322, _version_=1665915335436402691, _root_=13}, SolrDocument{id=7, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=false, sortableGSF=base_string_331347__00014322, _version_=1665915335440596994, _root_=7}, SolrDocument{id=8, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=true, sortableGSF=base_string_331347__00014322, _version_=1665915335436402688, _root_=8}, SolrDocument{id=9, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=false, sortableGSF=base_string_331347__00014322, _version_=1665915335440596995, _root_=9}]}}, {groupValue=844690983, doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=14, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=true, sortableGSF=base_string_331347__00017217, _version_=1665915335436402692, _root_=14}, SolrDocument{id=15, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=false, sortableGSF=base_string_331347__00017217, _version_=1665915335439548417, _root_=15}, SolrDocument{id=16, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=true, sortableGSF=base_string_331347__00017217, _version_=1665915335440596992, _root_=16}, SolrDocument{id=17, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=false, sortableGSF=base_string_331347__00017217, _version_=1665915335440596993, _root_=17}, SolrDocument{id=18, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=true, sortableGSF=base_string_331347__00017217, _version_=1665915335441645569, _root_=18}, SolrDocument{id=19, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=false, sortableGSF=base_string_331347__00017217, _version_=1665915335440596994, _root_=19}, SolrDocument{id=20, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=true, sortableGSF=base_string_331347__00017217, _version_=1665915335440596993, _root_=20}]}}, {groupValue=844691910, doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=21, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=false, sortableGSF=base_string_331347__00018434, _version_=1665915335441645568, _root_=21}, SolrDocument{id=22, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=true, sortableGSF=base_string_331347__00018434, _version_=1665915335440596994, _root_=22}, SolrDocument{id=23, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=false, sortableGSF=base_string_331347__00018434, _version_=1665915335441645569, _root_=23}, SolrDocument{id=24, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=true, sortableGSF=base_string_331347__00018434, _version_=1665915335437451266, _root_=24}, SolrDocument{id=25, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=false, sortableGSF=base_string_331347__00018434, _version_=1665915335441645570, _root_=25}, SolrDocument{id=26, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=true, sortableGSF=base_string_331347__00018434, _version_=1665915335441645571, _root_=26}, SolrDocument{id=27, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=false, sortableGSF=base_string_331347__00018434, _version_=1665915335437451267, _root_=27}]}}, {groupValue=844698242, doclist={numFound=5,start=0,maxScore=1.0,docs=[SolrDocument{id=28, intGSF=844698242, longGSF=835435511734429884, doubleGSF=22107.433812395073, floatGSF=28209.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00020912, boolGSF=true, sortableGSF=base_string_331347__00019185, _version_=1665915335439548416, _root_=28}, SolrDocument{id=29, intGSF=844698242, longGSF=835435511734429884, doubleGSF=22107.433812395073, floatGSF=28209.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00020912, boolGSF=false, sortableGSF=base_string_331347__00019185, _version_=1665915335441645571, _root_=29}, SolrDocument{id=32, intGSF=844698242, longGSF=835435511734429884, doubleGSF=22107.433812395073, floatGSF=28209.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00020912, boolGSF=true, sortableGSF=base_string_331347__00019185, _version_=1665915335441645568, _root_=32}, SolrDocument{id=33, intGSF=844698242, longGSF=835435511734429884, doubleGSF=22107.433812395073, floatGSF=28209.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00020912, boolGSF=false, sortableGSF=base_string_331347__00019185, _version_=1665915335441645573, _root_=33}, SolrDocument{id=34, intGSF=844698242, longGSF=835435511734429884, doubleGSF=22107.433812395073, floatGSF=28209.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00020912, boolGSF=true, sortableGSF=base_string_331347__00019185, _version_=1665915335440596995, _root_=34}]}}, {groupValue=844701295, doclist={numFound=6,start=0,maxScore=1.0,docs=[SolrDocument{id=35, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=false, sortableGSF=base_string_331347__00023548, _version_=1665915335440596996, _root_=35}, SolrDocument{id=36, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=true, sortableGSF=base_string_331347__00023548, _version_=1665915335440596997, _root_=36}, SolrDocument{id=37, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=false, sortableGSF=base_string_331347__00023548, _version_=1665915335441645574, _root_=37}, SolrDocument{id=38, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=true, sortableGSF=base_string_331347__00023548, _version_=1665915335441645569, _root_=38}, SolrDocument{id=40, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=true, sortableGSF=base_string_331347__00023548, _version_=1665915335441645570, _root_=40}, SolrDocument{id=41, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=false, sortableGSF=base_string_331347__00023548, _version_=1665915335440596998, _root_=41}]}}, {groupValue=844707483, doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=42, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=true, sortableGSF=base_string_331347__00026887, _version_=1665915335441645571, _root_=42}, SolrDocument{id=43, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=false, sortableGSF=base_string_331347__00026887, _version_=1665915335440596999, _root_=43}, SolrDocument{id=44, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=true, sortableGSF=base_string_331347__00026887, _version_=1665915335440597000, _root_=44}, SolrDocument{id=45, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=false, sortableGSF=base_string_331347__00026887, _version_=1665915335441645576, _root_=45}, SolrDocument{id=46, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=true, sortableGSF=base_string_331347__00026887, _version_=1665915335440597001, _root_=46}, SolrDocument{id=47, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=false, sortableGSF=base_string_331347__00026887, _version_=1665915335440597002, _root_=47}, SolrDocument{id=48, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=true, sortableGSF=base_string_331347__00026887, _version_=1665915335441645572, _root_=48}]}}]}}}

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for 'intGSF' size: '8' GroupValue: 'null' rsp: {responseHeader={zkConnected=true, status=0, QTime=36, params={q=*:*, group.sort=id asc, _stateVer_=dv_coll:4, group.limit=100, rows=100, wt=javabin, version=2, group.field=intGSF, group=true}}, grouped={intGSF={matches=54, groups=[{groupValue=844678826, doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=0, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=true, sortableGSF=base_string_331347__00008283, _version_=1665915335435354112, _root_=0}, SolrDocument{id=1, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=false, sortableGSF=base_string_331347__00008283, _version_=1665915335434305536, _root_=1}, SolrDocument{id=2, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=true, sortableGSF=base_string_331347__00008283, _version_=1665915335436402688, _root_=2}, SolrDocument{id=3, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=false, sortableGSF=base_string_331347__00008283, _version_=1665915335440596992, _root_=3}, SolrDocument{id=4, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=true, sortableGSF=base_string_331347__00008283, _version_=1665915335436402688, _root_=4}, SolrDocument{id=5, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=false, sortableGSF=base_string_331347__00008283, _version_=1665915335440596992, _root_=5}, SolrDocument{id=6, intGSF=844678826, longGSF=835435511734415895, doubleGSF=4626.433812395074, floatGSF=9807.183, dateGSF=Thu Aug 22 04:19:49 EDT 60456611, stringGSF=base_string_564711__00003123, boolGSF=true, sortableGSF=base_string_331347__00008283, _version_=1665915335440596993, _root_=6}]}}, {groupValue=null, doclist={numFound=8,start=0,maxScore=1.0,docs=[SolrDocument{id=10000, _version_=1665915335435354112, _root_=10000}, SolrDocument{id=10005, _version_=1665915335437451264, _root_=10005}, SolrDocument{id=10010, _version_=1665915335441645568, _root_=10010}, SolrDocument{id=10015, _version_=1665915335437451264, _root_=10015}, SolrDocument{id=10020, _version_=1665915335437451265, _root_=10020}, SolrDocument{id=10025, _version_=1665915335441645570, _root_=10025}, SolrDocument{id=10030, _version_=1665915335441645572, _root_=10030}, SolrDocument{id=10040, _version_=1665915335441645575, _root_=10040}]}}, {groupValue=844687269, doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=10, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=true, sortableGSF=base_string_331347__00014322, _version_=1665915335436402689, _root_=10}, SolrDocument{id=11, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=false, sortableGSF=base_string_331347__00014322, _version_=1665915335436402690, _root_=11}, SolrDocument{id=12, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=true, sortableGSF=base_string_331347__00014322, _version_=1665915335439548416, _root_=12}, SolrDocument{id=13, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=false, sortableGSF=base_string_331347__00014322, _version_=1665915335436402691, _root_=13}, SolrDocument{id=7, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=false, sortableGSF=base_string_331347__00014322, _version_=1665915335440596994, _root_=7}, SolrDocument{id=8, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=true, sortableGSF=base_string_331347__00014322, _version_=1665915335436402688, _root_=8}, SolrDocument{id=9, intGSF=844687269, longGSF=835435511734420778, doubleGSF=10828.433812395075, floatGSF=19214.184, dateGSF=Thu Aug 22 04:19:50 EDT 60456611, stringGSF=base_string_564711__00005767, boolGSF=false, sortableGSF=base_string_331347__00014322, _version_=1665915335440596995, _root_=9}]}}, {groupValue=844690983, doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=14, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=true, sortableGSF=base_string_331347__00017217, _version_=1665915335436402692, _root_=14}, SolrDocument{id=15, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=false, sortableGSF=base_string_331347__00017217, _version_=1665915335439548417, _root_=15}, SolrDocument{id=16, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=true, sortableGSF=base_string_331347__00017217, _version_=1665915335440596992, _root_=16}, SolrDocument{id=17, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=false, sortableGSF=base_string_331347__00017217, _version_=1665915335440596993, _root_=17}, SolrDocument{id=18, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=true, sortableGSF=base_string_331347__00017217, _version_=1665915335441645569, _root_=18}, SolrDocument{id=19, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=false, sortableGSF=base_string_331347__00017217, _version_=1665915335440596994, _root_=19}, SolrDocument{id=20, intGSF=844690983, longGSF=835435511734422602, doubleGSF=13749.433812395075, floatGSF=21736.184, dateGSF=Thu Aug 22 04:19:58 EDT 60456611, stringGSF=base_string_564711__00011070, boolGSF=true, sortableGSF=base_string_331347__00017217, _version_=1665915335440596993, _root_=20}]}}, {groupValue=844691910, doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=21, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=false, sortableGSF=base_string_331347__00018434, _version_=1665915335441645568, _root_=21}, SolrDocument{id=22, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=true, sortableGSF=base_string_331347__00018434, _version_=1665915335440596994, _root_=22}, SolrDocument{id=23, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=false, sortableGSF=base_string_331347__00018434, _version_=1665915335441645569, _root_=23}, SolrDocument{id=24, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=true, sortableGSF=base_string_331347__00018434, _version_=1665915335437451266, _root_=24}, SolrDocument{id=25, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=false, sortableGSF=base_string_331347__00018434, _version_=1665915335441645570, _root_=25}, SolrDocument{id=26, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=true, sortableGSF=base_string_331347__00018434, _version_=1665915335441645571, _root_=26}, SolrDocument{id=27, intGSF=844691910, longGSF=835435511734428344, doubleGSF=16932.433812395073, floatGSF=24482.184, dateGSF=Thu Aug 22 04:20:01 EDT 60456611, stringGSF=base_string_564711__00019633, boolGSF=false, sortableGSF=base_string_331347__00018434, _version_=1665915335437451267, _root_=27}]}}, {groupValue=844698242, doclist={numFound=5,start=0,maxScore=1.0,docs=[SolrDocument{id=28, intGSF=844698242, longGSF=835435511734429884, doubleGSF=22107.433812395073, floatGSF=28209.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00020912, boolGSF=true, sortableGSF=base_string_331347__00019185, _version_=1665915335439548416, _root_=28}, SolrDocument{id=29, intGSF=844698242, longGSF=835435511734429884, doubleGSF=22107.433812395073, floatGSF=28209.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00020912, boolGSF=false, sortableGSF=base_string_331347__00019185, _version_=1665915335441645571, _root_=29}, SolrDocument{id=32, intGSF=844698242, longGSF=835435511734429884, doubleGSF=22107.433812395073, floatGSF=28209.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00020912, boolGSF=true, sortableGSF=base_string_331347__00019185, _version_=1665915335441645568, _root_=32}, SolrDocument{id=33, intGSF=844698242, longGSF=835435511734429884, doubleGSF=22107.433812395073, floatGSF=28209.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00020912, boolGSF=false, sortableGSF=base_string_331347__00019185, _version_=1665915335441645573, _root_=33}, SolrDocument{id=34, intGSF=844698242, longGSF=835435511734429884, doubleGSF=22107.433812395073, floatGSF=28209.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00020912, boolGSF=true, sortableGSF=base_string_331347__00019185, _version_=1665915335440596995, _root_=34}]}}, {groupValue=844701295, doclist={numFound=6,start=0,maxScore=1.0,docs=[SolrDocument{id=35, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=false, sortableGSF=base_string_331347__00023548, _version_=1665915335440596996, _root_=35}, SolrDocument{id=36, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=true, sortableGSF=base_string_331347__00023548, _version_=1665915335440596997, _root_=36}, SolrDocument{id=37, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=false, sortableGSF=base_string_331347__00023548, _version_=1665915335441645574, _root_=37}, SolrDocument{id=38, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=true, sortableGSF=base_string_331347__00023548, _version_=1665915335441645569, _root_=38}, SolrDocument{id=40, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=true, sortableGSF=base_string_331347__00023548, _version_=1665915335441645570, _root_=40}, SolrDocument{id=41, intGSF=844701295, longGSF=835435511734431124, doubleGSF=27513.433812395073, floatGSF=36336.184, dateGSF=Thu Aug 22 04:20:02 EDT 60456611, stringGSF=base_string_564711__00025516, boolGSF=false, sortableGSF=base_string_331347__00023548, _version_=1665915335440596998, _root_=41}]}}, {groupValue=844707483, doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=42, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=true, sortableGSF=base_string_331347__00026887, _version_=1665915335441645571, _root_=42}, SolrDocument{id=43, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=false, sortableGSF=base_string_331347__00026887, _version_=1665915335440596999, _root_=43}, SolrDocument{id=44, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=true, sortableGSF=base_string_331347__00026887, _version_=1665915335440597000, _root_=44}, SolrDocument{id=45, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=false, sortableGSF=base_string_331347__00026887, _version_=1665915335441645576, _root_=45}, SolrDocument{id=46, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=true, sortableGSF=base_string_331347__00026887, _version_=1665915335440597001, _root_=46}, SolrDocument{id=47, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=false, sortableGSF=base_string_331347__00026887, _version_=1665915335440597002, _root_=47}, SolrDocument{id=48, intGSF=844707483, longGSF=835435511734434101, doubleGSF=37351.43381239507, floatGSF=45240.184, dateGSF=Thu Aug 22 04:20:06 EDT 60456611, stringGSF=base_string_564711__00032881, boolGSF=true, sortableGSF=base_string_331347__00026887, _version_=1665915335441645572, _root_=48}]}}]}}}
	at __randomizedtesting.SeedInfo.seed([FACAB6607EE6596C:F043110C2E3B9EE5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.doGroupingDvOnly(DocValuesNotIndexedTest.java:404)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnlySortFirst(DocValuesNotIndexedTest.java:327)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 2196 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20200506_043118_8483999370573614772641.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20200506_043118_8496083084416714226038.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20200506_043118_84916474256145717233140.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J5-20200506_043118_84962257011679282632.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J4-20200506_043118_8489287168885248806597.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J3-20200506_043118_8501256121128218144892.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 308 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J4-20200506_043434_9052802005894495319860.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20200506_043434_90510686957886852975999.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J3-20200506_043434_90514594732723840387200.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20200506_043434_9057066491268203310622.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20200506_043434_9053544146418398986810.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J5-20200506_043434_90515166496345488879254.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 1106 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20200506_043522_96214832040122142581329.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J3-20200506_043522_96411960223558106806501.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20200506_043522_96213478029288765257753.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J5-20200506_043522_9645569463629971032230.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20200506_043522_96213408838492396124787.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J4-20200506_043522_9648851270492739032441.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 236 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20200506_043553_2592705140657993153831.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J4-20200506_043553_25911683285822002577084.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J5-20200506_043553_26013804656776746037771.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J3-20200506_043553_25915158142890404187006.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20200506_043553_25914295051400065046891.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20200506_043553_25914356611711871750746.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 219 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J4-20200506_043600_7823790128277547912872.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20200506_043600_78211892634675303033624.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J5-20200506_043600_7822795796073962804694.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J3-20200506_043600_7824381740181203942392.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20200506_043600_78213428597641871483914.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20200506_043600_7824961011416525540851.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20200506_043607_20116127819207178939211.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20200506_043607_20115518764365493672239.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20200506_043607_2014434230367802217644.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 174 lines...]
   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J5-20200506_043609_8171571225324260091544.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J1-20200506_043609_81710705948241638012140.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J2-20200506_043609_8175311124260753875268.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J3-20200506_043609_817233911813062768523.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 10 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J0-20200506_043609_8177549137637618742960.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J4-20200506_043609_81714356857439972855152.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J3-20200506_043615_1086133461274016558176.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20200506_043615_1086270324833126081749.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J4-20200506_043615_1082235463059780512342.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20200506_043615_1086378815933934776079.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20200506_043615_10814781298955234389011.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 169 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20200506_043617_3359028496292849050158.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20200506_043617_335818965494588643219.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20200506_043617_33511046458278216459527.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J3-20200506_043617_3356970114432225853718.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J4-20200506_043617_33517158882969830637831.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J5-20200506_043617_33516124363001425075602.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 159 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20200506_043625_1874214633399186048047.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20200506_043625_18715717571117331703139.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 152 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J3-20200506_043627_6355400807500690715801.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20200506_043627_6355646530374261474310.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20200506_043627_63514572606331376858469.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20200506_043627_63517484658029145914877.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J5-20200506_043629_8786612978867043699603.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J3-20200506_043629_8789158954056067964703.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20200506_043629_87810802578625524968753.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20200506_043629_8789531560046218842417.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20200506_043629_8783684465346844095604.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J4-20200506_043629_87817942395523219215998.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 1281 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J4-20200506_043657_6978638173255609908817.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20200506_043657_6978152930126452434969.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J3-20200506_043657_6974205301880327958486.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20200506_043657_69713843075485474996755.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J5-20200506_043657_6977087949808076547449.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20200506_043657_69717244330429057224234.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 231 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J3-20200506_043705_77015739155587202308949.syserr
   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J5-20200506_043705_7713064283723999031795.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20200506_043705_7708264400815829751650.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20200506_043705_7705802161411023212730.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J4-20200506_043705_7719834431780190305848.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20200506_043705_77011586475826005249110.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 306 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J3-20200506_043713_49315365093525011625395.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20200506_043713_4931115413033147353578.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J5-20200506_043713_4943354352046775645949.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J4-20200506_043713_4933686055364026936305.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20200506_043713_49316761672686061374081.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20200506_043713_49370055732286733109.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 212 lines...]
   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J5-20200506_043834_1945757938390546466606.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J4-20200506_043834_19413748127645470551262.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J3-20200506_043834_19410679935222087057974.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20200506_043834_19417281364124383091402.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20200506_043834_1942607551520721476691.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20200506_043834_1949240619154287569226.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 179 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20200506_043837_7309446556072416777576.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20200506_043837_730548605783327712017.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J5-20200506_043837_7334908189743977007019.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20200506_043837_73013381151030213492578.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J4-20200506_043837_73315026317346864735992.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J3-20200506_043837_7304645029702250606096.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 225 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20200506_043841_92013760389185160347277.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20200506_043841_9203244829389942936774.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20200506_043841_920678975725920895959.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J3-20200506_043841_9203935150847537337767.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J5-20200506_043841_9209345195843205526613.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J4-20200506_043841_9208350535073101683576.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 200 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J3-20200506_043904_10118151596815916818141.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20200506_043904_10115052236092834820725.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J5-20200506_043904_1014187420466258186578.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J4-20200506_043904_1011947568195067544887.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20200506_043904_1017202814833360731529.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20200506_043904_1012847782577566549460.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 245 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20200506_043914_3392395706327088550448.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20200506_043914_33917677150815145067400.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J3-20200506_043914_33914078107401419238426.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J5-20200506_043914_33916863932055351478188.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20200506_043914_33913676477148678234223.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J4-20200506_043914_33911341809454402809255.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 169 lines...]
   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J5-20200506_043926_7427322279364834636192.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J3-20200506_043926_74217096954137550294764.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20200506_043926_74215522675143790119376.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J4-20200506_043926_74212697986657200983239.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20200506_043926_74210997436697889285997.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20200506_043926_7429757595318492386760.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 271 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/luke/test/temp/junit4-J2-20200506_043941_15817977648544965180248.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/luke/test/temp/junit4-J1-20200506_043941_1589610492876843558633.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/luke/test/temp/junit4-J0-20200506_043941_15812542325182206835819.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/luke/test/temp/junit4-J4-20200506_043941_1588900476835494578515.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/luke/test/temp/junit4-J5-20200506_043941_15817726446659714021829.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/luke/test/temp/junit4-J3-20200506_043941_1581650657896977671090.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 155 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20200506_043946_6634780503362393840064.syserr
   [junit4] >>> JVM J0

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

ins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J3-20200506_050535_79315844586072755440251.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20200506_050535_7937862584016841045683.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 674 lines...]
   [junit4] JVM J5: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J5-20200506_050543_29414136555747326424955.syserr
   [junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J5: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20200506_050543_27718404489934641919903.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20200506_050543_27715726745738337905052.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J3-20200506_050543_29413816946772166860823.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20200506_050543_277892884548576555578.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J4-20200506_050543_29610755542354748662912.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 584 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J0-20200506_050611_8984335619038440289948.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 16 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J2-20200506_050611_8987747461413639552730.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J1-20200506_050611_89816419731562704574530.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J4-20200506_050611_8983384140432363842490.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J3-20200506_050611_8988444161070871335648.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 569 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20200506_050624_355155469517184439811.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 43039 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/26577/consoleText

[repro] Revision: d4dbd0b9e75cb0bd5b0188a0f70070b6867fd94b

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=DocValuesNotIndexedTest -Dtests.method=testGroupingDVOnlySortFirst -Dtests.seed=FACAB6607EE6596C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nn -Dtests.timezone=America/Pangnirtung -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       DocValuesNotIndexedTest
[repro] ant compile-test

[...truncated 3130 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.DocValuesNotIndexedTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC" -Dtests.seed=FACAB6607EE6596C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nn -Dtests.timezone=America/Pangnirtung -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 74 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200506_051326_0768105795314639144168.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J4-20200506_051326_0762956777458878322173.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20200506_051326_07611581259485512238584.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20200506_051326_0761651101700292750879.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J3-20200506_051326_07614843850618073455097.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 27 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.DocValuesNotIndexedTest
[repro] Exiting with code 0

[...truncated 43 lines...]