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

[JENKINS-Experimental-GC] Lucene-Solr-8.x-Windows (64bit/jdk-14.0.1) - Build # 1304 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1304/
Java: 64bit/jdk-14.0.1 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

3 tests failed.
FAILED:  org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet

Error Message:
q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4 -> {responseHeader={zkConnected=true,status=0,QTime=14,params={q=*:*,json.facet={ bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},        start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all         facet: { foo:{ type:terms, field:x_s,                        refine:true, limit:2, overrequest:0 } } } },_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2}, {val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2}, {val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1}, {val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3}, {val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>

Stack Trace:
java.lang.AssertionError: q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4 -> {responseHeader={zkConnected=true,status=0,QTime=14,params={q=*:*,json.facet={ bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},        start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all         facet: { foo:{ type:terms, field:x_s,                        refine:true, limit:2, overrequest:0 } } } },_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2}, {val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2}, {val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1}, {val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3}, {val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>
	at __randomizedtesting.SeedInfo.seed([EAE3DB4D3E0C90E3:E6D59609F5E2E5B5]:0)
	at org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:432)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:832)
Caused by: java.lang.AssertionError: bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:397)
	... 38 more


FAILED:  org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet

Error Message:
q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4 -> {responseHeader={zkConnected=true,status=0,QTime=7,params={q=*:*,json.facet={ bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},        start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all         facet: { foo:{ type:terms, field:x_s,                        refine:true, limit:2, overrequest:0 } } } },_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2}, {val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2}, {val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1}, {val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3}, {val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>

Stack Trace:
java.lang.AssertionError: q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4 -> {responseHeader={zkConnected=true,status=0,QTime=7,params={q=*:*,json.facet={ bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},        start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all         facet: { foo:{ type:terms, field:x_s,                        refine:true, limit:2, overrequest:0 } } } },_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2}, {val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2}, {val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1}, {val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3}, {val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>
	at __randomizedtesting.SeedInfo.seed([EAE3DB4D3E0C90E3:E6D59609F5E2E5B5]:0)
	at org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:432)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:832)
Caused by: java.lang.AssertionError: bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:397)
	... 38 more


FAILED:  org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet

Error Message:
q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4 -> {responseHeader={zkConnected=true,status=0,QTime=4,params={q=*:*,json.facet={ bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},        start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all         facet: { foo:{ type:terms, field:x_s,                        refine:true, limit:2, overrequest:0 } } } },_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2}, {val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2}, {val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1}, {val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3}, {val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>

Stack Trace:
java.lang.AssertionError: q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4 -> {responseHeader={zkConnected=true,status=0,QTime=4,params={q=*:*,json.facet={ bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},        start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all         facet: { foo:{ type:terms, field:x_s,                        refine:true, limit:2, overrequest:0 } } } },_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2}, {val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2}, {val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1}, {val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3}, {val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>
	at __randomizedtesting.SeedInfo.seed([EAE3DB4D3E0C90E3:E6D59609F5E2E5B5]:0)
	at org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:432)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:832)
Caused by: java.lang.AssertionError: bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:397)
	... 38 more




Build Log:
[...truncated 14203 lines...]
   [junit4] Suite: org.apache.solr.search.CurrencyRangeFacetCloudTest
   [junit4]   2> 526856 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 526856 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 526857 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.search.CurrencyRangeFacetCloudTest_EAE3DB4D3E0C90E3-001\data-dir-92-001
   [junit4]   2> 526857 WARN  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 526858 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 526862 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 526867 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.search.CurrencyRangeFacetCloudTest_EAE3DB4D3E0C90E3-001\tempDir-001
   [junit4]   2> 526868 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 526868 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 526868 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 526969 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 64043
   [junit4]   2> 526969 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64043
   [junit4]   2> 526969 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64043
   [junit4]   2> 526969 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64043
   [junit4]   2> 526977 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 526982 INFO  (zkConnectionManagerCallback-4217-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 526982 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 526987 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 526993 INFO  (zkConnectionManagerCallback-4219-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 526993 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 526993 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 526999 INFO  (zkConnectionManagerCallback-4221-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 526999 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 527108 WARN  (jetty-launcher-4222-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 527108 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 527108 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 527108 INFO  (jetty-launcher-4222-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 527108 INFO  (jetty-launcher-4222-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 527108 INFO  (jetty-launcher-4222-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 527108 INFO  (jetty-launcher-4222-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 527110 INFO  (jetty-launcher-4222-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15700e74{/solr,null,AVAILABLE}
   [junit4]   2> 527113 INFO  (jetty-launcher-4222-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2d4d4520{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64056}
   [junit4]   2> 527113 INFO  (jetty-launcher-4222-thread-1) [     ] o.e.j.s.Server Started @527167ms
   [junit4]   2> 527113 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64056}
   [junit4]   2> 527113 ERROR (jetty-launcher-4222-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 527113 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 527113 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 527113 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 527113 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 527113 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-22T23:44:07.056647200Z
   [junit4]   2> 527114 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 527117 INFO  (zkConnectionManagerCallback-4224-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 527117 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 527117 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 527404 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 527420 WARN  (jetty-launcher-4222-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48f15efa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 527420 WARN  (jetty-launcher-4222-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48f15efa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 527428 WARN  (jetty-launcher-4222-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10cbf2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 527428 WARN  (jetty-launcher-4222-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10cbf2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 527429 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64043/solr
   [junit4]   2> 527431 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 527433 INFO  (zkConnectionManagerCallback-4235-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 527433 INFO  (jetty-launcher-4222-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 527550 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 527559 INFO  (zkConnectionManagerCallback-4237-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 527559 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 528005 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64056_solr
   [junit4]   2> 528006 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.c.Overseer Overseer (id=72084489841213445-127.0.0.1:64056_solr-n_0000000000) starting
   [junit4]   2> 528024 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64056_solr
   [junit4]   2> 528025 INFO  (OverseerStateUpdate-72084489841213445-127.0.0.1:64056_solr-n_0000000000) [n:127.0.0.1:64056_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64056_solr
   [junit4]   2> 528029 INFO  (OverseerStateUpdate-72084489841213445-127.0.0.1:64056_solr-n_0000000000) [n:127.0.0.1:64056_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 528030 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 528032 WARN  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 528081 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 528123 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64056.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5461c8fc
   [junit4]   2> 528130 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64056.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5461c8fc
   [junit4]   2> 528130 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64056.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5461c8fc
   [junit4]   2> 528134 INFO  (jetty-launcher-4222-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.search.CurrencyRangeFacetCloudTest_EAE3DB4D3E0C90E3-001\tempDir-001\node1
   [junit4]   2> 528178 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 528179 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 528182 INFO  (zkConnectionManagerCallback-4254-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 528182 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 528185 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 528188 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64043/solr ready
   [junit4]   2> 529715 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.config=solrconfig-minimal.xml&collection.configName=org.apache.solr.search.CurrencyRangeFacetCloudTest_configSet&maxShardsPerNode=1&name=org.apache.solr.search.CurrencyRangeFacetCloudTest&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 529722 INFO  (OverseerThreadFactory-4244-thread-1-processing-n:127.0.0.1:64056_solr) [n:127.0.0.1:64056_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection org.apache.solr.search.CurrencyRangeFacetCloudTest
   [junit4]   2> 529845 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 529851 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=6
   [junit4]   2> 529859 INFO  (OverseerStateUpdate-72084489841213445-127.0.0.1:64056_solr-n_0000000000) [n:127.0.0.1:64056_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"org.apache.solr.search.CurrencyRangeFacetCloudTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64056/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64056_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 530065 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr    x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.search.CurrencyRangeFacetCloudTest_configSet&newCollection=true&collection=org.apache.solr.search.CurrencyRangeFacetCloudTest&version=2&replicaType=NRT&property.config=solrconfig-minimal.xml&coreNodeName=core_node2&name=org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 530098 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 530116 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 530361 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 530469 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1' using configuration from configset org.apache.solr.search.CurrencyRangeFacetCloudTest_configSet, trusted=true
   [junit4]   2> 530469 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64056.solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1' (registry 'solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5461c8fc
   [junit4]   2> 530469 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.SolrCore [[org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.search.CurrencyRangeFacetCloudTest_EAE3DB4D3E0C90E3-001\tempDir-001\node1\org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.search.CurrencyRangeFacetCloudTest_EAE3DB4D3E0C90E3-001\tempDir-001\node1\org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1\data\]
   [junit4]   2> 530477 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=22.361328125, floorSegmentMB=0.666015625, forceMergeDeletesPctAllowed=6.031118001958683, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=31.550466282896153
   [junit4]   2> 530633 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 530633 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 530641 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11633908026759077]
   [junit4]   2> 530655 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.search.CurrencyRangeFacetCloudTest_configSet
   [junit4]   2> 530657 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.search.CurrencyRangeFacetCloudTest_configSet
   [junit4]   2> 530657 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 530661 INFO  (searcherExecutor-4256-thread-1-processing-n:127.0.0.1:64056_solr x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.SolrCore [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 530674 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 530674 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/leaders/shard1
   [junit4]   2> 530694 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 530694 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 530694 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64056/solr/org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1/
   [junit4]   2> 530694 ERROR (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.SyncStrategy No UpdateLog found - cannot sync
   [junit4]   2> 530694 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 530694 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/leaders/shard1/leader after winning as /collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/leader_elect/shard1/election/72084489841213445-core_node2-n_0000000000
   [junit4]   2> 530705 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64056/solr/org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1/ shard1
   [junit4]   2> 530857 INFO  (zkCallback-4236-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/state.json] for collection [org.apache.solr.search.CurrencyRangeFacetCloudTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 530857 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 530865 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.search.CurrencyRangeFacetCloudTest_configSet&newCollection=true&collection=org.apache.solr.search.CurrencyRangeFacetCloudTest&version=2&replicaType=NRT&property.config=solrconfig-minimal.xml&coreNodeName=core_node2&name=org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=801
   [junit4]   2> 530878 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 531259 INFO  (zkCallback-4236-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/state.json] for collection [org.apache.solr.search.CurrencyRangeFacetCloudTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 531280 INFO  (zkCallback-4236-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/state.json] for collection [org.apache.solr.search.CurrencyRangeFacetCloudTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 531289 INFO  (zkCallback-4236-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/state.json] for collection [org.apache.solr.search.CurrencyRangeFacetCloudTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 531433 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={property.config=solrconfig-minimal.xml&collection.configName=org.apache.solr.search.CurrencyRangeFacetCloudTest_configSet&maxShardsPerNode=1&name=org.apache.solr.search.CurrencyRangeFacetCloudTest&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1720
   [junit4]   2> 531544 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 7
   [junit4]   2> 531544 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 531549 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 531551 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 1
   [junit4]   2> 531583 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 531600 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 531602 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 531602 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 531629 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 2
   [junit4]   2> 531709 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 2
   [junit4]   2> 531713 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 531713 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 531720 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 1
   [junit4]   2> 531721 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 531725 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 531741 INFO  (searcherExecutor-4256-thread-1-processing-n:127.0.0.1:64056_solr x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.SolrCore [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 531741 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 16
   [junit4]   2> 531755 INFO  (OverseerCollectionConfigSetProcessor-72084489841213445-127.0.0.1:64056_solr-n_0000000000) [n:127.0.0.1:64056_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 531774 INFO  (TEST-CurrencyRangeFacetCloudTest.testJsonRangeFacetAsSubFacet-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testJsonRangeFacetAsSubFacet
   [junit4]   2> 531925 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=x_s,memSize=4612,tindexSize=42,time=1,phase1=1,nTerms=3,bigTerms=3,termInstances=0,uses=0}
   [junit4]   2> 531957 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:terms,+field:x_s,+refine:true,+limit:1,+overrequest:1,+domain:+{+filter:'id_i1:[5+TO+*]+OR+x_s:x2'},++++++++facet:+{+bar:{+type:range,+field:amount_CFT,+other:all,++++++++++++++++++++++++start:'8,EUR',+gap:'2,EUR',+end:'22,EUR'+}}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=181
   [junit4]   2> 531966 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=id_i1:[5+TO+*]+OR+x_s:x2&json.facet={+foo:{+type:terms,+field:x_s,+refine:true,+limit:1,+overrequest:1,+++++++++facet:+{+bar:{+type:range,+field:amount_CFT,+other:all,++++++++++++++++++++++++start:'8,EUR',+gap:'2,EUR',+end:'22,EUR'+}}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=11 status=0 QTime=6
   [junit4]   2> 531966 INFO  (TEST-CurrencyRangeFacetCloudTest.testJsonRangeFacetAsSubFacet-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testJsonRangeFacetAsSubFacet
   [junit4]   2> 532025 INFO  (TEST-CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testJsonRangeFacetWithSubFacet
   [junit4]   2> 532029 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=4
   [junit4]   2> 532033 INFO  (TEST-CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testJsonRangeFacetWithSubFacet
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CurrencyRangeFacetCloudTest -Dtests.method=testJsonRangeFacetWithSubFacet -Dtests.seed=EAE3DB4D3E0C90E3 -Dtests.slow=true -Dtests.locale=en-IN -Dtests.timezone=America/Lower_Princes -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.07s J4 | CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4 -> {responseHeader={zkConnected=true,status=0,QTime=4,params={q=*:*,json.facet={ bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},        start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all         facet: { foo:{ type:terms, field:x_s,                        refine:true, limit:2, overrequest:0 } } } },_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2}, {val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2}, {val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1}, {val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3}, {val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EAE3DB4D3E0C90E3:E6D59609F5E2E5B5]:0)
   [junit4]    > 	at org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:432)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]    > Caused by: java.lang.AssertionError: bucket #0 expected: java.lang.Long<4> but was: java.lang.Integer<4>
   [junit4]    > 	at org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:397)
   [junit4]    > 	... 38 more
   [junit4]   2> 532050 INFO  (TEST-CurrencyRangeFacetCloudTest.testSimpleRangeFacetsOfSymetricRates-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleRangeFacetsOfSymetricRates
   [junit4]   2> 532061 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=4&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.other=all&facet.mincount=3&f.amount_CFT.facet.range.gap=1.00&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=11.0} hits=15 status=0 QTime=10
   [junit4]   2> 532065 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:range,+field:amount_CFT,+mincount:3,+++++++++start:'4',+gap:'1.00',+end:'11.0',+other:all}}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=2
   [junit4]   2> 532065 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=4,USD&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.other=all&facet.mincount=3&f.amount_CFT.facet.range.gap=1,USD&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=11,USD} hits=15 status=0 QTime=1
   [junit4]   2> 532069 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:range,+field:amount_CFT,+mincount:3,+++++++++start:'4,USD',+gap:'1,USD',+end:'11,USD',+other:all}}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=1
   [junit4]   2> 532072 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=4.00,USD&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.other=all&facet.mincount=3&f.amount_CFT.facet.range.gap=000.50,GBP&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=11,USD} hits=15 status=0 QTime=1
   [junit4]   2> 532073 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:range,+field:amount_CFT,+mincount:3,+++++++++start:'4.00,USD',+gap:'000.50,GBP',+end:'11,USD',+other:all}}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=1
   [junit4]   2> 532077 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=4.00,USD&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.other=all&facet.mincount=3&f.amount_CFT.facet.range.gap=2,EUR&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=11,USD} hits=15 status=0 QTime=1
   [junit4]   2> 532079 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:range,+field:amount_CFT,+mincount:3,+++++++++start:'4.00,USD',+gap:'2,EUR',+end:'11,USD',+other:all}}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=1
   [junit4]   2> 532083 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=4&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.other=all&facet.mincount=0&f.amount_CFT.facet.range.gap=1.00&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=11.0} hits=15 status=0 QTime=2
   [junit4]   2> 532085 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:range,+field:amount_CFT,+mincount:0,+++++++++start:'4',+gap:'1.00',+end:'11.0',+other:all}}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=1
   [junit4]   2> 532094 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=4,USD&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.other=all&facet.mincount=0&f.amount_CFT.facet.range.gap=1,USD&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=11,USD} hits=15 status=0 QTime=9
   [junit4]   2> 532100 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:range,+field:amount_CFT,+mincount:0,+++++++++start:'4,USD',+gap:'1,USD',+end:'11,USD',+other:all}}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=2
   [junit4]   2> 532102 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=4.00,USD&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.other=all&facet.mincount=0&f.amount_CFT.facet.range.gap=000.50,GBP&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=11,USD} hits=15 status=0 QTime=1
   [junit4]   2> 532102 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:range,+field:amount_CFT,+mincount:0,+++++++++start:'4.00,USD',+gap:'000.50,GBP',+end:'11,USD',+other:all}}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=1
   [junit4]   2> 532105 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=4.00,USD&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.other=all&facet.mincount=0&f.amount_CFT.facet.range.gap=2,EUR&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=11,USD} hits=15 status=0 QTime=1
   [junit4]   2> 532107 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:range,+field:amount_CFT,+mincount:0,+++++++++start:'4.00,USD',+gap:'2,EUR',+end:'11,USD',+other:all}}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=1
   [junit4]   2> 532109 INFO  (TEST-CurrencyRangeFacetCloudTest.testSimpleRangeFacetsOfSymetricRates-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleRangeFacetsOfSymetricRates
   [junit4]   2> 532121 INFO  (TEST-CurrencyRangeFacetCloudTest.testFacetRangeOfAsymetricRates-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFacetRangeOfAsymetricRates
   [junit4]   2> 532126 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=8,EUR&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.other=all&facet.mincount=3&f.amount_CFT.facet.range.gap=2,EUR&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=22,EUR} hits=15 status=0 QTime=2
   [junit4]   2> 532129 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=8,EUR&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.other=all&facet.mincount=0&f.amount_CFT.facet.range.gap=2,EUR&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=22,EUR} hits=15 status=0 QTime=1
   [junit4]   2> 532130 INFO  (TEST-CurrencyRangeFacetCloudTest.testFacetRangeOfAsymetricRates-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFacetRangeOfAsymetricRates
   [junit4]   2> 532141 INFO  (TEST-CurrencyRangeFacetCloudTest.testJsonFacetRangeOfAsymetricRates-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testJsonFacetRangeOfAsymetricRates
   [junit4]   2> 532144 INFO  (qtp596295457-6725) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:range,+field:amount_CFT,+start:'8,EUR',+++++++++mincount:3,+++++++++gap:'2,EUR',+end:'22,EUR',+other:all}}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=1
   [junit4]   2> 532147 INFO  (qtp596295457-6728) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+foo:{+type:range,+field:amount_CFT,+start:'8,EUR',+++++++++mincount:0,+++++++++gap:'2,EUR',+end:'22,EUR',+other:all}}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&rows=0&wt=javabin&version=2} hits=15 status=0 QTime=1
   [junit4]   2> 532148 INFO  (TEST-CurrencyRangeFacetCloudTest.testJsonFacetRangeOfAsymetricRates-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testJsonFacetRangeOfAsymetricRates
   [junit4]   2> 532158 INFO  (TEST-CurrencyRangeFacetCloudTest.testJsonFacetCleanErrorOnMissmatchCurrency-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testJsonFacetCleanErrorOnMissmatchCurrency
   [junit4]   2> 532161 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Cannot compare CurrencyValues when their currencies are not equal
   [junit4]   2> 532161 INFO  (qtp596295457-6727) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={+x:{+type:range,+field:amount_CFT,+++++++start:'0,EUR',+gap:'10,EUR',+end:'100,USD'+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&wt=javabin&version=2} hits=15 status=400 QTime=0
   [junit4]   2> 532162 ERROR (TEST-CurrencyRangeFacetCloudTest.testJsonFacetCleanErrorOnMissmatchCurrency-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [org.apache.solr.search.CurrencyRangeFacetCloudTest] failed due to (400) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:64056/solr/org.apache.solr.search.CurrencyRangeFacetCloudTest: Cannot compare CurrencyValues when their currencies are not equal, retry=0 commError=false errorCode=400 
   [junit4]   2> 532162 INFO  (TEST-CurrencyRangeFacetCloudTest.testJsonFacetCleanErrorOnMissmatchCurrency-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 532162 INFO  (TEST-CurrencyRangeFacetCloudTest.testJsonFacetCleanErrorOnMissmatchCurrency-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testJsonFacetCleanErrorOnMissmatchCurrency
   [junit4]   2> 532174 INFO  (TEST-CurrencyRangeFacetCloudTest.testFacetRangeCleanErrorOnMissmatchCurrency-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFacetRangeCleanErrorOnMissmatchCurrency
   [junit4]   2> 532176 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Cannot compare CurrencyValues when their currencies are not equal
   [junit4]   2> 532176 INFO  (qtp596295457-6726) [n:127.0.0.1:64056_solr c:org.apache.solr.search.CurrencyRangeFacetCloudTest s:shard1 r:core_node2 x:org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1 ] o.a.s.c.S.Request [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  webapp=/solr path=/select params={facet.range=amount_CFT&f.amount_CFT.facet.range.start=0,EUR&q=*:*&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4&f.amount_CFT.facet.range.gap=10,EUR&rows=0&facet=true&wt=javabin&version=2&f.amount_CFT.facet.range.end=100,USD} status=400 QTime=0
   [junit4]   2> 532176 ERROR (TEST-CurrencyRangeFacetCloudTest.testFacetRangeCleanErrorOnMissmatchCurrency-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [org.apache.solr.search.CurrencyRangeFacetCloudTest] failed due to (400) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:64056/solr/org.apache.solr.search.CurrencyRangeFacetCloudTest: Cannot compare CurrencyValues when their currencies are not equal, retry=0 commError=false errorCode=400 
   [junit4]   2> 532176 INFO  (TEST-CurrencyRangeFacetCloudTest.testFacetRangeCleanErrorOnMissmatchCurrency-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 532176 INFO  (TEST-CurrencyRangeFacetCloudTest.testFacetRangeCleanErrorOnMissmatchCurrency-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFacetRangeCleanErrorOnMissmatchCurrency
   [junit4]   2> 532281 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1970543549
   [junit4]   2> 532281 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64056_solr
   [junit4]   2> 532283 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 532283 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:64056_solr as DOWN
   [junit4]   2> 532283 INFO  (coreCloseExecutor-4264-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.c.SolrCore [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3aa3b5bb
   [junit4]   2> 532283 INFO  (coreCloseExecutor-4264-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1 tag=SolrCore@3aa3b5bb
   [junit4]   2> 532283 INFO  (coreCloseExecutor-4264-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8050577: rootName = solr_64056, domain = solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1/com.codahale.metrics.MetricRegistry@6143a884
   [junit4]   2> 532290 INFO  (coreCloseExecutor-4264-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.leader tag=SolrCore@3aa3b5bb
   [junit4]   2> 532290 INFO  (coreCloseExecutor-4264-thread-1) [n:127.0.0.1:64056_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 532293 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 532293 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5cd4765b: rootName = solr_64056, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@66647c2
   [junit4]   2> 532297 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 532297 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b145842: rootName = solr_64056, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@417a3e9
   [junit4]   2> 532297 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 532297 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c621346: rootName = solr_64056, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@2ca51f7f
   [junit4]   2> 532299 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 532300 INFO  (closeThreadPool-4266-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72084489841213445-127.0.0.1:64056_solr-n_0000000000) closing
   [junit4]   2> 532300 INFO  (OverseerStateUpdate-72084489841213445-127.0.0.1:64056_solr-n_0000000000) [n:127.0.0.1:64056_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64056_solr
   [junit4]   2> 532302 INFO  (OverseerAutoScalingTriggerThread-72084489841213445-127.0.0.1:64056_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 532302 INFO  (closeThreadPool-4266-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72084489841213445-127.0.0.1:64056_solr-n_0000000000) closing
   [junit4]   2> 532403 INFO  (jetty-closer-4260-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72084489841213445-127.0.0.1:64056_solr-n_0000000000) closing
   [junit4]   2> 532405 INFO  (jetty-closer-4260-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2d4d4520{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 532405 INFO  (jetty-closer-4260-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@15700e74{/solr,null,UNAVAILABLE}
   [junit4]   2> 532405 INFO  (jetty-closer-4260-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 532405 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 532613 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 532619 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:64043
   [junit4]   2> 532619 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64043
   [junit4]   2> 532619 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64043
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.search.CurrencyRangeFacetCloudTest_EAE3DB4D3E0C90E3-001
   [junit4]   2> NOTE: test params are: codec=Lucene86, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4a7f880e), locale=en-IN, timezone=America/Lower_Princes
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=343932928,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestMaxScoreQueryParser, PackageManagerCLITest, DirectSolrConnectionTest, MetricsHistoryWithAuthIntegrationTest, SolrXmlInZkTest, TestLegacyFieldCache, MaxSizeAutoCommitTest, ShardsWhitelistTest, SolrJmxReporterCloudTest, DisMaxRequestHandlerTest, TestTrieFacet, TestScoreJoinQPScore, TestInPlaceUpdateWithRouteField, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsRecoverLeaseTest, TestCloudConsistency, AuditLoggerPluginTest, VersionInfoTest, JWTAuthPluginTest, BadIndexSchemaTest, ProtectedTermFilterFactoryTest, TestDynamicFieldResource, ConnectionManagerTest, ComputePlanActionTest, TestSimNodeLostTrigger, TestBackupRepositoryFactory, TestHighlightDedupGrouping, TestFieldCacheReopen, LeaderFailureAfterFreshStartTest, HighlighterWithoutStoredIdTest, PreAnalyzedFieldTest, ExitableDirectoryReaderTest, TestRandomFlRTGCloud, TestStressReorder, PeerSyncWithLeaderTest, TestDistribDocBasedVersion, TestSimExecutePlanAction, TestSchemaNameResource, TestConfigSetsAPI, TestWaitForStateWithJettyShutdowns, CurrencyRangeFacetCloudTest]
   [junit4] Completed [233/910 (1!)] on J4 in 8.33s, 7 tests, 1 failure <<< FAILURES!

[...truncated 47222 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1304/consoleText

[repro] Revision: ba2a812f84e2a05cf6d7039a19000df10d25590c

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"

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

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

[...truncated 3472 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.CurrencyRangeFacetCloudTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=EAE3DB4D3E0C90E3 -Dtests.slow=true -Dtests.locale=en-IN -Dtests.timezone=America/Lower_Princes -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 35 lines...]
   [junit4] Suite: org.apache.solr.search.CurrencyRangeFacetCloudTest
   [junit4]   2> 11742 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 11751 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file

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

st.testFacetRangeCleanErrorOnMissmatchCurrency-seed#[EAE3DB4D3E0C90E3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFacetRangeCleanErrorOnMissmatchCurrency
   [junit4] OK      0.02s J3 | CurrencyRangeFacetCloudTest.testFacetRangeCleanErrorOnMissmatchCurrency
   [junit4]   2> 30005 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=968294498
   [junit4]   2> 30005 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:55874_solr
   [junit4]   2> 30005 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 30005 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:55874_solr as DOWN
   [junit4]   2> 30013 INFO  (coreCloseExecutor-50-thread-1) [n:127.0.0.1:55874_solr     ] o.a.s.c.SolrCore [org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7f5c3ebb
   [junit4]   2> 30013 INFO  (coreCloseExecutor-50-thread-1) [n:127.0.0.1:55874_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1 tag=SolrCore@7f5c3ebb
   [junit4]   2> 30013 INFO  (coreCloseExecutor-50-thread-1) [n:127.0.0.1:55874_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@319018fd: rootName = solr_55874, domain = solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1/com.codahale.metrics.MetricRegistry@232a05b2
   [junit4]   2> 30029 INFO  (coreCloseExecutor-50-thread-1) [n:127.0.0.1:55874_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.leader tag=SolrCore@7f5c3ebb
   [junit4]   2> 30033 INFO  (coreCloseExecutor-50-thread-1) [n:127.0.0.1:55874_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 30039 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 30039 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b244e87: rootName = solr_55874, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@626de16a
   [junit4]   2> 30045 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 30045 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7bc83312: rootName = solr_55874, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@135231fe
   [junit4]   2> 30047 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 30047 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b10c50a: rootName = solr_55874, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@534067de
   [junit4]   2> 30047 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 30049 INFO  (closeThreadPool-52-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72084658581274629-127.0.0.1:55874_solr-n_0000000000) closing
   [junit4]   2> 30049 INFO  (OverseerStateUpdate-72084658581274629-127.0.0.1:55874_solr-n_0000000000) [n:127.0.0.1:55874_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:55874_solr
   [junit4]   2> 30050 INFO  (OverseerAutoScalingTriggerThread-72084658581274629-127.0.0.1:55874_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 30050 INFO  (closeThreadPool-52-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72084658581274629-127.0.0.1:55874_solr-n_0000000000) closing
   [junit4]   2> 30152 INFO  (jetty-closer-46-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72084658581274629-127.0.0.1:55874_solr-n_0000000000) closing
   [junit4]   2> 30155 INFO  (jetty-closer-46-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7c2bc9eb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 30157 INFO  (jetty-closer-46-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a14a0fe{/solr,null,UNAVAILABLE}
   [junit4]   2> 30157 INFO  (jetty-closer-46-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 30157 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 30362 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/terms/shard1
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 30370 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:55796
   [junit4]   2> 30370 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55796
   [junit4]   2> 30370 INFO  (SUITE-CurrencyRangeFacetCloudTest-seed#[EAE3DB4D3E0C90E3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55796
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.search.CurrencyRangeFacetCloudTest_EAE3DB4D3E0C90E3-001
   [junit4]   2> NOTE: test params are: codec=Lucene86, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5c514002), locale=en-IN, timezone=America/Lower_Princes
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=2,free=218103808,total=471859200
   [junit4]   2> NOTE: All tests run in this JVM: [CurrencyRangeFacetCloudTest]
   [junit4] Completed [5/5 (5!)] on J3 in 31.30s, 7 tests, 1 failure <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 35 tests, 5 failures [seed: EAE3DB4D3E0C90E3]

Total time: 35 seconds

[repro] Setting last failure code to 1

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

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

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

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

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=ba2a812f84e2a05cf6d7039a19000df10d25590c, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #1303
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2