Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/953/
Java: 64bit/jdk-12.0.1 -XX:-UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.search.facet.TestJsonFacets.testErrors {p0=UIF}

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([4D54DF1E89D25971:9B73F7870B45A6A2]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.solr.search.facet.TestJsonFacets.doTestErrors(TestJsonFacets.java:3163)
        at 
org.apache.solr.search.facet.TestJsonFacets.testErrors(TestJsonFacets.java:3150)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.search.facet.TestJsonFacets.testErrors {p0=STREAM}

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([4D54DF1E89D25971:9B73F7870B45A6A2]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.solr.search.facet.TestJsonFacets.doTestErrors(TestJsonFacets.java:3163)
        at 
org.apache.solr.search.facet.TestJsonFacets.testErrors(TestJsonFacets.java:3150)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.search.facet.TestJsonFacets.testErrors {p0=DV}

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([4D54DF1E89D25971:9B73F7870B45A6A2]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.solr.search.facet.TestJsonFacets.doTestErrors(TestJsonFacets.java:3163)
        at 
org.apache.solr.search.facet.TestJsonFacets.testErrors(TestJsonFacets.java:3150)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.search.facet.TestJsonFacets.testErrors {p0=SMART}

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([4D54DF1E89D25971:9B73F7870B45A6A2]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.solr.search.facet.TestJsonFacets.doTestErrors(TestJsonFacets.java:3163)
        at 
org.apache.solr.search.facet.TestJsonFacets.testErrors(TestJsonFacets.java:3150)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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:368)
        at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 15910 lines...]
   [junit4] Suite: org.apache.solr.search.facet.TestJsonFacets
   [junit4]   2> 2260437 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/init-core-data-001
   [junit4]   2> 2260438 WARN  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 2260438 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2260438 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 2260439 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2260439 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2260452 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2260468 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 2260521 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 2260611 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2260613 WARN  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6ac05f72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2260613 WARN  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6ac05f72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2260614 WARN  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1ddc1c32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2260614 WARN  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1ddc1c32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2260625 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2260625 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2260635 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2260640 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2260640 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2260641 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2260651 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2260660 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 2260709 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid 
field id
   [junit4]   2> 2260716 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2260716 INFO  (coreLoadExecutor-13977-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@52bbd538
   [junit4]   2> 2260716 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/init-core-data-001/]
   [junit4]   2> 2260718 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=91.2666015625, 
floorSegmentMB=1.2080078125, forceMergeDeletesPctAllowed=27.849093882873788, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=38.78502351947368
   [junit4]   2> 2260722 WARN  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2260838 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2260838 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2260839 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2260839 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2260840 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=82.5390625, 
floorSegmentMB=0.23828125, forceMergeDeletesPctAllowed=17.201944730414414, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5018109442041249, deletesPctAllowed=45.86995140428846
   [junit4]   2> 2260840 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@8dd2e22[collection1] main]
   [junit4]   2> 2260841 WARN  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2260841 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2260841 INFO  (coreLoadExecutor-13977-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1640650993055039488
   [junit4]   2> 2260843 INFO  
(searcherExecutor-13978-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8dd2e22[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2260843 INFO  
(SUITE-TestJsonFacets-seed#[4D54DF1E89D25971]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2260847 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testDomainGraph {p0=ENUM}
   [junit4]   2> 2260848 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1640650993061330944)} 0 0
   [junit4]   2> 2260849 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[1 (1640650993063428096)]} 0 0
   [junit4]   2> 2260849 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[2 (1640650993063428097)]} 0 0
   [junit4]   2> 2260850 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[3 (1640650993064476672)]} 0 0
   [junit4]   2> 2260850 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650993064476673,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2260850 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2b9604b1 
commitCommandVersion:1640650993064476673
   [junit4]   2> 2260854 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@97a9fcb[collection1] main]
   [junit4]   2> 2260854 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2260855 INFO  (searcherExecutor-13978-thread-1) [     ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@97a9fcb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.3.0):C3:[diagnostics={os=Linux,
 java.vendor=AdoptOpenJDK, java.version=12.0.1, java.vm.version=12.0.1+12, 
lucene.version=8.3.0, os.arch=amd64, java.runtime.version=12.0.1+12, 
source=flush, os.version=4.18.0-25-generic, 
timestamp=1564646714273}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2260856 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 5
   [junit4]   2> 2260857 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[4 (1640650993070768128)]} 0 1
   [junit4]   2> 2260857 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[5 (1640650993071816704)]} 0 0
   [junit4]   2> 2260857 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650993071816705,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2260857 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2b9604b1 
commitCommandVersion:1640650993071816705
   [junit4]   2> 2260860 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@c01066a[collection1] main]
   [junit4]   2> 2260860 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2260862 INFO  (searcherExecutor-13978-thread-1) [     ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c01066a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.3.0):C3:[diagnostics={os=Linux,
 java.vendor=AdoptOpenJDK, java.version=12.0.1, java.vm.version=12.0.1+12, 
lucene.version=8.3.0, os.arch=amd64, java.runtime.version=12.0.1+12, 
source=flush, os.version=4.18.0-25-generic, 
timestamp=1564646714273}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.3.0):C2:[diagnostics={os=Linux, java.vendor=AdoptOpenJDK, 
java.version=12.0.1, java.vm.version=12.0.1+12, lucene.version=8.3.0, 
os.arch=amd64, java.runtime.version=12.0.1+12, source=flush, 
os.version=4.18.0-25-generic, 
timestamp=1564646714280}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2260862 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2260863 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[6 (1640650993077059584)]} 0 0
   [junit4]   2> 2260863 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650993078108160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2260863 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2b9604b1 
commitCommandVersion:1640650993078108160
   [junit4]   2> 2260866 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6a79a3e3[collection1] main]
   [junit4]   2> 2260866 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2260868 INFO  (searcherExecutor-13978-thread-1) [     ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6a79a3e3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.3.0):C3:[diagnostics={os=Linux,
 java.vendor=AdoptOpenJDK, java.version=12.0.1, java.vm.version=12.0.1+12, 
lucene.version=8.3.0, os.arch=amd64, java.runtime.version=12.0.1+12, 
source=flush, os.version=4.18.0-25-generic, 
timestamp=1564646714273}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.3.0):C2:[diagnostics={os=Linux, java.vendor=AdoptOpenJDK, 
java.version=12.0.1, java.vm.version=12.0.1+12, lucene.version=8.3.0, 
os.arch=amd64, java.runtime.version=12.0.1+12, source=flush, 
os.version=4.18.0-25-generic, 
timestamp=1564646714280}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.3.0):C1:[diagnostics={os=Linux, java.vendor=AdoptOpenJDK, 
java.version=12.0.1, java.vm.version=12.0.1+12, lucene.version=8.3.0, 
os.arch=amd64, java.runtime.version=12.0.1+12, source=flush, 
os.version=4.18.0-25-generic, 
timestamp=1564646714286}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2260868 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2260877 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&json.facet={x:+{+type:+terms,+field:+'num_i',+++++++facet:+{+y:+{+domain:+{+graph:+{+from:+'cat_s',+to:+'cat_s'+}+},+++++++++++++++++++++type:+terms,+field:+'where_s'+++++++++++++++++++}+}+}+}&rows=0&wt=xml}
 hits=6 status=0 QTime=8
   [junit4]   2> 2260878 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&json.facet={x:+{+type:+terms,+field:+'num_i',+++++++facet:+{+y:+{+domain:+{+graph:+{+from:+'cat_s',+to:+'cat_s',+traversalFilter:+'where_s:NY'+}+},+++++++++++++++++++++type:+terms,+field:+'where_s'+++++++++++++++++++}+}+}+}&rows=0&wt=xml}
 hits=6 status=0 QTime=1
   [junit4]   2> 2260879 INFO  
(TEST-TestJsonFacets.testDomainGraph-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testDomainGraph {p0=ENUM}
   [junit4]   2> 2260883 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testMethodStream {p0=ENUM}
   [junit4]   2> 2260890 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@206999e1[collection1] realtime]
   [junit4]   2> 2260890 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1640650993100128256)} 0 6
   [junit4]   2> 2260891 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[1 (1640650993106419712)]} 0 0
   [junit4]   2> 2260891 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[2 (1640650993107468288)]} 0 0
   [junit4]   2> 2260891 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[3 (1640650993107468289)]} 0 0
   [junit4]   2> 2260891 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650993107468290,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2260891 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2b9604b1 
commitCommandVersion:1640650993107468290
   [junit4]   2> 2260894 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@39d15ee0[collection1] main]
   [junit4]   2> 2260894 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2260895 INFO  (searcherExecutor-13978-thread-1) [     ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@39d15ee0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.3.0):C3:[diagnostics={os=Linux,
 java.vendor=AdoptOpenJDK, java.version=12.0.1, java.vm.version=12.0.1+12, 
lucene.version=8.3.0, os.arch=amd64, java.runtime.version=12.0.1+12, 
source=flush, os.version=4.18.0-25-generic, 
timestamp=1564646714315}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2260896 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2260897 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[4 (1640650993112711168)]} 0 0
   [junit4]   2> 2260897 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[5 (1640650993113759744)]} 0 0
   [junit4]   2> 2260897 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650993113759745,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2260897 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2b9604b1 
commitCommandVersion:1640650993113759745
   [junit4]   2> 2260900 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6e625d65[collection1] main]
   [junit4]   2> 2260901 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2260902 INFO  (searcherExecutor-13978-thread-1) [     ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6e625d65[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.3.0):C3:[diagnostics={os=Linux,
 java.vendor=AdoptOpenJDK, java.version=12.0.1, java.vm.version=12.0.1+12, 
lucene.version=8.3.0, os.arch=amd64, java.runtime.version=12.0.1+12, 
source=flush, os.version=4.18.0-25-generic, 
timestamp=1564646714315}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_4(8.3.0):C2:[diagnostics={os=Linux, java.vendor=AdoptOpenJDK, 
java.version=12.0.1, java.vm.version=12.0.1+12, lucene.version=8.3.0, 
os.arch=amd64, java.runtime.version=12.0.1+12, source=flush, 
os.version=4.18.0-25-generic, 
timestamp=1564646714320}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2260902 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2260904 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[6 (1640650993120051200)]} 0 1
   [junit4]   2> 2260904 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650993121099776,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2260904 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2b9604b1 
commitCommandVersion:1640650993121099776
   [junit4]   2> 2260906 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7d9c9003[collection1] main]
   [junit4]   2> 2260907 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2260908 INFO  (searcherExecutor-13978-thread-1) [     ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7d9c9003[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.3.0):C3:[diagnostics={os=Linux,
 java.vendor=AdoptOpenJDK, java.version=12.0.1, java.vm.version=12.0.1+12, 
lucene.version=8.3.0, os.arch=amd64, java.runtime.version=12.0.1+12, 
source=flush, os.version=4.18.0-25-generic, 
timestamp=1564646714315}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_4(8.3.0):C2:[diagnostics={os=Linux, java.vendor=AdoptOpenJDK, 
java.version=12.0.1, java.vm.version=12.0.1+12, lucene.version=8.3.0, 
os.arch=amd64, java.runtime.version=12.0.1+12, source=flush, 
os.version=4.18.0-25-generic, 
timestamp=1564646714320}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_5(8.3.0):C1:[diagnostics={os=Linux, java.vendor=AdoptOpenJDK, 
java.version=12.0.1, java.vm.version=12.0.1+12, lucene.version=8.3.0, 
os.arch=amd64, java.runtime.version=12.0.1+12, source=flush, 
os.version=4.18.0-25-generic, 
timestamp=1564646714327}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2260908 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2260910 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&json.facet={x:'sum(num_d)'}&json.facet={y:'min(num_d)'}&rows=0&wt=xml}
 hits=6 status=0 QTime=1
   [junit4]   2> 2260912 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&json.facet={+++cat:{terms:{field:'cat_s',+method:stream+}},+cat2:{terms:{field:'cat_s',+method:stream,+sort:'index+asc'+}},+cat3:{terms:{field:'cat_s',+method:stream,+sort:'index+asc',+mincount:3+}},+cat4:{terms:{field:'cat_s',+method:stream,+sort:'index+asc',+prefix:B+}},+cat5:{terms:{field:'cat_s',+method:stream,+sort:'index+asc',+offset:1+}}+}&rows=0&wt=xml}
 hits=6 status=0 QTime=2
   [junit4]   2> 2260913 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&json.facet={+++cat:{terms:{field:'cat_s',+sort:'index+asc',+facet:{where:{terms:{field:where_s,method:stream,sort:'index+asc'}}}+++}}}&rows=0&wt=xml}
 hits=6 status=0 QTime=0
   [junit4]   2> 2260914 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&json.facet={+++cat:{terms:{field:'cat_s',+method:stream,sort:'index+asc',+facet:{where:{terms:{field:where_s,method:stream,sort:'index+asc'}}}+++}}}&rows=0&wt=xml}
 hits=6 status=0 QTime=0
   [junit4]   2> 2260914 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&json.facet={+++cat:{terms:{field:'cat_s',+method:stream,sort:'index+asc',+facet:{++where:{terms:{field:where_s,method:stream,sort:'index+asc',sort:'index+asc',+facet:{x:'max(num_d)'}+++++}}}+++}}}&rows=0&wt=xml}
 hits=6 status=0 QTime=0
   [junit4]   2> 2260915 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&json.facet={+++cat:{terms:{field:'cat_s',+method:stream,sort:'index+asc',+facet:{+y:'min(num_d)',++where:{terms:{field:where_s,method:stream,sort:'index+asc',+facet:{x:'max(num_d)'}+++++}}}+++}}}&rows=0&facet=true&wt=xml}
 hits=6 status=0 QTime=0
   [junit4]   2> 2260916 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&fq=cat_s:A&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2260917 INFO  
(TEST-TestJsonFacets.testMethodStream-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testMethodStream {p0=ENUM}
   [junit4]   2> 2260926 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testStatsDistrib {p0=ENUM}
   [junit4]   2> 2260931 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2260932 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2260932 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2260933 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2260950 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2260950 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2260950 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2260950 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43284fca{/solr,null,AVAILABLE}
   [junit4]   2> 2260951 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@d7f5899{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42893}
   [junit4]   2> 2260951 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.Server Started @2260985ms
   [junit4]   2> 2260951 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema_latest.xml, 
hostContext=/solr, solrconfig=solrconfig-tlog.xml, hostPort=42893}
   [junit4]   2> 2260951 ERROR 
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2260951 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2260951 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.3.0
   [junit4]   2> 2260951 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 2260951 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2260951 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-01T08:05:14.373951Z
   [junit4]   2> 2260952 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s0-001/solr.xml
   [junit4]   2> 2260955 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2260955 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2260955 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2261000 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2261002 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@b9e6072[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261002 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@b9e6072[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261011 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@330a5338[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261011 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@330a5338[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261029 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2261029 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2261052 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2261065 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2261065 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2261067 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s0-001/.
   [junit4]   2> 2261067 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2261070 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2261079 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 2261141 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid 
field id
   [junit4]   2> 2261147 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s0-001/./collection1,
 trusted=true
   [junit4]   2> 2261147 INFO  (coreLoadExecutor-13991-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@52bbd538
   [junit4]   2> 2261147 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s0-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s0-001/./collection1/data/]
   [junit4]   2> 2261148 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=91.2666015625, 
floorSegmentMB=1.2080078125, forceMergeDeletesPctAllowed=27.849093882873788, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=38.78502351947368
   [junit4]   2> 2261150 WARN  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2261181 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2261181 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2261183 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2261183 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2261183 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=82.5390625, 
floorSegmentMB=0.23828125, forceMergeDeletesPctAllowed=17.201944730414414, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5018109442041249, deletesPctAllowed=45.86995140428846
   [junit4]   2> 2261184 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f5b495e[collection1] main]
   [junit4]   2> 2261184 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized 
to use dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s0-001/collection1/conf
   [junit4]   2> 2261184 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2261185 INFO  (coreLoadExecutor-13991-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1640650993415749632
   [junit4]   2> 2261186 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.SolrTestCaseHS ===> Started solr server port=42893 
home=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s0-001
   [junit4]   2> 2261187 INFO  
(searcherExecutor-13992-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f5b495e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2261193 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2261195 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2261195 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2261195 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2261196 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2261196 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2261196 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2261196 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2292549b{/solr,null,AVAILABLE}
   [junit4]   2> 2261197 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@56e6699d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43787}
   [junit4]   2> 2261197 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.Server Started @2261231ms
   [junit4]   2> 2261197 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema_latest.xml, 
hostContext=/solr, solrconfig=solrconfig-tlog.xml, hostPort=43787}
   [junit4]   2> 2261197 ERROR 
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2261197 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2261197 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.3.0
   [junit4]   2> 2261197 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 2261197 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2261197 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-01T08:05:14.619868Z
   [junit4]   2> 2261198 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s1-001/solr.xml
   [junit4]   2> 2261200 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2261200 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2261201 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2261290 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2261291 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3ea98e8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261291 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3ea98e8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261293 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@11b075bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261293 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@11b075bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261303 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2261303 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2261315 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2261324 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2261324 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2261325 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s1-001/.
   [junit4]   2> 2261325 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2261330 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2261342 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 2261382 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid 
field id
   [junit4]   2> 2261390 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s1-001/./collection1,
 trusted=true
   [junit4]   2> 2261390 INFO  (coreLoadExecutor-14005-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@52bbd538
   [junit4]   2> 2261390 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s1-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s1-001/./collection1/data/]
   [junit4]   2> 2261392 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=91.2666015625, 
floorSegmentMB=1.2080078125, forceMergeDeletesPctAllowed=27.849093882873788, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=38.78502351947368
   [junit4]   2> 2261393 WARN  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2261420 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2261420 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2261433 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2261433 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2261434 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=82.5390625, 
floorSegmentMB=0.23828125, forceMergeDeletesPctAllowed=17.201944730414414, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5018109442041249, deletesPctAllowed=45.86995140428846
   [junit4]   2> 2261435 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3895bb42[collection1] main]
   [junit4]   2> 2261435 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized 
to use dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s1-001/collection1/conf
   [junit4]   2> 2261436 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2261436 INFO  (coreLoadExecutor-14005-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1640650993678942208
   [junit4]   2> 2261437 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.SolrTestCaseHS ===> Started solr server port=43787 
home=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s1-001
   [junit4]   2> 2261438 INFO  
(searcherExecutor-14006-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3895bb42[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2261444 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2261444 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2261444 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2261444 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2261493 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2261493 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2261493 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2261501 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57db1e1f{/solr,null,AVAILABLE}
   [junit4]   2> 2261501 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@32dd804c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33581}
   [junit4]   2> 2261502 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.s.Server Started @2261536ms
   [junit4]   2> 2261502 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema_latest.xml, 
hostContext=/solr, solrconfig=solrconfig-tlog.xml, hostPort=33581}
   [junit4]   2> 2261502 ERROR 
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2261502 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2261502 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.3.0
   [junit4]   2> 2261502 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 2261502 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2261502 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-01T08:05:14.924941Z
   [junit4]   2> 2261503 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s2-001/solr.xml
   [junit4]   2> 2261533 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2261533 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2261534 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2261731 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2261732 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@bbffd2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261732 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@bbffd2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261738 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@658397a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261738 WARN  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@658397a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2261753 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2261753 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2261774 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2261788 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2261788 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52bbd538
   [junit4]   2> 2261790 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s2-001/.
   [junit4]   2> 2261790 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2261796 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2261808 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 2261861 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid 
field id
   [junit4]   2> 2261875 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s2-001/./collection1,
 trusted=true
   [junit4]   2> 2261875 INFO  (coreLoadExecutor-14019-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@52bbd538
   [junit4]   2> 2261875 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s2-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s2-001/./collection1/data/]
   [junit4]   2> 2261877 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=91.2666015625, 
floorSegmentMB=1.2080078125, forceMergeDeletesPctAllowed=27.849093882873788, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=38.78502351947368
   [junit4]   2> 2261882 WARN  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2261916 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2261916 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2261917 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2261917 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2261918 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=82.5390625, 
floorSegmentMB=0.23828125, forceMergeDeletesPctAllowed=17.201944730414414, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5018109442041249, deletesPctAllowed=45.86995140428846
   [junit4]   2> 2261918 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4752b420[collection1] main]
   [junit4]   2> 2261918 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized 
to use dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s2-001/collection1/conf
   [junit4]   2> 2261918 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2261918 INFO  (coreLoadExecutor-14019-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1640650994184355840
   [junit4]   2> 2261920 INFO  
(TEST-TestJsonFacets.testStatsDistrib-seed#[4D54DF1E89D25971]) [     ] 
o.a.s.SolrTestCaseHS ===> Started solr server port=33581 
home=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.facet.TestJsonFacets_4D54DF1E89D25971-001/s2-001
   [junit4]   2> 2261921 INFO  
(searcherExecutor-14020-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4752b420[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2261924 INFO  (qtp2093242671-47256) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1640650994189598720)} 0 0
   [junit4]   2> 2261926 INFO  (qtp2143653309-47276) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1640650994191695872)} 0 0
   [junit4]   2> 2261927 INFO  (qtp539396712-47296) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1640650994193793024)} 0 0
   [junit4]   2> 2261928 INFO  (qtp2093242671-47257) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1 (1640650994194841600)]} 0 0
   [junit4]   2> 2261929 INFO  (qtp2093242671-47255) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1 (1640650994195890176)]} 0 0
   [junit4]   2> 2261930 INFO  (qtp2093242671-47256) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1 (1640650994195890177)]} 0 0
   [junit4]   2> 2261930 INFO  (qtp2093242671-47257) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2 (1640650994196938752)]} 0 0
   [junit4]   2> 2261930 INFO  (qtp539396712-47297) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3 (1640650994196938752)]} 0 0
   [junit4]   2> 2261931 INFO  (qtp2093242671-47255) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650994197987328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2261931 INFO  (qtp2093242671-47255) [    x:collection1 ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6a4b4f46 
commitCommandVersion:1640650994197987328
   [junit4]   2> 2261940 INFO  (qtp2093242671-47255) [    x:collection1 ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3ec2ca73[collection1] main]
   [junit4]   2> 2261940 INFO  (qtp2093242671-47255) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2261942 INFO  
(searcherExecutor-13992-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3ec2ca73[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.3.0):C2:[diagnostics={os=Linux,
 java.version=12.0.1, os.arch=amd64, java.runtime.version=12.0.1+12, 
source=merge, os.version=4.18.0-25-generic, java.vendor=AdoptOpenJDK, 
java.vm.version=12.0.1+12, lucene.version=8.3.0, mergeMaxNumSegments=-1, 
mergeFactor=1, 
timestamp=1564646715356}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2261942 INFO  (qtp2093242671-47255) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 11
   [junit4]   2> 2261945 INFO  (qtp2143653309-47277) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650994212667392,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2261945 INFO  (qtp2143653309-47277) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2261945 INFO  (qtp2143653309-47277) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2261945 INFO  (qtp2143653309-47277) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 2261945 INFO  (qtp539396712-47295) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650994212667392,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2261945 INFO  (qtp539396712-47295) [    x:collection1 ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@626a8391 
commitCommandVersion:1640650994212667392
   [junit4]   2> 2261947 INFO  (qtp539396712-47295) [    x:collection1 ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@67ffcc4d[collection1] main]
   [junit4]   2> 2261947 INFO  (qtp539396712-47295) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2261949 INFO  
(searcherExecutor-14020-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@67ffcc4d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.3.0):C1:[diagnostics={os=Linux,
 java.vendor=AdoptOpenJDK, java.version=12.0.1, java.vm.version=12.0.1+12, 
lucene.version=8.3.0, os.arch=amd64, java.runtime.version=12.0.1+12, 
source=flush, os.version=4.18.0-25-generic, 
timestamp=1564646715368}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2261949 INFO  (qtp539396712-47295) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 2261951 INFO  (qtp539396712-47296) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4 (1640650994217910272)]} 0 1
   [junit4]   2> 2261952 INFO  (qtp2143653309-47275) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5 (1640650994218958848)]} 0 0
   [junit4]   2> 2261953 INFO  (qtp2093242671-47256) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650994221056000,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2261953 INFO  (qtp2093242671-47256) [    x:collection1 ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6a4b4f46 
commitCommandVersion:1640650994221056000
   [junit4]   2> 2261953 INFO  (qtp2093242671-47256) [    x:collection1 ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7acac454[collection1] main]
   [junit4]   2> 2261954 INFO  (qtp2093242671-47256) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2261955 INFO  
(searcherExecutor-13992-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7acac454[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.3.0):C2:[diagnostics={os=Linux,
 java.version=12.0.1, os.arch=amd64, java.runtime.version=12.0.1+12, 
source=merge, os.version=4.18.0-25-generic, java.vendor=AdoptOpenJDK, 
java.vm.version=12.0.1+12, lucene.version=8.3.0, mergeMaxNumSegments=-1, 
mergeFactor=1, 
timestamp=1564646715356}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2261955 INFO  (qtp2093242671-47256) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 2261955 INFO  (qtp2143653309-47276) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1640650994223153152,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2261955 INFO  (qtp2143653309-47276) [    x:collection1 ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5bd17279 
commitCommandVersion:1640650994223153152
   [junit4]   2> 2261957 INFO  (qtp2143653309-47276) [    x:collection1 ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@795afdab[collection1] main]
   [junit4]   2> 2261958 INFO  (qtp2143653309-47276) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2261959 INFO  
(searcherExecutor-14006-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@795afdab[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.3.0):C1:[diagnostics={os=Linux,
 java.vendor=AdoptOpenJDK, java.version=12.0.1, java.vm.version=12.0.1+12, 
lucene.version=8.3.0, os.arch=amd64, java.runtime.version=12.0.1+12, 
source=flush, os.version=4.18.0-25-generic, 
timestamp=1564646715378}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2261959 INFO  (qtp2143653309-47276) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 2261959 INFO  (qtp539396712-47297) [    x:collection1 ] 
o.a.s.u.DirectUpdateHandler2 

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

here_sd=DocValuesFormat(name=Asserting), num_id=DocValuesFormat(name=Direct), 
num_d=DocValuesFormat(name=Lucene80), bar_i=DocValuesFormat(name=Asserting), 
num_ds=DocValuesFormat(name=Direct), date_dtds=DocValuesFormat(name=Direct), 
num_i=DocValuesFormat(name=Lucene80), cost_f=DocValuesFormat(name=Direct), 
num_l=DocValuesFormat(name=Lucene80), num_ls=DocValuesFormat(name=Direct), 
where_ss=DocValuesFormat(name=Lucene80), 
where_s_not_indexed_sS=DocValuesFormat(name=Direct), 
num_ids=DocValuesFormat(name=Lucene80), super_s=DocValuesFormat(name=Lucene80), 
date_dt=DocValuesFormat(name=Asserting), 
cat_sds=DocValuesFormat(name=Asserting), 
super_sds=DocValuesFormat(name=Lucene80), 
Z_long_ld=DocValuesFormat(name=Lucene80), 
sparse_ss=DocValuesFormat(name=Lucene80), 
super_sd=DocValuesFormat(name=Asserting), 
where_s_multi_not_uninvert_dv=DocValuesFormat(name=Lucene80), 
where_s=DocValuesFormat(name=Lucene80), 
Z_long_l=DocValuesFormat(name=Lucene80), 
sparse_sd=DocValuesFormat(name=Direct), num_is=DocValuesFormat(name=Lucene80), 
multi_ss=DocValuesFormat(name=Direct), 
sparse_sds=DocValuesFormat(name=Lucene80), 
super_ss=DocValuesFormat(name=Direct), val_b=DocValuesFormat(name=Lucene80), 
cat_s=DocValuesFormat(name=Direct), 
where_s_single_not_uninvert=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Lucene80), 
sparse_s=DocValuesFormat(name=Lucene80), 
num_dds=DocValuesFormat(name=Lucene80), num_fds=DocValuesFormat(name=Direct), 
num_fs=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=609, 
maxMBSortInHeap=6.205663374599762, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2330f379),
 locale=az-Latn, timezone=Asia/Ashgabat
   [junit4]   2> NOTE: Linux 4.18.0-25-generic amd64/AdoptOpenJDK 12.0.1 
(64-bit)/cpus=8,threads=1,free=223276824,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimNodeLostTrigger, 
TestRandomCollapseQParserPlugin, TestJettySolrRunner, CSVRequestHandlerTest, 
TestSubQueryTransformerDistrib, NestedAtomicUpdateTest, 
MoveReplicaHDFSFailoverTest, TestLMJelinekMercerSimilarityFactory, 
TestUnifiedSolrHighlighter, AnalyticsQueryTest, DistributedFacetPivotLargeTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestHashQParserPlugin, 
TestCodecSupport, TestSolrDeletionPolicy1, TestWriterPerf, 
TestPerFieldSimilarity, TestHttpServletCarrier, JWTAuthPluginTest, 
DistributedVersionInfoTest, HttpPartitionOnCommitTest, 
TestDFRSimilarityFactory, BitVectorTest, AnalysisAfterCoreReloadTest, TestSort, 
TestApiFramework, CollectionTooManyReplicasTest, IndexSizeEstimatorTest, 
MetricsHistoryWithAuthIntegrationTest, SolrJmxReporterCloudTest, 
TestInPlaceUpdatesStandalone, TestPhraseSuggestions, SortByFunctionTest, 
TestRandomDVFaceting, PrimUtilsTest, TestReplicationHandlerBackup, 
RootFieldTest, TestFacetMethods, TestManagedStopFilterFactory, 
TestWithCollection, V2ApiIntegrationTest, ConfigureRecoveryStrategyTest, 
CloudExitableDirectoryReaderTest, ExternalFileFieldSortTest, SuggesterTest, 
JSONWriterTest, ManagedSchemaRoundRobinCloudTest, TestPivotHelperCode, 
TestCloudRecovery, AssignTest, SplitHandlerTest, JavabinLoaderTest, 
ScheduledTriggerTest, SignatureUpdateProcessorFactoryTest, 
TestCSVResponseWriter, TestRetrieveFieldsOptimizer, 
DistributedSpellCheckComponentTest, ZkStateWriterTest, 
DistributedFacetSimpleRefinementLongTailTest, HdfsSyncSliceTest, 
TermVectorComponentDistributedTest, BasicAuthOnSingleNodeTest, 
TestInfoStreamLogging, TestGraphMLResponseWriter, RegexBoostProcessorTest, 
TestExactSharedStatsCache, ZkNodePropsTest, TestRealTimeGet, ReplaceNodeTest, 
TestCloudConsistency, BasicDistributedZk2Test, ResponseBuilderTest, ZkCLITest, 
TestBM25SimilarityFactory, BadCopyFieldTest, 
TestCloudPhrasesIdentificationComponent, TestChildDocTransformerHierarchy, 
CdcrBootstrapTest, TestTolerantUpdateProcessorRandomCloud, 
HttpTriggerListenerTest, TestQuerySenderListener, 
TestEmbeddedSolrServerAdminHandler, RequestLoggingTest, OverseerStatusTest, 
ConjunctionSolrSpellCheckerTest, TestShardHandlerFactory, 
HdfsChaosMonkeyNothingIsSafeTest, LargeFieldTest, TestOrdValues, 
TestOnReconnectListenerSupport, TestConfigSetImmutable, 
TestLeaderElectionZkExpiry, LeaderElectionContextKeyTest, NoCacheHeaderTest, 
SolrCoreTest, CollectionPropsTest, TestSolrCloudSnapshots, BJQParserTest, 
TestCrossCoreJoin, TestConfigSetsAPIZkFailure, TestRTimerTree, 
TestExclusionRuleCollectionAccess, TestAtomicUpdateErrorCases, 
IndexBasedSpellCheckerTest, CoreAdminCreateDiscoverTest, QueryResultKeyTest, 
TestDistribDocBasedVersion, TestFreeTextSuggestions, 
CategoryRoutedAliasUpdateProcessorTest, TestLFUCache, 
FieldMutatingUpdateProcessorTest, TestFiltering, ReindexCollectionTest, 
TestFastOutputStream, SolrIndexConfigTest, WordBreakSolrSpellCheckerTest, 
SolrMetricReporterTest, TestSolrConfigHandlerCloud, LukeRequestHandlerTest, 
TestRebalanceLeaders, FacetPivotSmallTest, TestFieldCacheVsDocValues, 
DateFieldTest, TestStressVersions, TestRestManager, 
ForceLeaderWithTlogReplicasTest, TestWordDelimiterFilterFactory, SyncSliceTest, 
TestFieldResource, TestSolr4Spatial, TestCloudJSONFacetJoinDomain, 
DistributedDebugComponentTest, CustomHighlightComponentTest, SparseHLLTest, 
CoreAdminRequestStatusTest, ExitableDirectoryReaderTest, TestOmitPositions, 
SchemaApiFailureTest, TestGroupingSearch, ChangedSchemaMergeTest, 
TestRestoreCore, TestBulkSchemaConcurrent, SystemLogListenerTest, 
TestSchemalessBufferedUpdates, CollectionStateFormat2Test, 
CollectionsAPISolrJTest, HttpPartitionWithTlogReplicasTest, LeaderElectionTest, 
LeaderFailoverAfterPartitionTest, LeaderTragicEventTest, 
LeaderVoteWaitTimeoutTest, MissingSegmentRecoveryTest, 
MultiSolrCloudTestCaseTest, OverseerModifyCollectionTest, 
OverseerTaskQueueTest, PeerSyncReplicationTest, SplitShardTest, 
TestClusterProperties, TestDownShardTolerantSearch, 
TestPullReplicaErrorHandling, TestSkipOverseerOperations, TestZkChroot, 
TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, 
ZkShardTermsTest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, 
ConcurrentDeleteAndCreateCollectionTest, ShardSplitTest, 
NodeLostTriggerIntegrationTest, TestPolicyCloud, TestSimDistributedQueue, 
TestSnapshotCloudManager, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, 
HdfsRecoverLeaseTest, TestClusterStateMutator, ZkStateReaderTest, 
ImplicitSnitchTest, RuleEngineTest, RulesTest, RAMDirectoryFactoryTest, 
ResourceLoaderTest, SOLR749Test, TestConfigSetProperties, TestCoreContainer, 
TestCorePropertiesReload, TestDynamicLoading, TestContainerReqHandler, 
TestSolrConfigHandlerConcurrent, V2StandaloneTest, XmlUpdateRequestHandlerTest, 
XsltUpdateRequestHandlerTest, AdminHandlersProxyTest, 
AutoscalingHistoryHandlerTest, PropertiesRequestHandlerTest, 
SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, SystemInfoHandlerTest, 
TestCollectionAPIs, TestConfigsApi, TestCoreAdminApis, 
CustomTermsComponentTest, DistributedQueryComponentCustomSortTest, 
InfixSuggestersTest, QueryElevationComponentTest, StatsComponentTest, 
TestDistributedStatsComponentCardinality, TestExpandComponent, Tagger2Test, 
TaggingAttributeTest, HighlighterMaxOffsetTest, TestPostingsSolrHighlighter, 
TestSlowCompositeReaderWrapper, WrapperMergePolicyFactoryTest, 
CheckHdfsIndexTest, DocValuesMultiTest, EnumFieldTest, 
IndexSchemaRuntimeFieldTest, OpenExchangeRatesOrgProviderTest, PolyFieldTest, 
PreAnalyzedFieldTest, SpatialRPTFieldTypeTest, TestSchemaManager, 
TestUseDocValuesAsStored2, UUIDFieldTest, AnalyticsMergeStrategyTest, 
QueryParsingTest, SpatialFilterTest, TestCollapseQParserPlugin, TestDocSet, 
TestFastLRUCache, TestGraphTermsQParserPlugin, TestMinHashQParser, 
TestMultiWordSynonyms, TestPayloadCheckQParserPlugin, TestQueryTypes, 
TestReload, TestReloadDeadlock, TestSearchPerf, TestSearcherReuse, 
TestSimpleQParserPlugin, TestSmileRequest, TestSolrFieldCacheBean, 
TestStandardQParsers, TestStressLucene, TestStressRecovery, 
TestValueSourceCache, TestXmlQParser, TestXmlQParserPlugin, 
RangeFacetCloudTest, TestJsonFacets]
   [junit4] Completed [783/871 (1!)] on J0 in 70.86s, 174 tests, 4 failures <<< 
FAILURES!

[...truncated 45187 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/953/consoleText

[repro] Revision: e92dba45c5590dd2336aa21e3bd0b522b6d281a1

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestJsonFacets 
-Dtests.method=testErrors -Dtests.seed=4D54DF1E89D25971 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=az-Latn -Dtests.timezone=Asia/Ashgabat 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestJsonFacets 
-Dtests.method=testErrors -Dtests.seed=4D54DF1E89D25971 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=az-Latn -Dtests.timezone=Asia/Ashgabat 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestJsonFacets 
-Dtests.method=testErrors -Dtests.seed=4D54DF1E89D25971 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=az-Latn -Dtests.timezone=Asia/Ashgabat 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestJsonFacets 
-Dtests.method=testErrors -Dtests.seed=4D54DF1E89D25971 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=az-Latn -Dtests.timezone=Asia/Ashgabat 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 3582 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestJsonFacets" -Dtests.showOutput=onerror 
"-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=4D54DF1E89D25971 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=az-Latn 
-Dtests.timezone=Asia/Ashgabat -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 940 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.search.facet.TestJsonFacets
[repro] Exiting with code 0

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to