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

[JENKINS] Lucene » Lucene-Solr-repro - Build # 352 - Still unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-repro/352/

[...truncated 33 lines...]
[repro] Jenkins log URL: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/707//consoleText

[repro] Revision: 688ad75bd0293b6153d555f40a9b0a025562d3e3

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=71FA0D5749EA14E4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ru-RU -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestCircuitBreaker -Dtests.method=testResponseWithCBTiming -Dtests.seed=71FA0D5749EA14E4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=no-NO -Dtests.timezone=America/Indiana/Knox -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] git rev-parse --abbrev-ref HEAD
[repro] git rev-parse HEAD
[repro] Initial local git branch/revision: 656ce93c3a9a75cb191df473530b7833b8ca6526
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 688ad75bd0293b6153d555f40a9b0a025562d3e3

[...truncated 2 lines...]
[repro] git merge --ff-only

[...truncated 1 lines...]
[repro] ant clean

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

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestRandomDVFaceting|*.TestCircuitBreaker" -Dtests.showOutput=onerror  -Dtests.seed=71FA0D5749EA14E4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ru-RU -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 12829 lines...]
   [junit4]   2> 33283 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'c'!='b' @ facet_counts/facet_fields/small2_ss/[4]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":4,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_ss":[
   [junit4]   2>         "d",3,
   [junit4]   2>         "a",1,
   [junit4]   2>         "c",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":4,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_ss":[
   [junit4]   2>         "d",3,
   [junit4]   2>         "a",1,
   [junit4]   2>         "b",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  request = facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small2_ss&facet.method=uif
   [junit4]   2> 33286 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=71FA0D5749EA14E4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ru-RU -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 21.2s J0 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'c'!='b' @ facet_counts/facet_fields/small2_ss/[4]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([71FA0D5749EA14E4:7C922D821C13DC5B]:0)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 33296 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 33296 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1782242727
   [junit4]   2> 33301 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@40a13135
   [junit4]   2> 33301 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@40a13135
   [junit4]   2> 33301 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4fdcfe9c: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@28a98d3e
   [junit4]   2> 33323 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 33335 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 33335 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@70e67b46: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5f32f04b
   [junit4]   2> 33340 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 33340 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10a58a38: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@2cc26353
   [junit4]   2> 33341 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 33341 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@56918880: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@46a50516
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp/solr.TestRandomDVFaceting_71FA0D5749EA14E4-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ru-RU, timezone=UCT
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=141881608,total=300941312
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/10 (1!)] on J0 in 32.50s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3693 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3715 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp/solr.TestRandomDVFaceting_71FA0D5749EA14E4-001/data-dir-1-001
   [junit4]   2> 3977 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4032 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.e.j.u.log Logging initialized @4069ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4038 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4452 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4453 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4734 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 5060 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 5084 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.D.s.TrieIntField Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 5093 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.D.s.TrieFloatField Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 5098 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.D.s.TrieLongField Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 5103 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.D.s.TrieDoubleField Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 5108 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.D.s.TrieDateField Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 5152 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 5159 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.c.SolrPaths Using system property solr.solr.home: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr
   [junit4]   2> 7559 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:371) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:336) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2> 	at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 7581 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:672) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2> 	at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 7783 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7799 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 8148 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b2802a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8148 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b2802a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8538 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 8541 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@43cd73c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8541 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@43cd73c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8712 WARN  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 9423 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15991d5d
   [junit4]   2> 9425 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15991d5d
   [junit4]   2> 9425 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15991d5d
   [junit4]   2> 9495 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9608 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 9631 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 9641 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 9641 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 9701 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15991d5d
   [junit4]   2> 9716 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp/solr.TestRandomDVFaceting_71FA0D5749EA14E4-001/data-dir-1-001/]
   [junit4]   2> 9767 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=11.005859375, floorSegmentMB=1.498046875, forceMergeDeletesPctAllowed=21.147286551009465, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=48.132772466735894
   [junit4]   2> 11853 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11853 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11856 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=10.8359375, floorSegmentMB=2.1865234375, forceMergeDeletesPctAllowed=23.020412377079893, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4834197808677154, deletesPctAllowed=31.817734044727516
   [junit4]   2> 12082 WARN  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 12113 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 12123 INFO  (SUITE-TestRandomDVFaceting-seed#[71FA0D5749EA14E4]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 12125 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 12145 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 12214 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 69
   [junit4]   2> 12409 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 1 ms
   [junit4]   2> 12412 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 185
   [junit4]   2> 12453 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=0&wt=json} hits=0 status=0 QTime=33
   [junit4]   2> 12487 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.prefix=&facet.field=id&facet.method=enum} hits=0 status=0 QTime=28
   [junit4]   2> 12493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.prefix=&facet.field=id&facet.method=fc} hits=0 status=0 QTime=5
   [junit4]   2> 12501 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.prefix=&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=7
   [junit4]   2> 12502 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.prefix=&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12553 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.prefix=&facet.field=id&facet.method=uif} hits=0 status=0 QTime=50
   [junit4]   2> 12556 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12735 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=178
   [junit4]   2> 12736 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12736 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12753 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=uif} hits=0 status=0 QTime=16
   [junit4]   2> 12754 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12755 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12758 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12758 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12759 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12760 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12760 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12761 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12764 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12764 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12765 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12765 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12766 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12766 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12769 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12769 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12770 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12770 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12771 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12776 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small_s&facet.method=enum} hits=0 status=0 QTime=4
   [junit4]   2> 12780 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12782 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12783 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field={!key%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12783 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12784 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12784 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12785 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12785 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12786 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12786 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12787 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12787 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12787 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12788 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12788 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12789 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12789 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12789 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12790 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12790 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12791 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12791 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12791 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12796 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=uif} hits=0 status=0 QTime=4
   [junit4]   2> 12807 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=enum} hits=0 status=0 QTime=9
   [junit4]   2> 12813 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=fc} hits=0 status=0 QTime=1
   [junit4]   2> 12815 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=fcs} hits=0 status=0 QTime=1
   [junit4]   2> 12815 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field={!key%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12819 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=uif} hits=0 status=0 QTime=4
   [junit4]   2> 12821 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field={!key%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12824 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12828 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12830 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=fcs} hits=0 status=0 QTime=2
   [junit4]   2> 12831 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12832 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12832 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12838 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12838 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12838 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12839 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12839 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12840 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.missing=true&facet.field=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12841 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.missing=true&facet.field=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12842 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.missing=true&facet.field=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12843 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12843 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.missing=true&facet.field=small3_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12844 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12845 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12847 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12848 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12848 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12850 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12851 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12852 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=fcs} hits=0 status=0 QTime=1
   [junit4]   2> 12852 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12853 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12853 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12854 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=foo_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12855 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=foo_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12855 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12856 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field={!key%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12857 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=foo_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12857 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12858 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12859 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12859 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12860 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12861 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12862 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12862 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12863 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12864 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12865 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12867 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=2
   [junit4]   2> 12868 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12868 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12869 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12870 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12870 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=count&facet.mincount=3&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12871 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12871 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12872 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12878 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=6
   [junit4]   2> 12879 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12880 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12880 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12881 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12882 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12882 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12883 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.field=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12884 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.field=missing_ss&facet.method=fc} hits=0 status=0 QTime=1
   [junit4]   2> 12886 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.field=missing_ss&facet.method=fcs} hits=0 status=0 QTime=1
   [junit4]   2> 12890 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.field={!key%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=3
   [junit4]   2> 12890 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.field=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13307 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GIRS]} 0 414
   [junit4]   2> 13319 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XQEF]} 0 8
   [junit4]   2> 13336 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HXAN]} 0 15
   [junit4]   2> 14015 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 14016 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 679
   [junit4]   2> 14021 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XGQF]} 0 3
   [junit4]   2> 14024 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QTHA]} 0 1
   [junit4]   2> 14032 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IFRR]} 0 6
   [junit4]   2> 14036 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MSZA]} 0 1
   [junit4]   2> 14038 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[CKKY]} 0 1
   [junit4]   2> 14045 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XXNN]} 0 1
   [junit4]   2> 14283 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 14284 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 238
   [junit4]   2> 14306 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=18&wt=json} hits=9 status=0 QTime=21
   [junit4]   2> 14335 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=enum} hits=9 status=0 QTime=13
   [junit4]   2> 14357 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=fc} hits=9 status=0 QTime=21
   [junit4]   2> 14361 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=fcs} hits=9 status=0 QTime=3
   [junit4]   2> 14378 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Did}id_dv} hits=9 status=0 QTime=16
   [junit4]   2> 14380 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14381 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=enum} hits=9 status=0 QTime=1
   [junit4]   2> 14398 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fc} hits=9 status=0 QTime=16
   [junit4]   2> 14399 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fcs} hits=9 status=0 QTime=0
   [junit4]   2> 14399 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_f}score_f_dv} hits=9 status=0 QTime=0
   [junit4]   2> 14401 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14401 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14403 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=enum} hits=9 status=0 QTime=1
   [junit4]   2> 14404 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=fc} hits=9 status=0 QTime=0
   [junit4]   2> 14404 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=fcs} hits=9 status=0 QTime=0
   [junit4]   2> 14405 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_d}score_d_dv} hits=9 status=0 QTime=0
   [junit4]   2> 14406 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14407 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=9 status=0 QTime=1
   [junit4]   2> 14408 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=enum} hits=9 status=0 QTime=0
   [junit4]   2> 14411 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fc} hits=9 status=0 QTime=3
   [junit4]   2> 14412 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fcs} hits=9 status=0 QTime=0
   [junit4]   2> 14417 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_i}foo_i_dv} hits=9 status=0 QTime=4
   [junit4]   2> 14417 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14418 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14564 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_l&facet.method=enum} hits=9 status=0 QTime=145
   [junit4]   2> 14568 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_l&facet.method=fc} hits=9 status=0 QTime=3
   [junit4]   2> 14569 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_l&facet.method=fcs} hits=9 status=0 QTime=0
   [junit4]   2> 14570 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_dv} hits=9 status=0 QTime=0
   [junit4]   2> 14603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_l&facet.method=uif} hits=9 status=0 QTime=32
   [junit4]   2> 14605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=9 status=0 QTime=1
   [junit4]   2> 14606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=enum} hits=9 status=0 QTime=0
   [junit4]   2> 14606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=fc} hits=9 status=0 QTime=0
   [junit4]   2> 14607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=fcs} hits=9 status=0 QTime=0
   [junit4]   2> 14608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall_s}small_s_dv} hits=9 status=0 QTime=0
   [junit4]   2> 14609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.missing=true&facet.field=small2_s&facet.method=enum} hits=9 status=0 QTime=1
   [junit4]   2> 14613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.missing=true&facet.field=small2_s&facet.method=fc} hits=9 status=0 QTime=0
   [junit4]   2> 14613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.missing=true&facet.field=small2_s&facet.method=fcs} hits=9 status=0 QTime=0
   [junit4]   2> 14615 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.missing=true&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=9 status=0 QTime=1
   [junit4]   2> 14616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.missing=true&facet.field=small2_s&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=enum} hits=9 status=0 QTime=0
   [junit4]   2> 14620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=fc} hits=9 status=0 QTime=3
   [junit4]   2> 14620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=fcs} hits=9 status=0 QTime=0
   [junit4]   2> 14622 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=9 status=0 QTime=1
   [junit4]   2> 14623 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14626 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=4&facet.field=small3_ss&facet.method=enum} hits=9 status=0 QTime=2
   [junit4]   2> 14631 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=4&facet.field=small3_ss&facet.method=fc} hits=9 status=0 QTime=3
   [junit4]   2> 14633 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[71FA0D5749EA14E4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&i

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

  2>         "3",1,
   [junit4]   2>         "4",1,
   [junit4]   2>         "6",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  request = facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_is&facet.method=uif
   [junit4]   2> 29824 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[62C25B7D07448BF0]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=62C25B7D07448BF0 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ru-RU -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 3.23s J0 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: '1'!='0' @ facet_counts/facet_fields/small2_is/[0]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([62C25B7D07448BF0:6FAA7BA852BD434F]:0)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 29825 INFO  (SUITE-TestRandomDVFaceting-seed#[62C25B7D07448BF0]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29825 INFO  (SUITE-TestRandomDVFaceting-seed#[62C25B7D07448BF0]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=778476340
   [junit4]   2> 29825 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5e40c47
   [junit4]   2> 29825 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@5e40c47
   [junit4]   2> 29825 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5074ccdf: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@39e29c37
   [junit4]   2> 29840 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 29842 INFO  (SUITE-TestRandomDVFaceting-seed#[62C25B7D07448BF0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 29842 INFO  (SUITE-TestRandomDVFaceting-seed#[62C25B7D07448BF0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46748090: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3aa8268a
   [junit4]   2> 29847 INFO  (SUITE-TestRandomDVFaceting-seed#[62C25B7D07448BF0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 29847 INFO  (SUITE-TestRandomDVFaceting-seed#[62C25B7D07448BF0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@45f071fd: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@a6b562c
   [junit4]   2> 29847 INFO  (SUITE-TestRandomDVFaceting-seed#[62C25B7D07448BF0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 29847 INFO  (SUITE-TestRandomDVFaceting-seed#[62C25B7D07448BF0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@78b9bfb3: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@710e8be1
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp/solr.TestRandomDVFaceting_62C25B7D07448BF0-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_ds_dv=BlockTreeOrds(blocksize=128), foo_f_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small_i=BlockTreeOrds(blocksize=128), small3_is=BlockTreeOrds(blocksize=128), small_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), score_f=BlockTreeOrds(blocksize=128), score_d=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_fs_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), small4_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), small2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), small2_i=BlockTreeOrds(blocksize=128), foo_ls_dv=BlockTreeOrds(blocksize=128), small2_is=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_ds=PostingsFormat(name=LuceneFixedGap), foo_fs=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), score_f_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_d_dv=PostingsFormat(name=LuceneFixedGap), score_d_dv=PostingsFormat(name=LuceneFixedGap), foo_d=PostingsFormat(name=LuceneVarGapDocFreqInterval), small2_ss=PostingsFormat(name=LuceneFixedGap), foo_f=BlockTreeOrds(blocksize=128), foo_l_dv=PostingsFormat(name=LuceneFixedGap), foo_ls=PostingsFormat(name=LuceneFixedGap)}, docValues:{score_f_p=DocValuesFormat(name=Direct), id_dv=DocValuesFormat(name=Direct), small2_s_dv=DocValuesFormat(name=Lucene80), score_d_p=DocValuesFormat(name=Lucene80), small3_is_dv=DocValuesFormat(name=Direct), small2_is_p=DocValuesFormat(name=Asserting), foo_ds_dv=DocValuesFormat(name=Lucene80), foo_f_dv=DocValuesFormat(name=Lucene80), foo_ds_p=DocValuesFormat(name=Lucene80), foo_l_p=DocValuesFormat(name=Direct), foo_i_p=DocValuesFormat(name=Lucene80), small2_i_dv=DocValuesFormat(name=Direct), small4_ss_dv=DocValuesFormat(name=Asserting), small_s_dv=DocValuesFormat(name=Direct), foo_i_dv=DocValuesFormat(name=Lucene80), small2_ss_dv=DocValuesFormat(name=Lucene80), foo_fs_dv=DocValuesFormat(name=Asserting), small2_is_dv=DocValuesFormat(name=Asserting), small_i_p=DocValuesFormat(name=Lucene80), small2_i_p=DocValuesFormat(name=Direct), small_i_dv=DocValuesFormat(name=Lucene80), small3_is_p=DocValuesFormat(name=Lucene80), foo_ls_dv=DocValuesFormat(name=Lucene80), foo_f_p=DocValuesFormat(name=Lucene80), foo_ls_p=DocValuesFormat(name=Lucene80), foo_d_p=DocValuesFormat(name=Direct), foo_fs_p=DocValuesFormat(name=Asserting), score_f_dv=DocValuesFormat(name=Lucene80), foo_d_dv=DocValuesFormat(name=Direct), score_d_dv=DocValuesFormat(name=Direct), foo_l_dv=DocValuesFormat(name=Direct), small3_ss_dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=480, maxMBSortInHeap=7.666014577453683, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ru-RU, timezone=UCT
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=184139824,total=342360064
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestRandomDVFaceting]
   [junit4] Completed [5/5 (5!)] on J0 in 3.77s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 62C25B7D07448BF0]:
   [junit4]   - org.apache.solr.TestRandomDVFaceting.testRandomFaceting
   [junit4]   - org.apache.solr.TestRandomDVFaceting.testRandomFaceting
   [junit4]   - org.apache.solr.TestRandomDVFaceting.testRandomFaceting
   [junit4]   - org.apache.solr.TestRandomDVFaceting.testRandomFaceting
   [junit4]   - org.apache.solr.TestRandomDVFaceting.testRandomFaceting
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.83 ..    31.71 =    30.88s
   [junit4] JVM J1:     0.83 ..    27.33 =    26.50s
   [junit4] JVM J2:     0.83 ..    27.47 =    26.65s
   [junit4] JVM J3:     0.84 ..    26.68 =    25.84s
   [junit4] Execution time total: 31 seconds
   [junit4] Tests summary: 5 suites, 5 tests, 5 failures

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/common-build.xml:1599: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/common-build.xml:1126: There were test failures: 5 suites, 5 tests, 5 failures [seed: 62C25B7D07448BF0]

Total time: 33 seconds

[repro] Setting last failure code to 256

[repro] Failures at the tip of branch_8x without a seed:
[repro]   5/5 failed: org.apache.solr.TestRandomDVFaceting
[repro] git checkout 656ce93c3a9a75cb191df473530b7833b8ca6526
Note: switching to '656ce93c3a9a75cb191df473530b7833b8ca6526'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 656ce93c3a9 DOAP changes for release 8.7.0
[repro] Exiting with code 256
Archiving artifacts
Recording test results
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)

[JENKINS] Lucene » Lucene-Solr-repro - Build # 355 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-repro/355/

[...truncated 32 lines...]
[repro] Jenkins log URL: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/710//consoleText

[repro] Revision: 688ad75bd0293b6153d555f40a9b0a025562d3e3

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=9FA6CC86FAE9984D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=Etc/GMT+3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] git rev-parse --abbrev-ref HEAD
[repro] git rev-parse HEAD
[repro] Initial local git branch/revision: 7c1ff288b73b053cc9d17c6d4db4b35ed6c5559a
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 688ad75bd0293b6153d555f40a9b0a025562d3e3

[...truncated 2 lines...]
[repro] git merge --ff-only

[...truncated 1 lines...]
[repro] ant clean

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

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomDVFaceting" -Dtests.showOutput=onerror  -Dtests.seed=9FA6CC86FAE9984D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=Etc/GMT+3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 888 lines...]
   [junit4]   2> 15202 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: '22'!='23' @ facet_counts/facet_fields/small2_is/[38]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":64,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_is":[
   [junit4]   2>         "29",5,
   [junit4]   2>         "3",4,
   [junit4]   2>         "9",4,
   [junit4]   2>         "28",4,
   [junit4]   2>         "4",3,
   [junit4]   2>         "5",3,
   [junit4]   2>         "7",3,
   [junit4]   2>         "12",3,
   [junit4]   2>         "14",3,
   [junit4]   2>         "17",3,
   [junit4]   2>         "20",3,
   [junit4]   2>         "32",3,
   [junit4]   2>         "34",3,
   [junit4]   2>         "8",2,
   [junit4]   2>         "10",2,
   [junit4]   2>         "16",2,
   [junit4]   2>         "18",2,
   [junit4]   2>         "19",2,
   [junit4]   2>         "21",2,
   [junit4]   2>         "22",2,
   [junit4]   2>         "23",2,
   [junit4]   2>         "27",2,
   [junit4]   2>         "30",2,
   [junit4]   2>         "31",2,
   [junit4]   2>         "33",2,
   [junit4]   2>         "6",1,
   [junit4]   2>         "11",1,
   [junit4]   2>         "15",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":64,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_is":[
   [junit4]   2>         "29",5,
   [junit4]   2>         "3",4,
   [junit4]   2>         "9",4,
   [junit4]   2>         "28",4,
   [junit4]   2>         "4",3,
   [junit4]   2>         "5",3,
   [junit4]   2>         "7",3,
   [junit4]   2>         "12",3,
   [junit4]   2>         "14",3,
   [junit4]   2>         "17",3,
   [junit4]   2>         "20",3,
   [junit4]   2>         "32",3,
   [junit4]   2>         "34",3,
   [junit4]   2>         "8",2,
   [junit4]   2>         "10",2,
   [junit4]   2>         "16",2,
   [junit4]   2>         "18",2,
   [junit4]   2>         "19",2,
   [junit4]   2>         "21",2,
   [junit4]   2>         "23",2,
   [junit4]   2>         "27",2,
   [junit4]   2>         "30",2,
   [junit4]   2>         "31",2,
   [junit4]   2>         "33",2,
   [junit4]   2>         "6",1,
   [junit4]   2>         "11",1,
   [junit4]   2>         "15",1,
   [junit4]   2>         "22",1,
   [junit4]   2>         "26",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  request = facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_is&facet.method=uif
   [junit4]   2> 15204 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=9FA6CC86FAE9984D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=bg -Dtests.timezone=Etc/GMT+3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 4.20s J2 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: '22'!='23' @ facet_counts/facet_fields/small2_is/[38]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9FA6CC86FAE9984D:92CEEC53AF1050F2]:0)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 15211 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 15211 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=502118791
   [junit4]   2> 15211 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@75cbf73f
   [junit4]   2> 15212 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@75cbf73f
   [junit4]   2> 15212 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11fe3e0b: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@5a97bd89
   [junit4]   2> 15236 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 15249 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 15249 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f3261bd: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3c72bd98
   [junit4]   2> 15255 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 15255 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8d12301: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6a4dbe74
   [junit4]   2> 15255 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 15255 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@789601dd: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@19949140
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2/temp/solr.TestRandomDVFaceting_9FA6CC86FAE9984D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=PostingsFormat(name=MockRandom), foo_ds_dv=PostingsFormat(name=LuceneVarGapFixedInterval), foo_f_dv=BlockTreeOrds(blocksize=128), small_i=PostingsFormat(name=LuceneVarGapFixedInterval), small3_is=PostingsFormat(name=LuceneVarGapFixedInterval), small_s=PostingsFormat(name=MockRandom), score_f=PostingsFormat(name=LuceneVarGapFixedInterval), score_d=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom), foo_i=BlockTreeOrds(blocksize=128), foo_fs_dv=PostingsFormat(name=MockRandom), foo_l=PostingsFormat(name=MockRandom), small4_ss=BlockTreeOrds(blocksize=128), small2_s=PostingsFormat(name=MockRandom), small2_i=PostingsFormat(name=LuceneVarGapFixedInterval), foo_ls_dv=PostingsFormat(name=LuceneVarGapFixedInterval), small2_is=BlockTreeOrds(blocksize=128), foo_ds=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_fs=BlockTreeOrds(blocksize=128), foo_d_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), score_f_dv=BlockTreeOrds(blocksize=128), foo_d=PostingsFormat(name=MockRandom), score_d_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), small2_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_f=PostingsFormat(name=LuceneVarGapFixedInterval), foo_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_ls=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{small2_s_dv=DocValuesFormat(name=Asserting), score_f_p=DocValuesFormat(name=Lucene80), id_dv=DocValuesFormat(name=Lucene80), score_d_p=DocValuesFormat(name=Asserting), small2_is_p=DocValuesFormat(name=Direct), small3_is_dv=DocValuesFormat(name=Lucene80), foo_ds_dv=DocValuesFormat(name=Lucene80), foo_f_dv=DocValuesFormat(name=Asserting), foo_ds_p=DocValuesFormat(name=Lucene80), foo_l_p=DocValuesFormat(name=Lucene80), foo_i_p=DocValuesFormat(name=Lucene80), small2_i_dv=DocValuesFormat(name=Lucene80), small4_ss_dv=DocValuesFormat(name=Direct), small_s_dv=DocValuesFormat(name=Lucene80), foo_i_dv=DocValuesFormat(name=Lucene80), small2_ss_dv=DocValuesFormat(name=Lucene80), foo_fs_dv=DocValuesFormat(name=Direct), small2_is_dv=DocValuesFormat(name=Direct), small_i_p=DocValuesFormat(name=Asserting), small2_i_p=DocValuesFormat(name=Lucene80), small_i_dv=DocValuesFormat(name=Asserting), small3_is_p=DocValuesFormat(name=Asserting), foo_ls_dv=DocValuesFormat(name=Lucene80), foo_f_p=DocValuesFormat(name=Asserting), foo_ls_p=DocValuesFormat(name=Lucene80), foo_d_p=DocValuesFormat(name=Lucene80), foo_fs_p=DocValuesFormat(name=Direct), score_f_dv=DocValuesFormat(name=Asserting), foo_d_dv=DocValuesFormat(name=Lucene80), score_d_dv=DocValuesFormat(name=Lucene80), foo_l_dv=DocValuesFormat(name=Lucene80), small3_ss_dv=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1975, maxMBSortInHeap=5.6728411055596615, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=bg, timezone=Etc/GMT+3
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=228807656,total=279445504
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J2 in 14.76s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3572 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3589 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3600 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp/solr.TestRandomDVFaceting_9FA6CC86FAE9984D-001/data-dir-1-001
   [junit4]   2> 3720 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3979 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.e.j.u.log Logging initialized @4055ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 3986 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4023 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4162 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4657 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4687 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.D.s.TrieIntField Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4696 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.D.s.TrieFloatField Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4701 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.D.s.TrieLongField Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4707 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.D.s.TrieDoubleField Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4711 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.D.s.TrieDateField Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4756 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4762 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.c.SolrPaths Using system property solr.solr.home: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr
   [junit4]   2> 7169 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:371) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:336) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2> 	at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 7191 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:672) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2> 	at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 7268 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7576 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1aaf52da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7576 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1aaf52da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7996 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@dc7812[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7997 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@dc7812[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8249 WARN  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 8741 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49425496
   [junit4]   2> 8743 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49425496
   [junit4]   2> 8743 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49425496
   [junit4]   2> 8998 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9016 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 9062 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 9072 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 9072 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 9128 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49425496
   [junit4]   2> 9143 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp/solr.TestRandomDVFaceting_9FA6CC86FAE9984D-001/data-dir-1-001/]
   [junit4]   2> 9476 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=89.1884765625, floorSegmentMB=1.7255859375, forceMergeDeletesPctAllowed=13.593137083464022, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8042506183077888, deletesPctAllowed=41.057234975839194
   [junit4]   2> 11540 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11540 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11545 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=73.5791015625, floorSegmentMB=1.6796875, forceMergeDeletesPctAllowed=16.77138186924179, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=28.68015743299615
   [junit4]   2> 11586 WARN  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 11857 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 11865 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 11873 INFO  (SUITE-TestRandomDVFaceting-seed#[9FA6CC86FAE9984D]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 11885 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 11949 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11959 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 69
   [junit4]   2> 12054 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 1 ms
   [junit4]   2> 12057 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 91
   [junit4]   2> 12103 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=0&wt=json} hits=0 status=0 QTime=38
   [junit4]   2> 12141 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=4&facet.mincount=3&facet.missing=true&facet.field=id&facet.method=enum} hits=0 status=0 QTime=33
   [junit4]   2> 12147 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=4&facet.mincount=3&facet.missing=true&facet.field=id&facet.method=fc} hits=0 status=0 QTime=5
   [junit4]   2> 12154 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=4&facet.mincount=3&facet.missing=true&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=7
   [junit4]   2> 12155 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=4&facet.mincount=3&facet.missing=true&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12542 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=4&facet.mincount=3&facet.missing=true&facet.field=id&facet.method=uif} hits=0 status=0 QTime=386
   [junit4]   2> 12545 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12561 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=16
   [junit4]   2> 12562 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12563 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12577 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=uif} hits=0 status=0 QTime=14
   [junit4]   2> 12578 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12579 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12581 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12582 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12582 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12583 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12584 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12588 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_i&facet.method=enum} hits=0 status=0 QTime=4
   [junit4]   2> 12591 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_i&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12592 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12592 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12593 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12593 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12594 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12596 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12597 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12597 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12598 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12598 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.prefix=&facet.field=small_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.prefix=&facet.field=small_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.prefix=&facet.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.prefix=&facet.field={!key%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12601 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.prefix=&facet.field=small_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12604 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=29&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12604 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=29&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=29&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=29&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=29&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=30&facet.sort=index&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=30&facet.sort=index&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=30&facet.sort=index&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=30&facet.sort=index&facet.field={!key%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=30&facet.sort=index&facet.field=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small4_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12614 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=small2_i&facet.method=fc} hits=0 status=0 QTime=1
   [junit4]   2> 12617 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12632 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=14
   [junit4]   2> 12632 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12634 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12634 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12635 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12635 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12636 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12636 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12637 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12637 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12638 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12638 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12639 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12640 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12641 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12642 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12643 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12645 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12649 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12651 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_f&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12653 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_f&facet.method=fcs} hits=0 status=0 QTime=1
   [junit4]   2> 12654 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=1
   [junit4]   2> 12655 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12656 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12656 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=37&facet.mincount=1&facet.field=foo_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12657 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=37&facet.mincount=1&facet.field=foo_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12657 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=37&facet.mincount=1&facet.field=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12670 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=37&facet.mincount=1&facet.field={!key%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=13
   [junit4]   2> 12676 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=foo_ds,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 12677 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=37&facet.mincount=1&facet.field=foo_ds&facet.method=uif} hits=0 status=0 QTime=6
   [junit4]   2> 12677 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=37&facet.mincount=1&facet.field={!key%3Dfoo_ds}foo_ds_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12678 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12678 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12679 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12679 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12680 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12680 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12681 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12681 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12682 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12682 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12683 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12683 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12684 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12684 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12684 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12685 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12685 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12686 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12686 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12687 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12687 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12687 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12688 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.prefix=o؏$&facet.field=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12688 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.prefix=o؏$&facet.field=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12689 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.prefix=o؏$&facet.field=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12689 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.prefix=o؏$&facet.field={!key%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12690 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.prefix=o؏$&facet.field=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12690 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12690 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12691 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12691 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12692 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12692 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12692 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 13064 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[AAJO]} 0 370
   [junit4]   2> 13073 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KBGL]} 0 7
   [junit4]   2> 13079 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[SLEP]} 0 4
   [junit4]   2> 13090 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ZWYQ]} 0 11
   [junit4]   2> 13857 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 13858 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 767
   [junit4]   2> 13860 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 13881 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=8&wt=json} hits=4 status=0 QTime=19
   [junit4]   2> 13899 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=SAW&facet.missing=true&facet.field=id&facet.method=enum} hits=4 status=0 QTime=5
   [junit4]   2> 13907 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=SAW&facet.missing=true&facet.field=id&facet.method=fc} hits=4 status=0 QTime=7
   [junit4]   2> 13911 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=SAW&facet.missing=true&facet.field=id&facet.method=fcs} hits=4 status=0 QTime=4
   [junit4]   2> 13931 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=SAW&facet.missing=true&facet.field={!key%3Did}id_dv} hits=4 status=0 QTime=19
   [junit4]   2> 13932 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=SAW&facet.missing=true&facet.field=id&facet.method=uif} hits=4 status=0 QTime=0
   [junit4]   2> 13967 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=score_f&facet.method=enum} hits=4 status=0 QTime=34
   [junit4]   2> 13972 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=score_f&facet.method=fc} hits=4 status=0 QTime=5
   [junit4]   2> 13973 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=score_f&facet.method=fcs} hits=4 status=0 QTime=0
   [junit4]   2> 13981 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dscore_f}score_f_dv} hits=4 status=0 QTime=8
   [junit4]   2> 14015 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=score_f&facet.method=uif} hits=4 status=0 QTime=33
   [junit4]   2> 14016 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=4 status=0 QTime=0
   [junit4]   2> 14016 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=enum} hits=4 status=0 QTime=0
   [junit4]   2> 14017 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fc} hits=4 status=0 QTime=0
   [junit4]   2> 14017 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fcs} hits=4 status=0 QTime=0
   [junit4]   2> 14018 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_dv} hits=4 status=0 QTime=0
   [junit4]   2> 14018 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=uif} hits=4 status=0 QTime=0
   [junit4]   2> 14019 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=4 status=0 QTime=0
   [junit4]   2> 14019 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field=foo_i&facet.method=enum} hits=4 status=0 QTime=0
   [junit4]   2> 14020 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field=foo_i&facet.method=fc} hits=4 status=0 QTime=0
   [junit4]   2> 14020 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field=foo_i&facet.method=fcs} hits=4 status=0 QTime=0
   [junit4]   2> 14039 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_i}foo_i_dv} hits=4 status=0 QTime=18
   [junit4]   2> 14040 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field=foo_i&facet.method=uif} hits=4 status=0 QTime=0
   [junit4]   2> 14040 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=4 status=0 QTime=0
   [junit4]   2> 14042 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=enum} hits=4 status=0 QTime=0
   [junit4]   2> 14043 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=fc} hits=4 status=0 QTime=0
   [junit4]   2> 14043 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=fcs} hits=4 status=0 QTime=0
   [junit4]   2> 14044 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_l}foo_l_dv} hits=4 status=0 QTime=0
   [junit4]   2> 14045 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=uif} hits=4 status=0 QTime=1
   [junit4]   2> 14048 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=4 status=0 QTime=2
   [junit4]   2> 14054 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small_s&facet.method=enum} hits=4 status=0 QTime=3
   [junit4]   2> 14055 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small_s&facet.method=fc} hits=4 status=0 QTime=0
   [junit4]   2> 14056 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small_s&facet.method=fcs} hits=4 status=0 QTime=0
   [junit4]   2> 14058 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dsmall_s}small_s_dv} hits=4 status=0 QTime=2
   [junit4]   2> 14060 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small_s&facet.method=uif} hits=4 status=0 QTime=1
   [junit4]   2> 14063 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=enum} hits=4 status=0 QTime=1
   [junit4]   2> 14064 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9FA6CC86FAE9984D]) [

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

slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test
    [javac] Compiling 1026 source files to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test/org/apache/hadoop/package-info.class
     [copy] Copying 1 file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test

common-solr.compile-test:

compile-test:

BUILD SUCCESSFUL
Total time: 59 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomDVFaceting" -Dtests.showOutput=onerror  -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=Etc/GMT+3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
Buildfile: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.17 in public
[ivy:cachepath] :: resolution report :: resolve 12ms :: artifacts dl 0ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says cześć! Master seed: 8DA20A03C551E6A5
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J2 PID(1603011@localhost).
   [junit4] Started J0 PID(1603000@localhost).
   [junit4] Started J1 PID(1602993@localhost).
   [junit4] Started J3 PID(1603024@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      49.9s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J2 in 60.57s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      50.6s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J0 in 61.40s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      50.7s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J3 in 61.36s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      51.3s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J1 in 61.95s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      18.9s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J2 in 20.78s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.90 ..    63.85 =    62.95s
   [junit4] JVM J1:     0.90 ..    63.78 =    62.88s
   [junit4] JVM J2:     0.89 ..    84.26 =    83.37s
   [junit4] JVM J3:     1.11 ..    63.67 =    62.56s
   [junit4] Execution time total: 1 minute 24 seconds
   [junit4] Tests summary: 5 suites, 5 tests
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp])
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2/temp])
     [echo] 5 slowest tests:
[junit4:tophints]  26.52s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 25 seconds
[repro] Failures at the tip of branch_8x without a seed:
[repro]   0/5 failed: org.apache.solr.TestRandomDVFaceting
[repro] git checkout 7c1ff288b73b053cc9d17c6d4db4b35ed6c5559a
Note: switching to '7c1ff288b73b053cc9d17c6d4db4b35ed6c5559a'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 7c1ff288b73 SOLR-14978 OOM Killer in Foreground (#2055)
[repro] Exiting with code 256
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2826)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2686)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3073)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.FilePath.act(FilePath.java:1069)
		at hudson.FilePath.act(FilePath.java:1058)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2684)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1905)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3075)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1071)
	at hudson.FilePath.act(FilePath.java:1058)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2684)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1905)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
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)

[JENKINS] Lucene » Lucene-Solr-repro - Build # 354 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-repro/354/

[...truncated 31 lines...]
[repro] Jenkins log URL: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/709//consoleText

[repro] Revision: 688ad75bd0293b6153d555f40a9b0a025562d3e3

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=C7C114D4E9E5DE2E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=Asia/Hong_Kong -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] git rev-parse --abbrev-ref HEAD
[repro] git rev-parse HEAD
[repro] Initial local git branch/revision: 7c1ff288b73b053cc9d17c6d4db4b35ed6c5559a
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 688ad75bd0293b6153d555f40a9b0a025562d3e3

[...truncated 2 lines...]
[repro] git merge --ff-only

[...truncated 1 lines...]
[repro] ant clean

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

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomDVFaceting" -Dtests.showOutput=onerror  -Dtests.seed=C7C114D4E9E5DE2E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=Asia/Hong_Kong -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 5034 lines...]
   [junit4]   2> 20244 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: '2'!='1' @ facet_counts/facet_fields/small4_ss/[1]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":7,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small4_ss":[
   [junit4]   2>         "d",2,
   [junit4]   2>         "g",1,
   [junit4]   2>         "i",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":7,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small4_ss":[
   [junit4]   2>         "d",1,
   [junit4]   2>         "f",1,
   [junit4]   2>         "g",1,
   [junit4]   2>         "i",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  request = facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small4_ss&facet.method=uif
   [junit4]   2> 20246 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=C7C114D4E9E5DE2E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-CA -Dtests.timezone=Asia/Hong_Kong -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 9.11s J1 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: '2'!='1' @ facet_counts/facet_fields/small4_ss/[1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C7C114D4E9E5DE2E:CAA93401BC1C1691]:0)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 20253 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 20253 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1876578855
   [junit4]   2> 20253 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@143741
   [junit4]   2> 20254 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@143741
   [junit4]   2> 20254 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5cd55711: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@20c3d4be
   [junit4]   2> 20269 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 20274 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 20274 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@24ca7a57: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@40db5ad4
   [junit4]   2> 20280 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 20280 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@275a607a: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@5c9f841c
   [junit4]   2> 20280 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 20280 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@755e9e8b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@41c991ff
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1/temp/solr.TestRandomDVFaceting_C7C114D4E9E5DE2E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=PostingsFormat(name=LuceneFixedGap), foo_ds_dv=PostingsFormat(name=Direct), foo_f_dv=Lucene84, small_i=PostingsFormat(name=Direct), small3_is=PostingsFormat(name=Direct), small_s=PostingsFormat(name=LuceneFixedGap), score_f=PostingsFormat(name=LuceneFixedGap), score_d=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), foo_i=Lucene84, foo_fs_dv=PostingsFormat(name=LuceneFixedGap), foo_l=PostingsFormat(name=Direct), small4_ss=PostingsFormat(name=Asserting), small2_s=PostingsFormat(name=LuceneFixedGap), small2_i=PostingsFormat(name=Direct), foo_ls_dv=PostingsFormat(name=Direct), small2_is=PostingsFormat(name=Asserting), foo_ds=Lucene84, foo_fs=PostingsFormat(name=Asserting), foo_d_dv=PostingsFormat(name=Asserting), score_f_dv=Lucene84, foo_d=PostingsFormat(name=Direct), score_d_dv=PostingsFormat(name=Asserting), small2_ss=Lucene84, foo_f=PostingsFormat(name=LuceneFixedGap), foo_l_dv=PostingsFormat(name=Asserting), foo_ls=Lucene84}, docValues:{small2_s_dv=DocValuesFormat(name=Direct), score_f_p=DocValuesFormat(name=Direct), id_dv=DocValuesFormat(name=Direct), score_d_p=DocValuesFormat(name=Asserting), small2_is_p=DocValuesFormat(name=Lucene80), small3_is_dv=DocValuesFormat(name=Asserting), foo_ds_dv=DocValuesFormat(name=Lucene80), foo_f_dv=DocValuesFormat(name=Asserting), foo_ds_p=DocValuesFormat(name=Lucene80), foo_l_p=DocValuesFormat(name=Asserting), foo_i_p=DocValuesFormat(name=Lucene80), small2_i_dv=DocValuesFormat(name=Asserting), small4_ss_dv=DocValuesFormat(name=Lucene80), small_s_dv=DocValuesFormat(name=Direct), foo_i_dv=DocValuesFormat(name=Lucene80), small2_ss_dv=DocValuesFormat(name=Lucene80), foo_fs_dv=DocValuesFormat(name=Lucene80), small2_is_dv=DocValuesFormat(name=Lucene80), small_i_p=DocValuesFormat(name=Direct), small2_i_p=DocValuesFormat(name=Direct), small_i_dv=DocValuesFormat(name=Asserting), small3_is_p=DocValuesFormat(name=Direct), foo_ls_dv=DocValuesFormat(name=Lucene80), foo_f_p=DocValuesFormat(name=Direct), foo_ls_p=DocValuesFormat(name=Lucene80), foo_d_p=DocValuesFormat(name=Asserting), foo_fs_p=DocValuesFormat(name=Lucene80), score_f_dv=DocValuesFormat(name=Asserting), foo_d_dv=DocValuesFormat(name=Direct), score_d_dv=DocValuesFormat(name=Direct), foo_l_dv=DocValuesFormat(name=Direct), small3_ss_dv=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1317, maxMBSortInHeap=5.892752630242275, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-CA, timezone=Asia/Hong_Kong
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=190014896,total=286261248
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J1 in 19.43s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3670 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3691 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp/solr.TestRandomDVFaceting_C7C114D4E9E5DE2E-001/data-dir-1-001
   [junit4]   2> 3822 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3878 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.e.j.u.log Logging initialized @3933ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 3892 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3928 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3934 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4372 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4572 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4595 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.D.s.TrieIntField Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4603 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.D.s.TrieFloatField Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4608 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.D.s.TrieLongField Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4616 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.D.s.TrieDoubleField Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4621 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.D.s.TrieDateField Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4676 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4831 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.c.SolrPaths Using system property solr.solr.home: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr
   [junit4]   2> 6570 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:371) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:336) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2> 	at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 6593 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:672) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2> 	at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 6660 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6943 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@57af2e0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6943 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@57af2e0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7330 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4ffb8f26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7330 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4ffb8f26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7736 WARN  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 8264 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4415b388
   [junit4]   2> 8265 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4415b388
   [junit4]   2> 8265 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4415b388
   [junit4]   2> 8388 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 8558 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 8579 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 8595 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 8595 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 8681 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4415b388
   [junit4]   2> 8698 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp/solr.TestRandomDVFaceting_C7C114D4E9E5DE2E-001/data-dir-1-001/]
   [junit4]   2> 8755 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1735163511182022]
   [junit4]   2> 11161 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11161 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11164 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=50.5703125, floorSegmentMB=2.17578125, forceMergeDeletesPctAllowed=14.642885252753029, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8366262539694923, deletesPctAllowed=46.84705191789617
   [junit4]   2> 11196 WARN  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 11229 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 11235 INFO  (SUITE-TestRandomDVFaceting-seed#[C7C114D4E9E5DE2E]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 11246 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 11255 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 11323 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11330 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 70
   [junit4]   2> 11503 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 1 ms
   [junit4]   2> 11506 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 166
   [junit4]   2> 11546 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=0&wt=json} hits=0 status=0 QTime=33
   [junit4]   2> 11579 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=32&facet.field=id&facet.method=enum} hits=0 status=0 QTime=28
   [junit4]   2> 11586 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=32&facet.field=id&facet.method=fc} hits=0 status=0 QTime=5
   [junit4]   2> 11594 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=32&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=7
   [junit4]   2> 11594 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=32&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11595 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=32&facet.field=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11597 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=18
   [junit4]   2> 11617 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11618 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11665 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=uif} hits=0 status=0 QTime=47
   [junit4]   2> 11666 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11667 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11670 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 11670 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11671 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11671 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11672 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11673 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11813 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fc} hits=0 status=0 QTime=139
   [junit4]   2> 11814 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11815 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11815 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11816 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11816 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=14&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11819 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=14&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 11820 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=14&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11820 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=14&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11821 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=14&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11821 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=14&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11947 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11947 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11948 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11948 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11949 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11950 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11950 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11951 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11951 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11969 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.field=small2_s&facet.method=uif} hits=0 status=0 QTime=17
   [junit4]   2> 11970 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11970 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11971 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11974 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=1
   [junit4]   2> 11974 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11976 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11976 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11977 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11978 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field={!key%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11979 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11980 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11980 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11981 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11981 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field={!key%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11982 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small4_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11984 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=small_i&facet.method=enum} hits=0 status=0 QTime=1
   [junit4]   2> 11984 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11985 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11985 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field={!key%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11986 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11986 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=2&facet.field={!key%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11987 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11987 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11988 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11991 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=2
   [junit4]   2> 11993 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=uif} hits=0 status=0 QTime=2
   [junit4]   2> 11995 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12000 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.missing=true&facet.field=small2_is&facet.method=enum} hits=0 status=0 QTime=4
   [junit4]   2> 12001 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.missing=true&facet.field=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12002 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.missing=true&facet.field=small2_is&facet.method=fcs} hits=0 status=0 QTime=1
   [junit4]   2> 12003 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.missing=true&facet.field={!key%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12003 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.missing=true&facet.field=small2_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12004 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.missing=true&facet.field=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12004 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.missing=true&facet.field=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12005 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.missing=true&facet.field=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12007 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.missing=true&facet.field={!key%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12008 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.missing=true&facet.field=small3_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12009 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.field=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12011 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.field=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12012 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.field=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12013 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.field={!key%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12020 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=foo_fs,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 12021 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.field=foo_fs&facet.method=uif} hits=0 status=0 QTime=6
   [junit4]   2> 12022 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.field={!key%3Dfoo_fs}foo_fs_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12023 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12025 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_f&facet.method=fc} hits=0 status=0 QTime=1
   [junit4]   2> 12026 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12026 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12026 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12027 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12027 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12028 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12028 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12030 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12030 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12033 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=44&facet.sort=count&facet.mincount=2&facet.field=foo_d&facet.method=enum} hits=0 status=0 QTime=1
   [junit4]   2> 12033 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=44&facet.sort=count&facet.mincount=2&facet.field=foo_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12034 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=44&facet.sort=count&facet.mincount=2&facet.field=foo_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12034 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=44&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12035 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=44&facet.sort=count&facet.mincount=2&facet.field=foo_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12036 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=44&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12037 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12037 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12038 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12038 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field={!key%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12039 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12039 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12042 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12042 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12043 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12043 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12044 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12045 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12045 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12049 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=3
   [junit4]   2> 12050 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12050 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12056 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.missing=true&facet.field=missing_s&facet.method=enum} hits=0 status=0 QTime=3
   [junit4]   2> 12057 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.missing=true&facet.field=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12057 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.missing=true&facet.field=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12058 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.missing=true&facet.field={!key%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12059 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.missing=true&facet.field=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12059 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.field=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12061 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.field=missing_ss&facet.method=fc} hits=0 status=0 QTime=1
   [junit4]   2> 12063 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.field=missing_ss&facet.method=fcs} hits=0 status=0 QTime=1
   [junit4]   2> 12063 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.field={!key%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12064 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=missing_ss,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 12064 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.field=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12436 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GDWF]} 0 369
   [junit4]   2> 12457 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[VCOP]} 0 17
   [junit4]   2> 12463 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OXQA]} 0 4
   [junit4]   2> 12465 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[BTJK]} 0 1
   [junit4]   2> 12467 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LKUW]} 0 1
   [junit4]   2> 12471 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[WFPT]} 0 3
   [junit4]   2> 12484 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QWIN]} 0 7
   [junit4]   2> 12487 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[VLYO]} 0 2
   [junit4]   2> 12493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HJPJ]} 0 4
   [junit4]   2> 12498 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HJPJ]} 0 5
   [junit4]   2> 12499 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KDIR]} 0 0
   [junit4]   2> 12500 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KDIR]} 0 0
   [junit4]   2> 12504 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PCML]} 0 3
   [junit4]   2> 12505 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LMPW]} 0 1
   [junit4]   2> 12508 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PQXR]} 0 1
   [junit4]   2> 12513 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JGUR]} 0 3
   [junit4]   2> 12514 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JGUR]} 0 0
   [junit4]   2> 12516 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GVEE]} 0 1
   [junit4]   2> 12518 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[NAXG]} 0 2
   [junit4]   2> 12520 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ITNX]} 0 2
   [junit4]   2> 12522 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UBFB]} 0 1
   [junit4]   2> 12522 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HMSK]} 0 0
   [junit4]   2> 12526 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MESK]} 0 3
   [junit4]   2> 12529 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[SRKW]} 0 2
   [junit4]   2> 12533 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FDCL]} 0 1
   [junit4]   2> 12533 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IXEE]} 0 0
   [junit4]   2> 13195 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 13197 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 663
   [junit4]   2> 13422 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=46&wt=json} hits=23 status=0 QTime=224
   [junit4]   2> 13445 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=F&facet.field=id&facet.method=enum} hits=23 status=0 QTime=6
   [junit4]   2> 13455 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=F&facet.field=id&facet.method=fc} hits=23 status=0 QTime=9
   [junit4]   2> 13459 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=F&facet.field=id&facet.method=fcs} hits=23 status=0 QTime=3
   [junit4]   2> 13462 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=F&facet.field={!key%3Did}id_dv} hits=23 status=0 QTime=2
   [junit4]   2> 13463 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=F&facet.field=id&facet.method=uif} hits=23 status=0 QTime=1
   [junit4]   2> 13465 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=enum} hits=23 status=0 QTime=1
   [junit4]   2> 13474 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fc} hits=23 status=0 QTime=8
   [junit4]   2> 13474 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fcs} hits=23 status=0 QTime=0
   [junit4]   2> 13705 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_dv} hits=23 status=0 QTime=230
   [junit4]   2> 13706 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=uif} hits=23 status=0 QTime=0
   [junit4]   2> 13706 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=23 status=0 QTime=0
   [junit4]   2> 13707 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=score_d&facet.method=enum} hits=23 status=0 QTime=0
   [junit4]   2> 13707 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=score_d&facet.method=fc} hits=23 status=0 QTime=0
   [junit4]   2> 13708 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=score_d&facet.method=fcs} hits=23 status=0 QTime=0
   [junit4]   2> 13708 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dscore_d}score_d_dv} hits=23 status=0 QTime=0
   [junit4]   2> 13709 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=score_d&facet.method=uif} hits=23 status=0 QTime=0
   [junit4]   2> 13709 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=23 status=0 QTime=0
   [junit4]   2> 13710 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=enum} hits=23 status=0 QTime=0
   [junit4]   2> 13710 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fc} hits=23 status=0 QTime=0
   [junit4]   2> 13711 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fcs} hits=23 status=0 QTime=0
   [junit4]   2> 13715 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_i}foo_i_dv} hits=23 status=0 QTime=4
   [junit4]   2> 13715 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=uif} hits=23 status=0 QTime=0
   [junit4]   2> 13716 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=23 status=0 QTime=0
   [junit4]   2> 13753 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=29&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=foo_l&facet.method=enum} hits=23 status=0 QTime=36
   [junit4]   2> 13754 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=29&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=foo_l&facet.method=fc} hits=23 status=0 QTime=0
   [junit4]   2> 13755 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=29&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=foo_l&facet.method=fcs} hits=23 status=0 QTime=0
   [junit4]   2> 13755 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=29&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_dv} hits=23 status=0 QTime=0
   [junit4]   2> 13794 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C7C114D4E9E5DE2E]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=29&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=foo_l&facet.method=uif} hits=23 status=0 QTime=39
   [junit4]   2> 13795 INFO  (TEST-TestRandomDVFaceting.testRando

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

workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test
    [javac] Compiling 1026 source files to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test/org/apache/hadoop/package-info.class
     [copy] Copying 1 file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test

common-solr.compile-test:

compile-test:

BUILD SUCCESSFUL
Total time: 57 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomDVFaceting" -Dtests.showOutput=onerror  -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=Asia/Hong_Kong -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
Buildfile: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.17 in public
[ivy:cachepath] :: resolution report :: resolve 12ms :: artifacts dl 0ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says 你好! Master seed: EC8BD6F6F7077956
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J3 PID(731413@localhost).
   [junit4] Started J2 PID(731417@localhost).
   [junit4] Started J0 PID(731410@localhost).
   [junit4] Started J1 PID(731403@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      44.8s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J3 in 54.75s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      45.6s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J1 in 55.70s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      46.3s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J0 in 57.12s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      45.0s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J2 in 57.28s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      17.7s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J3 in 19.22s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.74 ..    59.26 =    58.52s
   [junit4] JVM J1:     0.77 ..    57.92 =    57.15s
   [junit4] JVM J2:     0.72 ..    59.43 =    58.71s
   [junit4] JVM J3:     0.72 ..    76.81 =    76.10s
   [junit4] Execution time total: 1 minute 16 seconds
   [junit4] Tests summary: 5 suites, 5 tests
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp])
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2/temp])
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints]  27.15s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 18 seconds
[repro] Failures at the tip of branch_8x without a seed:
[repro]   0/5 failed: org.apache.solr.TestRandomDVFaceting
[repro] git checkout 7c1ff288b73b053cc9d17c6d4db4b35ed6c5559a
Note: switching to '7c1ff288b73b053cc9d17c6d4db4b35ed6c5559a'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 7c1ff288b73 SOLR-14978 OOM Killer in Foreground (#2055)
[repro] Exiting with code 256
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2826)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2686)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3073)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.FilePath.act(FilePath.java:1069)
		at hudson.FilePath.act(FilePath.java:1058)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2684)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1905)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3075)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1071)
	at hudson.FilePath.act(FilePath.java:1058)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2684)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1905)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
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)

[JENKINS] Lucene » Lucene-Solr-repro - Build # 353 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-repro/353/

[...truncated 32 lines...]
[repro] Jenkins log URL: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/708//consoleText

[repro] Revision: 688ad75bd0293b6153d555f40a9b0a025562d3e3

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=2FE0D3F033052324 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Canada/Pacific -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] git rev-parse --abbrev-ref HEAD
[repro] git rev-parse HEAD
[repro] Initial local git branch/revision: 7c1ff288b73b053cc9d17c6d4db4b35ed6c5559a
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 688ad75bd0293b6153d555f40a9b0a025562d3e3

[...truncated 2 lines...]
[repro] git merge --ff-only

[...truncated 1 lines...]
[repro] ant clean

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

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomDVFaceting" -Dtests.showOutput=onerror  -Dtests.seed=2FE0D3F033052324 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Canada/Pacific -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 1470 lines...]
   [junit4]   2> 16172 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: '2'!='3' @ facet_counts/facet_fields/small2_is/[2]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":8,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_is":[
   [junit4]   2>         "1",1,
   [junit4]   2>         "2",1,
   [junit4]   2>         "4",2,
   [junit4]   2>         "5",1,
   [junit4]   2>         "6",2,
   [junit4]   2>         "7",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":8,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_is":[
   [junit4]   2>         "1",1,
   [junit4]   2>         "3",1,
   [junit4]   2>         "4",2,
   [junit4]   2>         "5",1,
   [junit4]   2>         "6",2,
   [junit4]   2>         "7",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  request = facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=index&facet.field=small2_is&facet.method=uif
   [junit4]   2> 16174 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=2FE0D3F033052324 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fr -Dtests.timezone=Canada/Pacific -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 4.67s J3 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: '2'!='3' @ facet_counts/facet_fields/small2_is/[2]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2FE0D3F033052324:2288F32566FCEB9B]:0)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 16181 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 16181 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=24751641
   [junit4]   2> 16190 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@45aac05d
   [junit4]   2> 16190 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@45aac05d
   [junit4]   2> 16192 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f4b77bb: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@6219d2a5
   [junit4]   2> 16426 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 16437 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 16437 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d848718: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@19f15f2c
   [junit4]   2> 16443 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 16443 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2423bffc: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@5f951450
   [junit4]   2> 16444 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 16444 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e127d9f: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@22fb6a2d
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp/solr.TestRandomDVFaceting_2FE0D3F033052324-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=16836, maxDocsPerChunk=3, blockShift=13), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=16836, blockSize=13)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fr, timezone=Canada/Pacific
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=202439224,total=290979840
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J3 in 15.81s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3393 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3410 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3420 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp/solr.TestRandomDVFaceting_2FE0D3F033052324-001/data-dir-1-001
   [junit4]   2> 3849 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3920 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.e.j.u.log Logging initialized @3975ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 3927 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3965 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4253 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4599 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4627 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.D.s.TrieIntField Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4646 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.D.s.TrieFloatField Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4651 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.D.s.TrieLongField Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4672 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.D.s.TrieDoubleField Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4688 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.D.s.TrieDateField Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4748 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4754 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.c.SolrPaths Using system property solr.solr.home: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr
   [junit4]   2> 6940 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:371) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:336) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2> 	at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 6962 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:672) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2> 	at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 7026 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7418 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@26c16cb1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7418 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@26c16cb1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7769 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8965d38[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7769 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8965d38[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8132 WARN  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 8803 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7b172a
   [junit4]   2> 8807 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7b172a
   [junit4]   2> 8807 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7b172a
   [junit4]   2> 8878 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9116 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 9167 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 9182 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 9182 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 9241 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7b172a
   [junit4]   2> 9256 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp/solr.TestRandomDVFaceting_2FE0D3F033052324-001/data-dir-1-001/]
   [junit4]   2> 9308 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=81.7734375, floorSegmentMB=2.087890625, forceMergeDeletesPctAllowed=3.6188275448031284, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5535497586643167, deletesPctAllowed=35.2951462051815
   [junit4]   2> 11128 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11128 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11131 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=11.0341796875, floorSegmentMB=0.8837890625, forceMergeDeletesPctAllowed=9.443719877424371, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=27.610922362898428
   [junit4]   2> 11160 WARN  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 11189 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 11196 INFO  (SUITE-TestRandomDVFaceting-seed#[2FE0D3F033052324]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 11198 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 11208 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 11473 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11475 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 262
   [junit4]   2> 11596 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 1 ms
   [junit4]   2> 11599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 115
   [junit4]   2> 11639 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=0&wt=json} hits=0 status=0 QTime=33
   [junit4]   2> 11878 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=enum} hits=0 status=0 QTime=30
   [junit4]   2> 11885 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=fc} hits=0 status=0 QTime=5
   [junit4]   2> 11893 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=7
   [junit4]   2> 11894 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11894 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11896 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11915 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=18
   [junit4]   2> 11916 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11916 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11974 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=uif} hits=0 status=0 QTime=56
   [junit4]   2> 11975 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11976 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11978 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 11979 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11979 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11980 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11981 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11986 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_i&facet.method=enum} hits=0 status=0 QTime=4
   [junit4]   2> 11989 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_i&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 11989 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11990 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11990 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11991 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11992 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11992 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11992 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11993 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11993 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11994 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12000 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=small_s&facet.method=enum} hits=0 status=0 QTime=4
   [junit4]   2> 12001 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=small_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12001 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12002 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field={!key%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12002 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=index&facet.field=small_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12003 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12003 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12004 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12004 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12005 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12005 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12006 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12006 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12007 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12007 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12008 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12008 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12008 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12009 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12009 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12010 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=2&facet.sort=count&facet.mincount=2&facet.prefix=&facet.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12010 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=2&facet.sort=count&facet.mincount=2&facet.prefix=&facet.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12011 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=2&facet.sort=count&facet.mincount=2&facet.prefix=&facet.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12011 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=2&facet.sort=count&facet.mincount=2&facet.prefix=&facet.field={!key%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12020 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=small4_ss,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 12023 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=2&facet.sort=count&facet.mincount=2&facet.prefix=&facet.field=small4_ss&facet.method=uif} hits=0 status=0 QTime=11
   [junit4]   2> 12024 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12024 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12025 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12025 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12026 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12026 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12027 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12027 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12027 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12028 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12028 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12029 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12030 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.mincount=3&facet.field=small2_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12030 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.mincount=3&facet.field=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12031 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.mincount=3&facet.field=small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12031 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.mincount=3&facet.field={!key%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12031 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=small2_is,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 12032 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.mincount=3&facet.field=small2_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12032 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.mincount=3&facet.field={!key%3Dsmall2_is}small2_is_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12033 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12033 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12033 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12034 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12034 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small3_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12035 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12036 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12036 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12037 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12037 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12038 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12038 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12039 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12040 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=1
   [junit4]   2> 12041 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12041 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12042 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12042 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12043 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12043 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12043 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12044 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12044 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12045 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12045 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12045 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12046 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12046 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12047 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12047 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12047 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12048 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12048 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12048 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12049 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12049 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12050 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12050 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12051 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12051 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12051 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12052 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12052 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12053 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12053 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12053 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12054 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12054 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12054 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=B&facet.field=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12055 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=B&facet.field=missing_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12055 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=B&facet.field=missing_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12055 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=B&facet.field={!key%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12056 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=B&facet.field=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12506 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[RZGH]} 0 448
   [junit4]   2> 12515 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PRIU]} 0 8
   [junit4]   2> 12809 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OTEG]} 0 293
   [junit4]   2> 12816 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[BEHI]} 0 3
   [junit4]   2> 12836 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MLQD]} 0 11
   [junit4]   2> 12840 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MLQD]} 0 3
   [junit4]   2> 12843 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PISU]} 0 2
   [junit4]   2> 12855 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ILFM]} 0 11
   [junit4]   2> 13508 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 13509 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 653
   [junit4]   2> 13540 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=14&wt=json} hits=7 status=0 QTime=30
   [junit4]   2> 13570 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=id&facet.method=enum} hits=7 status=0 QTime=9
   [junit4]   2> 13584 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=id&facet.method=fc} hits=7 status=0 QTime=12
   [junit4]   2> 13599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=id&facet.method=fcs} hits=7 status=0 QTime=13
   [junit4]   2> 13602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field={!key%3Did}id_dv} hits=7 status=0 QTime=2
   [junit4]   2> 13603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.field=id&facet.method=uif} hits=7 status=0 QTime=0
   [junit4]   2> 13604 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=enum} hits=7 status=0 QTime=0
   [junit4]   2> 13622 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fc} hits=7 status=0 QTime=17
   [junit4]   2> 13622 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fcs} hits=7 status=0 QTime=0
   [junit4]   2> 13623 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_f}score_f_dv} hits=7 status=0 QTime=0
   [junit4]   2> 13624 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=uif} hits=7 status=0 QTime=0
   [junit4]   2> 13624 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=7 status=0 QTime=0
   [junit4]   2> 13625 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=score_d&facet.method=enum} hits=7 status=0 QTime=0
   [junit4]   2> 13626 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=score_d&facet.method=fc} hits=7 status=0 QTime=0
   [junit4]   2> 13627 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=score_d&facet.method=fcs} hits=7 status=0 QTime=0
   [junit4]   2> 13627 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dscore_d}score_d_dv} hits=7 status=0 QTime=0
   [junit4]   2> 13628 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=score_d&facet.method=uif} hits=7 status=0 QTime=0
   [junit4]   2> 13628 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=7 status=0 QTime=0
   [junit4]   2> 13629 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_i&facet.method=enum} hits=7 status=0 QTime=0
   [junit4]   2> 13629 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_i&facet.method=fc} hits=7 status=0 QTime=0
   [junit4]   2> 13629 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_i&facet.method=fcs} hits=7 status=0 QTime=0
   [junit4]   2> 13634 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_i}foo_i_dv} hits=7 status=0 QTime=4
   [junit4]   2> 13634 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_i&facet.method=uif} hits=7 status=0 QTime=0
   [junit4]   2> 13635 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=7 status=0 QTime=0
   [junit4]   2> 13635 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_l&facet.method=enum} hits=7 status=0 QTime=0
   [junit4]   2> 13638 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_l&facet.method=fc} hits=7 status=0 QTime=2
   [junit4]   2> 13638 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_l&facet.method=fcs} hits=7 status=0 QTime=0
   [junit4]   2> 13639 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_l}foo_l_dv} hits=7 status=0 QTime=0
   [junit4]   2> 13639 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_l&facet.method=uif} hits=7 status=0 QTime=0
   [junit4]   2> 13639 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=7 status=0 QTime=0
   [junit4]   2> 13640 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=4&facet.field=small_s&facet.method=enum} hits=7 status=0 QTime=0
   [junit4]   2> 13641 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=4&facet.field=small_s&facet.method=fc} hits=7 status=0 QTime=0
   [junit4]   2> 13643 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=4&facet.field=small_s&facet.method=fcs} hits=7 status=0 QTime=2
   [junit4]   2> 13644 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=4&facet.field={!key%3Dsmall_s}small_s_dv} hits=7 status=0 QTime=0
   [junit4]   2> 13651 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=4&facet.field=small_s&facet.method=uif} hits=7 status=0 QTime=6
   [junit4]   2> 13654 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.missing=true&facet.field=small2_s&facet.method=enum} hits=7 status=0 QTime=3
   [junit4]   2> 13655 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.missing=true&facet.field=small2_s&facet.method=fc} hits=7 status=0 QTime=0
   [junit4]   2> 13656 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.missing=true&facet.field=small2_s&facet.method=fcs} hits=7 status=0 QTime=0
   [junit4]   2> 13656 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.missing=true&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=7 status=0 QTime=0
   [junit4]   2> 13724 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=1&facet.missing=true&facet.field=small2_s&facet.method=uif} hits=7 status=0 QTime=67
   [junit4]   2> 13725 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=enum} hits=7 status=0 QTime=0
   [junit4]   2> 13726 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=fc} hits=7 status=0 QTime=0
   [junit4]   2> 13726 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=fcs} hits=7 status=0 QTime=0
   [junit4]   2> 13862 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=7 status=0 QTime=0
   [junit4]   2> 13863 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=uif} hits=7 status=0 QTime=0
   [junit4]   2> 13864 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=11&facet.field=small3_ss&facet.method=enum} hits=7 status=0 QTime=0
   [junit4]   2> 13866 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=11&facet.field=small3_ss&facet.method=fc} hits=7 status=0 QTime=1
   [junit4]   2> 13866 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=11&facet.field=small3_ss&facet.method=fcs} hits=7 status=0 QTime=0
   [junit4]   2> 13867 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2FE0D3F033052324]) [     ] o.a.s.c.S.Request [

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

aceting.testRandomFaceting-seed#[90107106249ED349]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=13 status=0 QTime=0
   [junit4]   2> 29883 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[90107106249ED349]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small_s&facet.method=enum} hits=13 status=0 QTime=0
   [junit4]   2> 29884 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[90107106249ED349]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small_s&facet.method=fc} hits=13 status=0 QTime=0
   [junit4]   2> 29884 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[90107106249ED349]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small_s&facet.method=fcs} hits=13 status=0 QTime=0
   [junit4]   2> 29884 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[90107106249ED349]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Dsmall_s}small_s_dv} hits=13 status=0 QTime=0
   [junit4]   2> 29884 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[90107106249ED349]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small_s&facet.method=uif} hits=13 status=0 QTime=0
   [junit4]   2> 29884 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[90107106249ED349]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'a'!='e' @ facet_counts/facet_fields/small_s/[0]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":13,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small_s":[
   [junit4]   2>         "a",2,
   [junit4]   2>         "e",2]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":13,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small_s":[
   [junit4]   2>         "e",2,
   [junit4]   2>         "a",1,
   [junit4]   2>         "c",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  request = facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small_s&facet.method=uif
   [junit4]   2> 29885 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[90107106249ED349]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=90107106249ED349 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fr -Dtests.timezone=Canada/Pacific -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.04s J2 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'a'!='e' @ facet_counts/facet_fields/small_s/[0]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([90107106249ED349:9D7851D371671BF6]:0)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 29885 INFO  (SUITE-TestRandomDVFaceting-seed#[90107106249ED349]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29885 INFO  (SUITE-TestRandomDVFaceting-seed#[90107106249ED349]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=524276368
   [junit4]   2> 29886 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@39670a95
   [junit4]   2> 29886 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@39670a95
   [junit4]   2> 29886 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@485a55ce: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@733ede0
   [junit4]   2> 29899 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 29900 INFO  (SUITE-TestRandomDVFaceting-seed#[90107106249ED349]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 29900 INFO  (SUITE-TestRandomDVFaceting-seed#[90107106249ED349]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@590c63c7: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@44bf5c87
   [junit4]   2> 29905 INFO  (SUITE-TestRandomDVFaceting-seed#[90107106249ED349]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 29905 INFO  (SUITE-TestRandomDVFaceting-seed#[90107106249ED349]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9a405da: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@39a3709c
   [junit4]   2> 29905 INFO  (SUITE-TestRandomDVFaceting-seed#[90107106249ED349]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 29905 INFO  (SUITE-TestRandomDVFaceting-seed#[90107106249ED349]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b62944f: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@34f7f6ff
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2/temp/solr.TestRandomDVFaceting_90107106249ED349-002
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fr, timezone=Canada/Pacific
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=60537208,total=270532608
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestRandomDVFaceting]
   [junit4] Completed [5/5 (5!)] on J2 in 3.78s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 90107106249ED349]:
   [junit4]   - org.apache.solr.TestRandomDVFaceting.testRandomFaceting
   [junit4]   - org.apache.solr.TestRandomDVFaceting.testRandomFaceting
   [junit4]   - org.apache.solr.TestRandomDVFaceting.testRandomFaceting
   [junit4]   - org.apache.solr.TestRandomDVFaceting.testRandomFaceting
   [junit4]   - org.apache.solr.TestRandomDVFaceting.testRandomFaceting
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.71 ..    28.26 =    27.55s
   [junit4] JVM J1:     0.71 ..    27.42 =    26.71s
   [junit4] JVM J2:     0.71 ..    31.97 =    31.26s
   [junit4] JVM J3:     0.64 ..    27.17 =    26.53s
   [junit4] Execution time total: 31 seconds
   [junit4] Tests summary: 5 suites, 5 tests, 5 failures

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/common-build.xml:1599: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/common-build.xml:1126: There were test failures: 5 suites, 5 tests, 5 failures [seed: 90107106249ED349]

Total time: 33 seconds

[repro] Setting last failure code to 256

[repro] Failures at the tip of branch_8x without a seed:
[repro]   5/5 failed: org.apache.solr.TestRandomDVFaceting
[repro] git checkout 7c1ff288b73b053cc9d17c6d4db4b35ed6c5559a
Note: switching to '7c1ff288b73b053cc9d17c6d4db4b35ed6c5559a'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 7c1ff288b73 SOLR-14978 OOM Killer in Foreground (#2055)
[repro] Exiting with code 256
Archiving artifacts
Recording test results
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)