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/08 22:52:25 UTC

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

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

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

[repro] Revision: 95b4ee02ef97387ed18be8e1383267f66e850c4e

[repro] Repro line:  ant test  -Dtestcase=TestRandomFaceting -Dtests.method=testRandomFaceting -Dtests.seed=820ACFE39A876298 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh-SG -Dtests.timezone=America/Kralendijk -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=820ACFE39A876298 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mt-MT -Dtests.timezone=America/Matamoros -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: 0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 95b4ee02ef97387ed18be8e1383267f66e850c4e

[...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]       TestRandomFaceting
[repro]       TestRandomDVFaceting
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestRandomFaceting|*.TestRandomDVFaceting" -Dtests.showOutput=onerror  -Dtests.seed=820ACFE39A876298 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh-SG -Dtests.timezone=America/Kralendijk -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 30328 lines...]
   [junit4]   2> 33886 ERROR (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.TestRandomFaceting ERROR: mismatch facet response: mismatch: '-1'!='2' @ facet_counts/facet_fields/small2_is/[2]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{
   [junit4]   2>     "numFound":3,
   [junit4]   2>     "start":0,
   [junit4]   2>     "numFoundExact":true,
   [junit4]   2>     "docs":[]},
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{"small2_is":[
   [junit4]   2>         "-2",
   [junit4]   2>         1,
   [junit4]   2>         "-1",
   [junit4]   2>         1,
   [junit4]   2>         "1",
   [junit4]   2>         1,
   [junit4]   2>         "6",
   [junit4]   2>         1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":3,"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>         "-2",1,
   [junit4]   2>         "2",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.enum.cache.minDf=1&facet.field=small2_is&facet.method=enum&facet.exists=true
   [junit4]   2> 33888 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomFaceting -Dtests.method=testRandomFaceting -Dtests.seed=820ACFE39A876298 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=zh-SG -Dtests.timezone=America/Kralendijk -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 20.9s J0 | TestRandomFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: '-1'!='2' @ facet_counts/facet_fields/small2_is/[2]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([820ACFE39A876298:8F62EF36CF7EAA27]:0)
   [junit4]    > 	at org.apache.solr.TestRandomFaceting.validateResponse(TestRandomFaceting.java:323)
   [junit4]    > 	at org.apache.solr.TestRandomFaceting.doFacetTests(TestRandomFaceting.java:295)
   [junit4]    > 	at org.apache.solr.TestRandomFaceting.doFacetTests(TestRandomFaceting.java:178)
   [junit4]    > 	at org.apache.solr.TestRandomFaceting.testRandomFaceting(TestRandomFaceting.java:161)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 33894 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 33894 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=173904398
   [junit4]   2> 33899 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@53789151
   [junit4]   2> 33899 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@53789151
   [junit4]   2> 33900 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46cf6339: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@5def3acb
   [junit4]   2> 33927 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 33932 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 33932 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60f0d194: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@6aa6d632
   [junit4]   2> 33937 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 33937 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@364bfa58: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@62841920
   [junit4]   2> 33937 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 33937 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9d3a38d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1ac97b07
   [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.TestRandomFaceting_820ACFE39A876298-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=zh-SG, timezone=America/Kralendijk
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=258089976,total=325058560
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomFaceting]
   [junit4] Completed [1/10 (1!)] on J0 in 33.18s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomFaceting
   [junit4]   2> 3550 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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> 3564 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3743 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2/temp/solr.TestRandomFaceting_820ACFE39A876298-001/data-dir-1-001
   [junit4]   2> 3883 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3936 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.e.j.u.log Logging initialized @4003ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 3941 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4107 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4716 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4936 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4978 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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> 4990 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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> 4997 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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> 5003 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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> 5772 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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> 6163 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.D.s.GeoHashField Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 6175 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.D.s.LatLonType Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 6283 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.D.s.CurrencyField Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 6501 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 6504 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 6988 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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> 8711 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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.TestRandomFaceting.beforeTests(TestRandomFaceting.java:63) [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> 8731 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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.TestRandomFaceting.beforeTests(TestRandomFaceting.java:63) [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> 8969 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 8981 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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> 9094 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a618d73[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9094 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a618d73[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9323 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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> 9326 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7498949b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9326 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7498949b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9678 WARN  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-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> 10221 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a7bcc50
   [junit4]   2> 10222 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a7bcc50
   [junit4]   2> 10223 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a7bcc50
   [junit4]   2> 10482 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 10517 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 10571 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 10692 WARN  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 10693 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 10937 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> 11335 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@2a7bcc50
   [junit4]   2> 11350 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/J2/temp/solr.TestRandomFaceting_820ACFE39A876298-001/data-dir-1-001/]
   [junit4]   2> 11393 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=96.275390625, floorSegmentMB=0.861328125, forceMergeDeletesPctAllowed=12.322003912160032, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=37.638328674648974
   [junit4]   2> 12921 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 12927 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 12930 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=83.0908203125, floorSegmentMB=1.701171875, forceMergeDeletesPctAllowed=19.2419687084204, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=26.150141217498636
   [junit4]   2> 12991 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 13081 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 13237 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 13239 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 13241 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 13241 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 13242 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 13242 INFO  (SUITE-TestRandomFaceting-seed#[820ACFE39A876298]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 13242 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 13243 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 13244 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 13244 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 13245 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 13266 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 13278 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> 13449 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 13451 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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 181
   [junit4]   2> 13536 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> 13542 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 83
   [junit4]   2> 13615 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=55
   [junit4]   2> 13647 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.prefix=CPL&facet.enum.cache.minDf=0&facet.field=id&facet.method=enum} hits=0 status=0 QTime=29
   [junit4]   2> 13648 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.prefix=CPL&facet.enum.cache.minDf=0&facet.field=id&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13735 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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=CPL&facet.enum.cache.minDf=0&facet.field=id&facet.method=fcs&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=86
   [junit4]   2> 13749 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.prefix=CPL&facet.enum.cache.minDf=0&facet.field=id&facet.method=fc&facet.exists=false} hits=0 status=0 QTime=10
   [junit4]   2> 13755 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13755 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.prefix=CPL&facet.enum.cache.minDf=0&facet.field=id&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=1
   [junit4]   2> 13756 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.prefix=CPL&facet.enum.cache.minDf=0&facet.field=id&facet.method=fcs&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13759 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13759 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.prefix=CPL&facet.enum.cache.minDf=0&facet.field=id&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13760 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.prefix=CPL&facet.enum.cache.minDf=0&facet.field=id} hits=0 status=0 QTime=0
   [junit4]   2> 13762 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.prefix=CPL&facet.enum.cache.minDf=0&facet.field=id&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13764 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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=CPL&facet.enum.cache.minDf=0&facet.field=id&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=1
   [junit4]   2> 13765 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}score_f&facet.method=enum&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13766 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}score_f&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13783 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}score_f&facet.method=fcs&facet.sort=index&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=16
   [junit4]   2> 13785 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}score_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13786 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13786 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}score_f&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=1
   [junit4]   2> 13787 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13788 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13789 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}score_f&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13789 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}score_f&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13790 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}score_f&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13791 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}score_f&facet.sort=index&facet.method=enum&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 13797 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}small_f&facet.method=enum&facet.exists=false} hits=0 status=0 QTime=5
   [junit4]   2> 13798 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}small_f&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13798 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}small_f&facet.method=fc&facet.exists=false&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 13799 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}small_f&facet.method=fc&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13800 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13800 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}small_f&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13801 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}small_f&facet.method=fcs&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13802 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13803 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}small_f&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13803 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}small_f} hits=0 status=0 QTime=0
   [junit4]   2> 13804 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}small_f&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13805 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}small_f&facet.method=fc&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 13805 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=1&facet.field=small_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13806 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=1&facet.field=small_d&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13809 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=-1&facet.field=small_d&facet.method=fc&facet.exists=false&facet.sort=index&facet.offset=0} hits=0 status=0 QTime=2
   [junit4]   2> 13811 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=1&facet.field=small_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13812 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13812 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=1&facet.field=small_d&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13813 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=1&facet.field=small_d&facet.method=fcs&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13813 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13814 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=1&facet.field=small_d&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13814 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=1&facet.field=small_d&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13816 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=1&facet.field=small_d&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13817 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=-1&facet.field=small_d&facet.sort=index&facet.method=fcs&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 13818 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}foo_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13819 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13819 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}foo_i&facet.method=enum&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13821 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}foo_i&facet.method=fc&facet.exists=false} hits=0 status=0 QTime=2
   [junit4]   2> 13822 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13822 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}foo_i&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=1
   [junit4]   2> 13823 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}foo_i&facet.method=fcs&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13824 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13824 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}foo_i&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13825 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}foo_i} hits=0 status=0 QTime=0
   [junit4]   2> 13827 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13827 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}foo_i&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13829 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}rare_s1&facet.method=enum&facet.exists=false} hits=0 status=0 QTime=1
   [junit4]   2> 13830 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}rare_s1&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13830 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}rare_s1&facet.method=fcs&facet.sort=index&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 13833 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}rare_s1&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13834 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13834 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}rare_s1&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13835 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}rare_s1&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13835 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13836 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}rare_s1&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13836 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}rare_s1} hits=0 status=0 QTime=0
   [junit4]   2> 13837 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}rare_s1&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13838 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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%3Dalternate_key}rare_s1&facet.exists=false&facet.sort=index&facet.method=fcs&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 13839 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=str_s1&facet.method=enum&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13839 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=str_s1&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13839 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=str_s1&facet.method=enum&facet.sort=index&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 13842 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=str_s1&facet.method=fc&facet.exists=false} hits=0 status=0 QTime=1
   [junit4]   2> 13844 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13844 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=str_s1&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13845 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=str_s1&facet.method=fcs&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13846 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13846 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=str_s1&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13847 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=str_s1} hits=0 status=0 QTime=0
   [junit4]   2> 13849 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=str_s1&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13850 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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=str_s1&facet.sort=index&facet.method=fcs&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 13850 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}long_s1&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13851 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}long_s1&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13851 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}long_s1&facet.method=fc&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 13852 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}long_s1&facet.method=fc&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13852 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13852 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}long_s1&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13853 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}long_s1&facet.method=fcs&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13854 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13854 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}long_s1&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13854 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}long_s1} hits=0 status=0 QTime=0
   [junit4]   2> 13855 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}long_s1&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13855 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=2&facet.field={!key%3Dalternate_key}long_s1&facet.exists=false&facet.method=fcs&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 13856 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=4&facet.field={!key%3Dalternate_key}small_s1&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13857 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=4&facet.field={!key%3Dalternate_key}small_s1&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13859 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=4&facet.field={!key%3Dalternate_key}small_s1&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13859 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13860 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=4&facet.field={!key%3Dalternate_key}small_s1&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13860 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=4&facet.field={!key%3Dalternate_key}small_s1&facet.method=fcs&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13862 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13862 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=4&facet.field={!key%3Dalternate_key}small_s1&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=2
   [junit4]   2> 13863 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=4&facet.field={!key%3Dalternate_key}small_s1} hits=0 status=0 QTime=0
   [junit4]   2> 13863 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=4&facet.field={!key%3Dalternate_key}small_s1&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13865 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small2_s1&facet.method=enum&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13866 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small2_s1&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13866 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small2_s1&facet.method=fcs&facet.limit=-1} hits=0 status=0 QTime=0
   [junit4]   2> 13867 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small2_s1&facet.method=fc&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13867 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13868 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small2_s1&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13868 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small2_s1&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13869 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 13869 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small2_s1&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 13870 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small2_s1&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13871 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small2_s1&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 13872 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small2_s1&facet.method=enum&facet.limit=-1} hits=0 status=0 QTime=0
   [junit4]   2> 13873 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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%3Dalternate_key}small2_ss&facet.method=enum&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 13873 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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%3Dalternate_key}small2_ss&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 14075 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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%3Dalternate_key}small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14076 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 14076 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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%3Dalternate_key}small2_ss&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 14077 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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%3Dalternate_key}small2_ss&facet.method=fcs&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 14077 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 14077 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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%3Dalternate_key}small2_ss&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 14078 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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%3Dalternate_key}small2_ss&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 14078 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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%3Dalternate_key}small2_ss&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 14078 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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> 14079 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 14079 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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&facet.sort=index&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 14080 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 14080 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 14080 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 14080 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 14081 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 14081 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 14081 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 14082 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 14082 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] 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.exists=false&facet.sort=index&facet.method=enum&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 14083 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=4&facet.field=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14083 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=4&facet.field=small_i&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 14083 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=4&facet.field=small_i&facet.method=fcs&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 14084 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=4&facet.field=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14084 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 14084 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=4&facet.field=small_i&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 14085 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=4&facet.field=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14085 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 14085 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=4&facet.field=small_i&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 14086 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=4&facet.field=small_i} hits=0 status=0 QTime=0
   [junit4]   2> 14086 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=4&facet.field=small_i&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 14086 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=4&facet.field=small_i&facet.method=fcs&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 14087 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.field={!key%3Dalternate_key}small2_i&facet.method=enum&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 14088 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.field={!key%3Dalternate_key}small2_i&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 14088 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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%3Dalternate_key}small2_i&facet.method=fcs&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 14089 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.field={!key%3Dalternate_key}small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14089 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 14089 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.field={!key%3Dalternate_key}small2_i&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 14090 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.field={!key%3Dalternate_key}small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14090 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 14090 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.field={!key%3Dalternate_key}small2_i&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 14090 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.field={!key%3Dalternate_key}small2_i} hits=0 status=0 QTime=0
   [junit4]   2> 14091 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.missing=true&facet.field={!key%3Dalternate_key}small2_i&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 14091 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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%3Dalternate_key}small2_i&facet.exists=false&facet.method=enum&facet.limit=-1&facet.offset=0} hits=0 status=0 QTime=0
   [junit4]   2> 14092 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small2_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14092 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small2_is&facet.method=enum&facet.exists=true} hits=0 status=0 QTime=0
   [junit4]   2> 14092 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14093 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 14093 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small2_is&facet.method=fc&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 14093 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14094 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 14094 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small2_is&facet.method=fcs&facet.exists=true} hits=0 status=400 QTime=0
   [junit4]   2> 14094 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.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.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small2_is&facet.exists=false} hits=0 status=0 QTime=0
   [junit4]   2> 14095 INFO  (TEST-TestRandomFaceting.testRandomFaceting-seed#[820ACFE39A876298]) [     ] o.a.s.c.S.Request [collection1]  w

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

=onerror  -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh-SG -Dtests.timezone=America/Kralendijk -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 1ms
	---------------------------------------------------------------------
	|                  |            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 olá! Master seed: 12ED295EFACFE224
   [junit4] Executing 10 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J2 PID(11547@localhost).
   [junit4] Started J0 PID(11553@localhost).
   [junit4] Started J3 PID(11546@localhost).
   [junit4] Started J1 PID(11557@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      53.1s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/10] on J1 in 62.86s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomFaceting
   [junit4] OK      49.9s J3 | TestRandomFaceting.testRandomFaceting
   [junit4] Completed [2/10] on J3 in 63.80s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      53.4s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/10] on J2 in 63.90s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomFaceting
   [junit4] OK      50.2s J0 | TestRandomFaceting.testRandomFaceting
   [junit4] Completed [4/10] on J0 in 64.18s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      44.7s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/10] on J1 in 47.49s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomFaceting
   [junit4] OK      44.3s J3 | TestRandomFaceting.testRandomFaceting
   [junit4] Completed [6/10] on J3 in 46.17s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomFaceting
   [junit4] OK      43.9s J0 | TestRandomFaceting.testRandomFaceting
   [junit4] Completed [7/10] on J0 in 46.65s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      44.9s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [8/10] on J2 in 48.18s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      22.5s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [9/10] on J3 in 22.97s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomFaceting
   [junit4] OK      22.4s J1 | TestRandomFaceting.testRandomFaceting
   [junit4] Completed [10/10] on J1 in 24.85s, 1 test
   [junit4] 
   [junit4] JVM J0:     1.02 ..   114.21 =   113.19s
   [junit4] JVM J1:     1.04 ..   137.83 =   136.79s
   [junit4] JVM J2:     0.96 ..   114.63 =   113.67s
   [junit4] JVM J3:     1.04 ..   136.86 =   135.82s
   [junit4] Execution time total: 2 minutes 17 seconds
   [junit4] Tests summary: 10 suites, 10 tests
   [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])
   [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])
     [echo] 5 slowest tests:
[junit4:tophints]  36.02s | org.apache.solr.TestRandomFaceting
[junit4:tophints]  17.76s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 2 minutes 19 seconds
[repro] Failures at the tip of branch_8x without a seed:
[repro]   0/5 failed: org.apache.solr.TestRandomDVFaceting
[repro]   0/5 failed: org.apache.solr.TestRandomFaceting
[repro] git checkout 0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0
Note: checking out '0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0'.

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 performing another checkout.

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

  git checkout -b <new-branch-name>

HEAD is now at 0bfa2a69085 SOLR-14749: Restructure the docs + add some examples.
[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 lucene1
		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 # 402 - Still Unstable!

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

[...truncated 29 lines...]
[repro] Jenkins log URL: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/89//consoleText

[repro] Revision: e76a25ebc72520ee3cbbeca31df82dd3a3a31048

[repro] Ant options: -Dtests.multiplier=2 -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
[repro] Repro line:  ant test  -Dtestcase=TestPullReplicaErrorHandling -Dtests.method=testCantConnectToPullReplica -Dtests.seed=878CEC0BAC6E2DEA -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=it -Dtests.timezone=Etc/GMT+1 -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: 91ee53d41873ef235e5a6ac6c67d03988e509562
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout e76a25ebc72520ee3cbbeca31df82dd3a3a31048

[...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]       TestPullReplicaErrorHandling
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror -Dtests.multiplier=2 -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.seed=878CEC0BAC6E2DEA -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=it -Dtests.timezone=Etc/GMT+1 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 2153 lines...]
[repro] Setting last failure code to 256

[repro] Failures w/original seeds at e76a25ebc72520ee3cbbeca31df82dd3a3a31048:
[repro]   1/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] git checkout 91ee53d41873ef235e5a6ac6c67d03988e509562

[...truncated 2 lines...]
[repro] Exiting with code 256

[...truncated 6 lines...]

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

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

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

[repro] Revision: e76a25ebc72520ee3cbbeca31df82dd3a3a31048

[repro] Repro line:  ant test  -Dtestcase=TestReRankQParserPlugin -Dtests.method=testMinExactCount -Dtests.seed=671B757949C53709 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=it-CH -Dtests.timezone=Asia/Chongqing -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: 5897d14fe4f5dd785a561b18c939ea31186c4971
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout e76a25ebc72520ee3cbbeca31df82dd3a3a31048

[...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]       TestReRankQParserPlugin
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestReRankQParserPlugin" -Dtests.showOutput=onerror  -Dtests.seed=671B757949C53709 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=it-CH -Dtests.timezone=Asia/Chongqing -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 2859 lines...]
[repro] Setting last failure code to 256

[repro] Failures w/original seeds at e76a25ebc72520ee3cbbeca31df82dd3a3a31048:
[repro]   5/5 failed: org.apache.solr.search.TestReRankQParserPlugin

[repro] Re-testing 100% failures at the tip of branch_8x
[repro] git fetch
[repro] git checkout branch_8x

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

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

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

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestReRankQParserPlugin" -Dtests.showOutput=onerror  -Dtests.seed=671B757949C53709 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=it-CH -Dtests.timezone=Asia/Chongqing -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 2858 lines...]
[repro] Setting last failure code to 256

[repro] Failures original seeds at the tip of branch_8x:
[repro]   5/5 failed: org.apache.solr.search.TestReRankQParserPlugin

[repro] Re-testing 100% failures at the tip of branch_8x without a seed
[repro] ant clean

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

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestReRankQParserPlugin" -Dtests.showOutput=onerror  -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=it-CH -Dtests.timezone=Asia/Chongqing -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 93 lines...]
[repro] Failures at the tip of branch_8x without a seed:
[repro]   0/5 failed: org.apache.solr.search.TestReRankQParserPlugin
[repro] git checkout 5897d14fe4f5dd785a561b18c939ea31186c4971

[...truncated 8 lines...]
[repro] Exiting with code 256

[...truncated 54 lines...]

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

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

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

[repro] Revision: e76a25ebc72520ee3cbbeca31df82dd3a3a31048

[repro] Repro line:  ant test  -Dtestcase=TestPullReplicaErrorHandling -Dtests.method=testCantConnectToPullReplica -Dtests.seed=AA26F9D2AB553110 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-BH -Dtests.timezone=Europe/Simferopol -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: 5897d14fe4f5dd785a561b18c939ea31186c4971
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout e76a25ebc72520ee3cbbeca31df82dd3a3a31048

[...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]       TestPullReplicaErrorHandling
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror  -Dtests.seed=AA26F9D2AB553110 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-BH -Dtests.timezone=Europe/Simferopol -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 4373 lines...]
[repro] Setting last failure code to 256

[repro] Failures w/original seeds at e76a25ebc72520ee3cbbeca31df82dd3a3a31048:
[repro]   2/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] git checkout 5897d14fe4f5dd785a561b18c939ea31186c4971

[...truncated 2 lines...]
[repro] Exiting with code 256

[...truncated 5 lines...]

[JENKINS] Lucene » Lucene-Solr-repro - Build # 399 - Failure!

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

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

[...truncated 6 lines...]
    raise RuntimeError('ERROR: %s does not appear to be a Jenkins log.' % url)
RuntimeError: ERROR: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/760//consoleText does not appear to be a Jenkins log.
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

[...truncated 29 lines...]
[repro] Jenkins log URL: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-NightlyTests-8.x/14//consoleText

[repro] Revision: 61068a4b9948adc2d3649d1dbfbe2538990024a6

[repro] Ant options: -Dtests.multiplier=2 -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-NightlyTests-8.x/test-data/enwiki.random.lines.txt
[repro] Repro line:  ant test  -Dtestcase=TestPullReplicaErrorHandling -Dtests.method=testCantConnectToPullReplica -Dtests.seed=5BE52175E50F91FF -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.badapples=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=ja-JP -Dtests.timezone=Asia/Tehran -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: d65041359ea1e2b2db623d73c22a7ffd95fc88d1
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 61068a4b9948adc2d3649d1dbfbe2538990024a6

[...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]       TestPullReplicaErrorHandling
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror -Dtests.multiplier=2 -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.seed=5BE52175E50F91FF -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.badapples=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=ja-JP -Dtests.timezone=Asia/Tehran -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 5985 lines...]
[repro] Setting last failure code to 256

[repro] Failures w/original seeds at 61068a4b9948adc2d3649d1dbfbe2538990024a6:
[repro]   3/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] git checkout d65041359ea1e2b2db623d73c22a7ffd95fc88d1

[...truncated 2 lines...]
[repro] Exiting with code 256

[...truncated 5 lines...]

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

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

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

[repro] Revision: 61068a4b9948adc2d3649d1dbfbe2538990024a6

[repro] Repro line:  ant test  -Dtestcase=TestPullReplicaErrorHandling -Dtests.method=testCantConnectToPullReplica -Dtests.seed=9FC75ACBBB516A36 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=lv-LV -Dtests.timezone=America/Mendoza -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: 863a388fe71b209f142b7ed991294caf837a20bd
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 61068a4b9948adc2d3649d1dbfbe2538990024a6

[...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]       TestPullReplicaErrorHandling
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror  -Dtests.seed=9FC75ACBBB516A36 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=lv-LV -Dtests.timezone=America/Mendoza -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 7935 lines...]
[repro] Setting last failure code to 256

[repro] Failures w/original seeds at 61068a4b9948adc2d3649d1dbfbe2538990024a6:
[repro]   4/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] git checkout 863a388fe71b209f142b7ed991294caf837a20bd

[...truncated 2 lines...]
[repro] Exiting with code 256

[...truncated 6 lines...]

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

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

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

[repro] Revision: 36ca8595a9fe09697e402de0864bbcdc52f9a8c4

[repro] Repro line:  ant test  -Dtestcase=TestRandomChains -Dtests.method=testRandomChains -Dtests.seed=36DA3E0E86C43DEC -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=America/Marigot -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: d1110394e9c963c999b261b8ac6dac1df518628d
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch

[...truncated 2 lines...]
[repro] git checkout 36ca8595a9fe09697e402de0864bbcdc52f9a8c4

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

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

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    lucene/analysis/common
[repro]       TestRandomChains
[repro] ant compile-test

[...truncated 274 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomChains" -Dtests.showOutput=onerror  -Dtests.seed=36DA3E0E86C43DEC -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=America/Marigot -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 198 lines...]
[repro] Setting last failure code to 256

[repro] Failures w/original seeds at 36ca8595a9fe09697e402de0864bbcdc52f9a8c4:
[repro]   5/5 failed: org.apache.lucene.analysis.core.TestRandomChains

[repro] Re-testing 100% failures at the tip of branch_8x
[repro] git fetch

[...truncated 2 lines...]
[repro] git checkout branch_8x

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

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

[...truncated 7 lines...]
[repro] Test suites by module:
[repro]    lucene/analysis/common
[repro]       TestRandomChains
[repro] ant compile-test

[...truncated 274 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomChains" -Dtests.showOutput=onerror  -Dtests.seed=36DA3E0E86C43DEC -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=America/Marigot -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 197 lines...]
[repro] Setting last failure code to 256

[repro] Failures original seeds at the tip of branch_8x:
[repro]   5/5 failed: org.apache.lucene.analysis.core.TestRandomChains

[repro] Re-testing 100% failures at the tip of branch_8x without a seed
[repro] ant clean

[...truncated 7 lines...]
[repro] Test suites by module:
[repro]    lucene/analysis/common
[repro]       TestRandomChains
[repro] ant compile-test

[...truncated 274 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomChains" -Dtests.showOutput=onerror  -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=America/Marigot -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 73 lines...]
[repro] Failures at the tip of branch_8x without a seed:
[repro]   0/5 failed: org.apache.lucene.analysis.core.TestRandomChains
[repro] git checkout d1110394e9c963c999b261b8ac6dac1df518628d

[...truncated 8 lines...]
[repro] Exiting with code 256

[...truncated 54 lines...]

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

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

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

[repro] Revision: 36ca8595a9fe09697e402de0864bbcdc52f9a8c4

[repro] Repro line:  ant test  -Dtestcase=TestPullReplicaErrorHandling -Dtests.method=testCantConnectToPullReplica -Dtests.seed=426DBE6D6D561A9F -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=Australia/LHI -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: 7ec17376bef9ca4dd932f57a966b4614ab949855
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 36ca8595a9fe09697e402de0864bbcdc52f9a8c4

[...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]       TestPullReplicaErrorHandling
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror  -Dtests.seed=426DBE6D6D561A9F -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=Australia/LHI -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 2110 lines...]
[repro] Setting last failure code to 256

[repro] Failures w/original seeds at 36ca8595a9fe09697e402de0864bbcdc52f9a8c4:
[repro]   1/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] git checkout 7ec17376bef9ca4dd932f57a966b4614ab949855

[...truncated 2 lines...]
[repro] Exiting with code 256

[...truncated 6 lines...]

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

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

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

[repro] Revision: 91ef1c0fe8854db04e42b9095437b3186ff8038e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=EBBFD9DE8FC853AD -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-EC -Dtests.timezone=Africa/Monrovia -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: bac43093265c56996d35f2d5d9f93c4323a7b7e5
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 91ef1c0fe8854db04e42b9095437b3186ff8038e

[...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=EBBFD9DE8FC853AD -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-EC -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 16819 lines...]
   [junit4]   2> 41578 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'h'!='b' @ facet_counts/facet_fields/small4_ss/[4]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":27,"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>         "m",3,
   [junit4]   2>         "n",3,
   [junit4]   2>         "h",2,
   [junit4]   2>         "b",1,
   [junit4]   2>         "c",1,
   [junit4]   2>         "d",1,
   [junit4]   2>         "f",1,
   [junit4]   2>         "i",1,
   [junit4]   2>         "l",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":27,"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>         "m",3,
   [junit4]   2>         "n",3,
   [junit4]   2>         "b",1,
   [junit4]   2>         "c",1,
   [junit4]   2>         "d",1,
   [junit4]   2>         "f",1,
   [junit4]   2>         "h",1,
   [junit4]   2>         "i",1,
   [junit4]   2>         "j",1,
   [junit4]   2>         "l",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=small4_ss&facet.method=uif
   [junit4]   2> 41581 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=EBBFD9DE8FC853AD -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-EC -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 31.1s J2 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'h'!='b' @ facet_counts/facet_fields/small4_ss/[4]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EBBFD9DE8FC853AD:E6D7F90BDA319B12]: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> 41588 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 41588 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=406376905
   [junit4]   2> 41592 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5977212c
   [junit4]   2> 41592 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@5977212c
   [junit4]   2> 41592 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5e2fd69: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@6f94e483
   [junit4]   2> 41609 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 41618 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 41618 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7daba78f: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@23049cbf
   [junit4]   2> 41623 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 41623 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7ce1dc47: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@2ca76945
   [junit4]   2> 41623 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 41623 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7846d13a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@21dcf9de
   [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_EBBFD9DE8FC853AD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=PostingsFormat(name=LuceneVarGapFixedInterval), foo_ds_dv=PostingsFormat(name=Asserting), foo_f_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), small_i=PostingsFormat(name=Asserting), small3_is=PostingsFormat(name=Asserting), small_s=PostingsFormat(name=LuceneVarGapFixedInterval), score_f=PostingsFormat(name=LuceneVarGapFixedInterval), score_d=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting), foo_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_fs_dv=PostingsFormat(name=LuceneVarGapFixedInterval), foo_l=PostingsFormat(name=Asserting), small4_ss=FST50, small2_s=PostingsFormat(name=LuceneVarGapFixedInterval), small2_i=PostingsFormat(name=Asserting), foo_ls_dv=PostingsFormat(name=Asserting), small2_is=FST50, foo_ds=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_fs=FST50, score_f_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_d_dv=FST50, score_d_dv=FST50, foo_d=PostingsFormat(name=Asserting), small2_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_f=PostingsFormat(name=LuceneVarGapFixedInterval), foo_l_dv=FST50, foo_ls=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{small2_s_dv=DocValuesFormat(name=Asserting), score_f_p=DocValuesFormat(name=Asserting), id_dv=DocValuesFormat(name=Asserting), score_d_p=DocValuesFormat(name=Direct), small2_is_p=DocValuesFormat(name=Lucene80), small3_is_dv=DocValuesFormat(name=Direct), foo_ds_dv=DocValuesFormat(name=Lucene80), foo_f_dv=DocValuesFormat(name=Direct), 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=Lucene80), small_s_dv=DocValuesFormat(name=Asserting), 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=Asserting), small2_i_p=DocValuesFormat(name=Asserting), small_i_dv=DocValuesFormat(name=Direct), 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=Direct), foo_fs_p=DocValuesFormat(name=Lucene80), score_f_dv=DocValuesFormat(name=Direct), foo_d_dv=DocValuesFormat(name=Asserting), score_d_dv=DocValuesFormat(name=Asserting), foo_l_dv=DocValuesFormat(name=Asserting), small3_ss_dv=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=637, maxMBSortInHeap=5.226923281348649, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-EC, timezone=Africa/Monrovia
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=108400248,total=329777152
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J2 in 40.51s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3605 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 3625 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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_EBBFD9DE8FC853AD-001/data-dir-1-001
   [junit4]   2> 4159 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4214 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.e.j.u.log Logging initialized @4243ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4220 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4325 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4325 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4738 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 5057 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 5095 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 5104 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 5110 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 5116 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 5120 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 5170 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 5178 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 7833 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 8072 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 8140 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 8153 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 8496 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f3540cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8496 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f3540cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8688 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 8689 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@aa7ac8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8689 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@aa7ac8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9026 WARN  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-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> 9536 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d6304d1
   [junit4]   2> 9537 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d6304d1
   [junit4]   2> 9537 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d6304d1
   [junit4]   2> 9597 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9616 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 9668 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 9683 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 9684 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> 9953 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@7d6304d1
   [junit4]   2> 9967 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_EBBFD9DE8FC853AD-001/data-dir-1-001/]
   [junit4]   2> 10023 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=44.748046875, floorSegmentMB=1.5732421875, forceMergeDeletesPctAllowed=6.227500403707598, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7325308813456142, deletesPctAllowed=29.448643038005375
   [junit4]   2> 12080 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 12080 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 12083 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=16.6162109375, floorSegmentMB=1.8330078125, forceMergeDeletesPctAllowed=8.341904336533652, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39752203466658276, deletesPctAllowed=41.18233262816319
   [junit4]   2> 12112 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> 12141 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 12148 INFO  (SUITE-TestRandomDVFaceting-seed#[EBBFD9DE8FC853AD]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 12152 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> 12166 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 12547 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12550 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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 378
   [junit4]   2> 12650 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> 12655 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 98
   [junit4]   2> 12696 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=32
   [junit4]   2> 12727 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=9&facet.limit=100&facet.sort=index&facet.field=id&facet.method=enum} hits=0 status=0 QTime=26
   [junit4]   2> 12734 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=9&facet.limit=100&facet.sort=index&facet.field=id&facet.method=fc} hits=0 status=0 QTime=5
   [junit4]   2> 12741 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=9&facet.limit=100&facet.sort=index&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=7
   [junit4]   2> 12742 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=9&facet.limit=100&facet.sort=index&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12743 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=9&facet.limit=100&facet.sort=index&facet.field=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12748 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=1
   [junit4]   2> 12773 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=24
   [junit4]   2> 12773 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12774 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12823 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=48
   [junit4]   2> 12824 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12832 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=score_d&facet.method=enum} hits=0 status=0 QTime=6
   [junit4]   2> 12835 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=score_d&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12836 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12837 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12838 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12839 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12840 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12845 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=0 status=0 QTime=4
   [junit4]   2> 12845 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12846 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12847 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12849 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12851 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=78&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12853 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=78&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12854 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=78&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12855 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=78&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12856 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=78&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12857 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=78&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12861 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=3
   [junit4]   2> 12862 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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> 12863 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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> 12864 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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> 12865 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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> 12867 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12868 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12869 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12870 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12870 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12874 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=51&facet.sort=index&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12874 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=51&facet.sort=index&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12875 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=51&facet.sort=index&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12876 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=51&facet.sort=index&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12876 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=51&facet.sort=index&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12877 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&facet.sort=count&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12878 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&facet.sort=count&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12878 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&facet.sort=count&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12879 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&facet.sort=count&facet.field={!key%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12879 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&facet.sort=count&facet.field=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12880 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=index&facet.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12881 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=index&facet.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12882 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=index&facet.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12883 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=index&facet.field={!key%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12884 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=index&facet.field=small4_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12885 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12886 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12887 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12887 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12887 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12888 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12889 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12901 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=12
   [junit4]   2> 12902 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12903 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=0
   [junit4]   2> 12903 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12904 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12904 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12904 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12905 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12905 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12906 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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> 12906 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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> 12907 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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> 12908 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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> 12909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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> 12909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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> 12910 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=65&facet.sort=index&facet.missing=true&facet.field=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12911 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=65&facet.sort=index&facet.missing=true&facet.field=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12913 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=65&facet.sort=index&facet.missing=true&facet.field=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12914 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=65&facet.sort=index&facet.missing=true&facet.field={!key%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12914 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=65&facet.sort=index&facet.missing=true&facet.field=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12916 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12917 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12920 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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_f&facet.method=fcs} hits=0 status=0 QTime=3
   [junit4]   2> 12921 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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_f}foo_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12921 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12921 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12922 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=9&facet.limit=81&facet.missing=true&facet.field=foo_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12922 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=9&facet.limit=81&facet.missing=true&facet.field=foo_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12922 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=9&facet.limit=81&facet.missing=true&facet.field=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12923 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=9&facet.limit=81&facet.missing=true&facet.field={!key%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12924 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=9&facet.limit=81&facet.missing=true&facet.field=foo_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12925 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12925 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12927 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=fcs} hits=0 status=0 QTime=1
   [junit4]   2> 13110 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13110 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13110 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=13&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> 13111 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13111 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13111 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13112 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13112 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13113 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.limit=100&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13113 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.limit=100&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13113 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.limit=100&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13114 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.limit=100&facet.sort=count&facet.mincount=3&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13114 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.limit=100&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13114 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.limit=100&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> 13115 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.sort=count&facet.missing=true&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13115 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.sort=count&facet.missing=true&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13116 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.sort=count&facet.missing=true&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13116 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.sort=count&facet.missing=true&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13116 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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.sort=count&facet.missing=true&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13117 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13117 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13118 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13118 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13118 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13119 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13134 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=missing_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13134 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=missing_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13134 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13135 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13481 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GOYH]} 0 345
   [junit4]   2> 13506 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TBEN]} 0 19
   [junit4]   2> 13509 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TMNG]} 0 2
   [junit4]   2> 13512 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[CEBG]} 0 2
   [junit4]   2> 13524 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ZGXX]} 0 11
   [junit4]   2> 13530 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[YDKH]} 0 5
   [junit4]   2> 14550 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> 14551 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1020
   [junit4]   2> 14566 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[YDKH]} 0 9
   [junit4]   2> 14570 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JFFE]} 0 3
   [junit4]   2> 14572 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TEGF]} 0 1
   [junit4]   2> 14574 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[VWPA]} 0 1
   [junit4]   2> 14611 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> 14611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 37
   [junit4]   2> 14617 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[EBFC]} 0 4
   [junit4]   2> 14619 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FOGG]} 0 1
   [junit4]   2> 14620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[AAHD]} 0 1
   [junit4]   2> 14621 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PUIO]} 0 1
   [junit4]   2> 14622 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PUIO]} 0 1
   [junit4]   2> 14623 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QIRL]} 0 0
   [junit4]   2> 14630 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[BHYF]} 0 6
   [junit4]   2> 14633 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UIXL]} 0 2
   [junit4]   2> 14634 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UIXL]} 0 0
   [junit4]   2> 14635 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GHDE]} 0 0
   [junit4]   2> 14637 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JPGF]} 0 0
   [junit4]   2> 14637 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QZWP]} 0 0
   [junit4]   2> 14638 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QZWP]} 0 0
   [junit4]   2> 14725 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> 14727 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 88
   [junit4]   2> 14753 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=38&wt=json} hits=19 status=0 QTime=24
   [junit4]   2> 14988 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=15&facet.limit=100&facet.field=id&facet.method=enum} hits=19 status=0 QTime=18
   [junit4]   2> 15008 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=15&facet.limit=100&facet.field=id&facet.method=fc} hits=19 status=0 QTime=19
   [junit4]   2> 15033 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=15&facet.limit=100&facet.field=id&facet.method=fcs} hits=19 status=0 QTime=24
   [junit4]   2> 15055 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=15&facet.limit=100&facet.field={!key%3Did}id_dv} hits=19 status=0 QTime=21
   [junit4]   2> 15056 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=15&facet.limit=100&facet.field=id&facet.method=uif} hits=19 status=0 QTime=0
   [junit4]   2> 15096 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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.missing=true&facet.field=score_f&facet.method=enum} hits=19 status=0 QTime=39
   [junit4]   2> 15102 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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.missing=true&facet.field=score_f&facet.method=fc} hits=19 status=0 QTime=5
   [junit4]   2> 15102 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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.missing=true&facet.field=score_f&facet.method=fcs} hits=19 status=0 QTime=0
   [junit4]   2> 15103 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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.missing=true&facet.field={!key%3Dscore_f}score_f_dv} hits=19 status=0 QTime=0
   [junit4]   2> 15137 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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.missing=true&facet.field=score_f&facet.method=uif} hits=19 status=0 QTime=33
   [junit4]   2> 15138 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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.missing=true&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=19 status=0 QTime=0
   [junit4]   2> 15140 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=19 status=0 QTime=1
   [junit4]   2> 15153 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=19 status=0 QTime=12
   [junit4]   2> 15154 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=19 status=0 QTime=0
   [junit4]   2> 15154 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=19 status=0 QTime=0
   [junit4]   2> 15155 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=19 status=0 QTime=0
   [junit4]   2> 15156 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.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=19 status=0 QTime=0
   [junit4]   2> 15156 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=4&facet.field=foo_i&facet.method=enum} hits=19 status=0 QTime=0
   [junit4]   2> 15157 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=4&facet.field=foo_i&facet.method=fc} hits=19 status=0 QTime=0
   [junit4]   2> 15157 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=4&facet.field=foo_i&facet.method=fcs} hits=19 status=0 QTime=0
   [junit4]   2> 15161 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=4&facet.field={!key%3Dfoo_i}foo_i_dv} hits=19 status=0 QTime=3
   [junit4]   2> 15162 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=4&facet.field=foo_i&facet.method=uif} hits=19 status=0 QTime=0
   [junit4]   2> 15162 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] 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=4&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=19 status=0 QTime=0
   [junit4]   2> 15163 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[EBBFD9DE8FC853AD]) [     ] o.a.s.c.S.Request [collection1]  weba

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

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: 58 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomDVFaceting" -Dtests.showOutput=onerror  -Dtests.seed=EBBFD9DE8FC853AD -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-EC -Dtests.timezone=Africa/Monrovia -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
[junit4:pickseed] Seed property 'tests.seed' already defined: EBBFD9DE8FC853AD
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says ciao! Master seed: EBBFD9DE8FC853AD
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J3 PID(4069142@localhost).
   [junit4] Started J0 PID(4069133@localhost).
   [junit4] Started J2 PID(4069135@localhost).
   [junit4] Started J1 PID(4069134@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      48.0s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J3 in 58.42s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      47.9s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J2 in 59.29s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      48.4s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J0 in 59.48s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      48.7s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J1 in 59.41s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      16.5s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J3 in 18.01s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.67 ..    61.64 =    60.98s
   [junit4] JVM J1:     1.14 ..    61.47 =    60.33s
   [junit4] JVM J2:     0.68 ..    61.31 =    60.63s
   [junit4] JVM J3:     0.50 ..    78.79 =    78.29s
   [junit4] Execution time total: 1 minute 18 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/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/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]  42.97s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 20 seconds
[repro] Failures original seeds at the tip of branch_8x:
[repro]   0/5 failed: org.apache.solr.TestRandomDVFaceting
[repro] git checkout bac43093265c56996d35f2d5d9f93c4323a7b7e5
Note: switching to 'bac43093265c56996d35f2d5d9f93c4323a7b7e5'.

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 bac43093265 SOLR-14749: Use h2 instead of h3 so that the javadoc tool doesn't complain about out-or-sequence headers.
[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 # 393 - Still Failing!

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

[...truncated 18 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:909)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
	at hudson.scm.SCM.checkout(SCM.java:505)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1880)
	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 by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': Could not resolve host: gitbox.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1985)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:80)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:563)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	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)
	Suppressed: 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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor797.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy162.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-repro - Build # 392 - Failure!

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

[...truncated 19 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:909)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
	at hudson.scm.SCM.checkout(SCM.java:505)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1880)
	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 by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': Could not resolve host: gitbox.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1985)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:80)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:563)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	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)
	Suppressed: 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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor797.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy162.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

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

[repro] Revision: 91ef1c0fe8854db04e42b9095437b3186ff8038e

[repro] Repro line:  ant test  -Dtestcase=TestPullReplicaErrorHandling -Dtests.method=testCantConnectToPullReplica -Dtests.seed=45AC2698619BA67D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-BE -Dtests.timezone=Africa/Johannesburg -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestCircuitBreaker -Dtests.method=testResponseWithCBTiming -Dtests.seed=45AC2698619BA67D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=id-ID -Dtests.timezone=Navajo -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: 42c5206cea5c85d486813d42f7d52e44a5a695ba
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 91ef1c0fe8854db04e42b9095437b3186ff8038e

[...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]       TestCircuitBreaker
[repro]       TestPullReplicaErrorHandling
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestCircuitBreaker|*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror  -Dtests.seed=45AC2698619BA67D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=id-ID -Dtests.timezone=Navajo -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 9871 lines...]
[repro] Setting last failure code to 256

[repro] Failures w/original seeds at 91ef1c0fe8854db04e42b9095437b3186ff8038e:
[repro]   0/5 failed: org.apache.solr.util.TestCircuitBreaker
[repro]   5/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling

[repro] Re-testing 100% failures at the tip of branch_8x
[repro] git fetch
[repro] git checkout branch_8x

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

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

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

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror  -Dtests.seed=45AC2698619BA67D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-BE -Dtests.timezone=Africa/Johannesburg -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 3920 lines...]
[repro] Setting last failure code to 256

[repro] Failures original seeds at the tip of branch_8x:
[repro]   2/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] git checkout 42c5206cea5c85d486813d42f7d52e44a5a695ba

[...truncated 8 lines...]
[repro] Exiting with code 256

[...truncated 6 lines...]

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

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

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

[repro] Revision: 91ef1c0fe8854db04e42b9095437b3186ff8038e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=4E520C509579EC13 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=hu -Dtests.timezone=Asia/Barnaul -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestDistributedStatsComponentCardinality -Dtests.method=test -Dtests.seed=4E520C509579EC13 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=it -Dtests.timezone=Asia/Dili -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: 42c5206cea5c85d486813d42f7d52e44a5a695ba
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 91ef1c0fe8854db04e42b9095437b3186ff8038e

[...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]       TestDistributedStatsComponentCardinality
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestRandomDVFaceting|*.TestDistributedStatsComponentCardinality" -Dtests.showOutput=onerror  -Dtests.seed=4E520C509579EC13 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=hu -Dtests.timezone=Asia/Barnaul -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 2568 lines...]
   [junit4]   2> 18341 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'd'!='c' @ facet_counts/facet_fields/small2_s/[8]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":18,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_s":[
   [junit4]   2>         "a",2,
   [junit4]   2>         "b",2,
   [junit4]   2>         "n",2,
   [junit4]   2>         "o",2,
   [junit4]   2>         "d",1,
   [junit4]   2>         "f",1,
   [junit4]   2>         "g",1,
   [junit4]   2>         "k",1,
   [junit4]   2>         "m",1,
   [junit4]   2>         "c",0,
   [junit4]   2>         "e",0,
   [junit4]   2>         "j",0,
   [junit4]   2>         null,5]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":18,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_s":[
   [junit4]   2>         "a",2,
   [junit4]   2>         "b",2,
   [junit4]   2>         "n",2,
   [junit4]   2>         "o",2,
   [junit4]   2>         "c",1,
   [junit4]   2>         "d",1,
   [junit4]   2>         "f",1,
   [junit4]   2>         "k",1,
   [junit4]   2>         "m",1,
   [junit4]   2>         "e",0,
   [junit4]   2>         "j",0,
   [junit4]   2>         null,5]},
   [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.missing=true&facet.field=small2_s&facet.method=uif
   [junit4]   2> 18343 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=4E520C509579EC13 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=hu -Dtests.timezone=Asia/Barnaul -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 6.66s J1 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'd'!='c' @ facet_counts/facet_fields/small2_s/[8]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4E520C509579EC13:433A2C85C08024AC]: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> 18350 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 18350 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1495630150
   [junit4]   2> 18350 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4567c81a
   [junit4]   2> 18351 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@4567c81a
   [junit4]   2> 18351 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a82897: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@19484adf
   [junit4]   2> 18385 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 18402 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 18402 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@694674c3: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3549dbbf
   [junit4]   2> 18408 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 18408 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f2c43c7: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@66a1c281
   [junit4]   2> 18408 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 18408 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@52b45e14: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@7d5352a4
   [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_4E520C509579EC13-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=PostingsFormat(name=Asserting), foo_ds_dv=Lucene84, foo_f_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), small_i=Lucene84, small3_is=Lucene84, small_s=PostingsFormat(name=Asserting), score_f=PostingsFormat(name=Asserting), score_d=Lucene84, id=Lucene84, foo_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_fs_dv=PostingsFormat(name=Asserting), foo_l=Lucene84, small4_ss=Lucene84, small2_s=PostingsFormat(name=Asserting), small2_i=Lucene84, foo_ls_dv=Lucene84, small2_is=Lucene84, foo_ds=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_fs=Lucene84, foo_d_dv=Lucene84, score_f_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_d=Lucene84, score_d_dv=Lucene84, small2_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_f=PostingsFormat(name=Asserting), foo_l_dv=Lucene84, foo_ls=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{small2_s_dv=DocValuesFormat(name=Asserting), score_f_p=DocValuesFormat(name=Asserting), id_dv=DocValuesFormat(name=Asserting), score_d_p=DocValuesFormat(name=Direct), small2_is_p=DocValuesFormat(name=Lucene80), small3_is_dv=DocValuesFormat(name=Direct), foo_ds_dv=DocValuesFormat(name=Lucene80), foo_f_dv=DocValuesFormat(name=Direct), 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=Lucene80), small_s_dv=DocValuesFormat(name=Asserting), 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=Asserting), small2_i_p=DocValuesFormat(name=Asserting), small_i_dv=DocValuesFormat(name=Direct), 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=Direct), foo_fs_p=DocValuesFormat(name=Lucene80), score_f_dv=DocValuesFormat(name=Direct), foo_d_dv=DocValuesFormat(name=Asserting), score_d_dv=DocValuesFormat(name=Asserting), foo_l_dv=DocValuesFormat(name=Asserting), small3_ss_dv=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=275, maxMBSortInHeap=7.260511697057492, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=hu, timezone=Asia/Barnaul
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=226500712,total=302514176
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/10 (1!)] on J1 in 17.27s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 4207 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 4220 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4230 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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_4E520C509579EC13-001/data-dir-1-001
   [junit4]   2> 4522 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4571 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.e.j.u.log Logging initialized @4640ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4576 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4849 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 5132 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 5258 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 5285 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 5297 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 5305 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 5310 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 5315 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 5558 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 5565 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 7395 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 7615 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 7689 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7705 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 8020 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23681bff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8020 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23681bff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8204 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 8205 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6905a26f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8206 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6905a26f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8569 WARN  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-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> 9303 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e2fcbc7
   [junit4]   2> 9305 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e2fcbc7
   [junit4]   2> 9305 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e2fcbc7
   [junit4]   2> 9373 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9408 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 9435 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 9463 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 9463 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> 9549 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@4e2fcbc7
   [junit4]   2> 9770 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_4E520C509579EC13-001/data-dir-1-001/]
   [junit4]   2> 9823 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=84.1953125, floorSegmentMB=2.126953125, forceMergeDeletesPctAllowed=10.614270679395291, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=37.98356284127729
   [junit4]   2> 11651 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11651 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11653 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=68.80078125, floorSegmentMB=1.4658203125, forceMergeDeletesPctAllowed=21.146075245220295, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=33.50372986518367
   [junit4]   2> 11680 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> 11707 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 11711 INFO  (SUITE-TestRandomDVFaceting-seed#[4E520C509579EC13]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 11720 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> 11732 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 11996 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12001 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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 264
   [junit4]   2> 12086 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> 12094 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 86
   [junit4]   2> 12131 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=29
   [junit4]   2> 12234 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.missing=true&facet.field=id&facet.method=enum} hits=0 status=0 QTime=97
   [junit4]   2> 12240 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.missing=true&facet.field=id&facet.method=fc} hits=0 status=0 QTime=5
   [junit4]   2> 12247 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.missing=true&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=6
   [junit4]   2> 12248 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.missing=true&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12249 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.missing=true&facet.field=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12254 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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> 12271 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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> 12271 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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> 12272 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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> 12315 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=42
   [junit4]   2> 12318 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=2
   [junit4]   2> 12320 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12322 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12323 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12324 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12325 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12326 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&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> 12327 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=foo_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12330 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=foo_i&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 12330 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=foo_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12331 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12333 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=foo_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12333 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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%3Dfoo_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12339 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=4
   [junit4]   2> 12341 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=2
   [junit4]   2> 12342 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12344 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12345 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12345 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12347 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12348 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12349 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12350 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12351 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 12353 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12353 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12356 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12356 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12357 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12515 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=61&facet.sort=count&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12516 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=61&facet.sort=count&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12516 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=61&facet.sort=count&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12517 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=61&facet.sort=count&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12517 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=61&facet.sort=count&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12518 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.prefix=&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12518 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.prefix=&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12519 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.prefix=&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12519 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.prefix=&facet.field={!key%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12519 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.prefix=&facet.field=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12520 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12520 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12575 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12576 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.field={!key%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12576 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.field=small4_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12576 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12577 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12577 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12578 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12578 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12579 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12579 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12579 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12580 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12580 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12581 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12581 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12582 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12582 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12582 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12583 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12583 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12584 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12584 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12584 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12585 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12592 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=small3_is,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 12594 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=small3_is&facet.method=uif} hits=0 status=0 QTime=8
   [junit4]   2> 12594 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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%3Dsmall3_is}small3_is_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12595 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12595 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12595 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12596 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12596 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12597 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12597 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12598 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12598 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=foo_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12601 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12601 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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.missing=true&facet.field=foo_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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.missing=true&facet.field=foo_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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.missing=true&facet.field=foo_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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.missing=true&facet.field={!key%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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.missing=true&facet.field=foo_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12604 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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.missing=true&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12604 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.field=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.field=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.field=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.field={!key%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.field=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 12612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=missing_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=missing_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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> 12613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12749 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[RCIX]} 0 133
   [junit4]   2> 12754 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ESHN]} 0 4
   [junit4]   2> 12760 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FSBS]} 0 5
   [junit4]   2> 12765 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OUNC]} 0 3
   [junit4]   2> 12768 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MRCD]} 0 2
   [junit4]   2> 12771 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[CUOX]} 0 1
   [junit4]   2> 12773 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GHVS]} 0 1
   [junit4]   2> 12778 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PTJU]} 0 2
   [junit4]   2> 12780 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XKYH]} 0 1
   [junit4]   2> 12781 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IOXC]} 0 1
   [junit4]   2> 12783 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IOXC]} 0 0
   [junit4]   2> 12785 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[RFHN]} 0 1
   [junit4]   2> 12786 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[DZCL]} 0 1
   [junit4]   2> 12788 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UJXK]} 0 1
   [junit4]   2> 12790 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[DSJO]} 0 1
   [junit4]   2> 12798 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PTKU]} 0 7
   [junit4]   2> 12799 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PTKU]} 0 1
   [junit4]   2> 12801 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QPNQ]} 0 0
   [junit4]   2> 12802 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QPNQ]} 0 0
   [junit4]   2> 12803 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[BICB]} 0 1
   [junit4]   2> 12805 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MZJX]} 0 1
   [junit4]   2> 12807 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MZJX]} 0 1
   [junit4]   2> 12808 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[VHYU]} 0 0
   [junit4]   2> 13772 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> 13773 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 965
   [junit4]   2> 13791 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=38&wt=json} hits=19 status=0 QTime=17
   [junit4]   2> 13809 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=id:(RCIX MRCD CUOX PTJU IOXC RFHN DZCL DSJO PTKU VHYU )} 0 3
   [junit4]   2> 13865 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> 13871 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 60
   [junit4]   2> 13876 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=4
   [junit4]   2> 13897 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=20
   [junit4]   2> 13909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=11
   [junit4]   2> 13940 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=30
   [junit4]   2> 13949 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] o.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=8
   [junit4]   2> 13950 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=enum} hits=9 status=0 QTime=0
   [junit4]   2> 13967 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fc} hits=9 status=0 QTime=16
   [junit4]   2> 13967 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fcs} hits=9 status=0 QTime=0
   [junit4]   2> 13968 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_dv} hits=9 status=0 QTime=0
   [junit4]   2> 13973 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 13973 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=6&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 13996 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=25&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=score_d&facet.method=enum} hits=9 status=0 QTime=22
   [junit4]   2> 13997 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=25&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=score_d&facet.method=fc} hits=9 status=0 QTime=0
   [junit4]   2> 13997 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=25&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=score_d&facet.method=fcs} hits=9 status=0 QTime=0
   [junit4]   2> 13998 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=25&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field={!key%3Dscore_d}score_d_dv} hits=9 status=0 QTime=0
   [junit4]   2> 14023 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=25&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=score_d&facet.method=uif} hits=9 status=0 QTime=25
   [junit4]   2> 14024 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.limit=25&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14025 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=3&facet.field=foo_i&facet.method=enum} hits=9 status=0 QTime=1
   [junit4]   2> 14026 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=3&facet.field=foo_i&facet.method=fc} hits=9 status=0 QTime=0
   [junit4]   2> 14029 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=3&facet.field=foo_i&facet.method=fcs} hits=9 status=0 QTime=2
   [junit4]   2> 14029 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=3&facet.field={!key%3Dfoo_i}foo_i_dv} hits=9 status=0 QTime=0
   [junit4]   2> 14030 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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=3&facet.field=foo_i&facet.method=uif} hits=9 status=0 QTime=0
   [junit4]   2> 14030 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[4E520C509579EC13]) [     ] 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.so

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

rkspace/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: 1 minute 0 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=hu -Dtests.timezone=Asia/Barnaul -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
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 ¡Hola! Master seed: 26CE4F1F88CB88A9
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J1 PID(17698@localhost).
   [junit4] Started J0 PID(17699@localhost).
   [junit4] Started J3 PID(17697@localhost).
   [junit4] Started J2 PID(17696@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      34.4s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J1 in 44.42s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      34.9s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J3 in 44.42s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      35.0s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J0 in 44.72s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      34.9s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J2 in 45.57s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      12.8s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J3 in 14.48s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.75 ..    46.65 =    45.90s
   [junit4] JVM J1:     0.75 ..    46.52 =    45.77s
   [junit4] JVM J2:     0.76 ..    47.56 =    46.80s
   [junit4] JVM J3:     0.75 ..    61.31 =    60.56s
   [junit4] Execution time total: 1 minute 1 second
   [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/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/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/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/J3 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp])
     [echo] 5 slowest tests:
[junit4:tophints]  85.11s | org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
[junit4:tophints]  21.60s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 2 seconds
[repro] Failures at the tip of branch_8x without a seed:
[repro]   0/5 failed: org.apache.solr.TestRandomDVFaceting
[repro] git checkout 42c5206cea5c85d486813d42f7d52e44a5a695ba
Note: checking out '42c5206cea5c85d486813d42f7d52e44a5a695ba'.

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 performing another checkout.

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

  git checkout -b <new-branch-name>

HEAD is now at 42c5206cea5 LUCENE-9322: Some fixes to SimpleTextVectorFormat. (#2071)
[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 lucene1
		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 # 389 - Still Unstable!

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

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

[repro] Revision: 91ef1c0fe8854db04e42b9095437b3186ff8038e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=8D6298625C457220 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-LY -Dtests.timezone=Asia/Omsk -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: ec9a659845973a0dd0ee7c04e0075db818ed118d
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 91ef1c0fe8854db04e42b9095437b3186ff8038e

[...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=8D6298625C457220 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-LY -Dtests.timezone=Asia/Omsk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 9118 lines...]
   [junit4]   2> 24093 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: '3'!='2' @ facet_counts/facet_fields/small2_is/[4]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":1,"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>         "0",0,
   [junit4]   2>         "1",0,
   [junit4]   2>         "3",0,
   [junit4]   2>         "4",1,
   [junit4]   2>         "6",0]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":1,"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>         "0",0,
   [junit4]   2>         "1",0,
   [junit4]   2>         "2",0,
   [junit4]   2>         "4",1,
   [junit4]   2>         "6",0]},
   [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=index&facet.field=small2_is&facet.method=uif
   [junit4]   2> 24103 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=8D6298625C457220 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ar-LY -Dtests.timezone=Asia/Omsk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 13.0s J1 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: '3'!='2' @ facet_counts/facet_fields/small2_is/[4]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8D6298625C457220:800AB8B709BCBA9F]: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> 24112 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 24112 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=670710130
   [junit4]   2> 24113 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@20880a00
   [junit4]   2> 24113 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@20880a00
   [junit4]   2> 24113 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@79d9ba21: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@6c28b4b9
   [junit4]   2> 24137 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 24144 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 24144 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3e331b46: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5af12975
   [junit4]   2> 24150 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 24150 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@167394be: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@375ac544
   [junit4]   2> 24150 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 24150 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@273f178f: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@19425905
   [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_8D6298625C457220-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar-LY, timezone=Asia/Omsk
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=135993728,total=329777152
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J1 in 23.08s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3749 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 3765 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3777 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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_8D6298625C457220-001/data-dir-1-001
   [junit4]   2> 4120 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4177 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.e.j.u.log Logging initialized @4219ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4183 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4451 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4936 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 5099 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 5203 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 5288 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 5295 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 5300 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 5306 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 5361 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 5367 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 7916 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 7952 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 8228 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 8242 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 8406 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6abc955b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8407 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6abc955b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8790 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 8794 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f669aa8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8794 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f669aa8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9047 WARN  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-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> 9677 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7be7930f
   [junit4]   2> 9679 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7be7930f
   [junit4]   2> 9679 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7be7930f
   [junit4]   2> 9740 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9775 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 9807 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 9830 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 9831 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> 10190 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@7be7930f
   [junit4]   2> 10209 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_8D6298625C457220-001/data-dir-1-001/]
   [junit4]   2> 10293 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6002204700823698]
   [junit4]   2> 12525 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 12526 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 12528 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=41.2705078125, floorSegmentMB=1.4013671875, forceMergeDeletesPctAllowed=11.655949319652063, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=36.30677251435585
   [junit4]   2> 12558 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> 12588 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 12593 INFO  (SUITE-TestRandomDVFaceting-seed#[8D6298625C457220]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 12598 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> 12621 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 12702 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12707 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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 79
   [junit4]   2> 13013 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> 13016 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 299
   [junit4]   2> 13057 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13090 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=28
   [junit4]   2> 13096 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13109 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=12
   [junit4]   2> 13109 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13110 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13112 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13131 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=18
   [junit4]   2> 13131 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13132 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13424 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=291
   [junit4]   2> 13425 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13426 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13428 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 13429 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13429 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13430 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13431 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13431 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13434 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_i&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 13434 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13435 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13435 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13436 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13436 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13439 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 13439 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13440 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13440 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13441 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13449 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=7
   [junit4]   2> 13449 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13450 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13450 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13450 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13451 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13451 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13452 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13452 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13453 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.field=small2_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13453 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13454 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13454 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13454 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13455 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13455 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13456 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13456 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13456 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13457 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13457 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13458 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13458 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13459 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13459 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=0
   [junit4]   2> 13459 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13460 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13460 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13461 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13461 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13462 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13466 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=small2_i&facet.method=enum} hits=0 status=0 QTime=3
   [junit4]   2> 13466 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13467 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13467 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13468 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13468 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13469 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small2_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13469 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13470 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13470 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13470 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small2_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13471 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13471 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13471 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13472 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13472 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13473 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13473 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13473 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13474 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13474 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13475 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13475 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=0
   [junit4]   2> 13475 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=0
   [junit4]   2> 13476 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=0
   [junit4]   2> 13476 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13477 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 13477 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=foo_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13477 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=foo_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13478 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13478 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13478 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=foo_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13479 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13479 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13480 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13480 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13480 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13481 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13481 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13482 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13482 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13482 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13483 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13483 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=5&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13483 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=5&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13484 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=5&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13484 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=5&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13484 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=5&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13485 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=5&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13485 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=2&facet.missing=true&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13486 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=2&facet.missing=true&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13486 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=2&facet.missing=true&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13486 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=2&facet.missing=true&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=missing_is,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 13495 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=2&facet.missing=true&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=8
   [junit4]   2> 13496 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=2&facet.missing=true&facet.field={!key%3Dmissing_is}missing_is_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13496 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13497 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13497 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13497 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13498 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 13498 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.field=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13499 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.field=missing_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13499 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.field=missing_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13499 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.field={!key%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13501 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.field=missing_ss&facet.method=uif} hits=0 status=0 QTime=2
   [junit4]   2> 13697 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[NRJM]} 0 193
   [junit4]   2> 13705 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[VZMX]} 0 7
   [junit4]   2> 13708 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[VZMX]} 0 2
   [junit4]   2> 13712 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[SZGL]} 0 3
   [junit4]   2> 13716 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IMFD]} 0 3
   [junit4]   2> 14617 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> 14618 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 901
   [junit4]   2> 14637 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=18
   [junit4]   2> 14655 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=id:(NRJM VZMX SZGL IMFD )} 0 3
   [junit4]   2> 14721 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> 14726 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 69
   [junit4]   2> 14738 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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.prefix=M&facet.field=id&facet.method=enum} hits=0 status=0 QTime=8
   [junit4]   2> 14738 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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.prefix=M&facet.field=id&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14739 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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.prefix=M&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14739 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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.prefix=M&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14740 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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.prefix=M&facet.field=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14740 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.sort=count&facet.mincount=2&facet.missing=true&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14741 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.sort=count&facet.mincount=2&facet.missing=true&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14741 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.sort=count&facet.mincount=2&facet.missing=true&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14741 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14742 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.sort=count&facet.mincount=2&facet.missing=true&facet.field=score_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14742 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14743 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14743 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14743 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14744 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14744 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14744 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14745 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=foo_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14745 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=foo_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14745 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=foo_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14746 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14746 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=foo_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14746 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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%3Dfoo_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14747 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 14750 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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=0
   [junit4]   2> 14751 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 14751 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 14751 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 14752 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 14752 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14753 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14761 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small_s&facet.method=fcs} hits=0 status=0 QTime=8
   [junit4]   2> 14762 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14762 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=small_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14762 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 14763 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 14771 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 14772 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 14772 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.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> 14777 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.mincount=4&facet.missing=true&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=2
   [junit4]   2> 14777 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.mincount=4&facet.missing=true&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14781 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.mincount=4&facet.missing=true&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=1
   [junit4]   2> 14782 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.mincount=4&facet.missing=true&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14783 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=small2_ss,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 14784 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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.mincount=4&facet.missing=true&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14789 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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=4
   [junit4]   2> 14790 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] 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> 14790 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8D6298625C457220]) [     ] o.a.s.c.S.Request [colle

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

e/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=ar-LY -Dtests.timezone=Asia/Omsk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
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 13ms :: 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 jolly good day! Master seed: EA5D0BF4829F85B9
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J2 PID(2420511@localhost).
   [junit4] Started J3 PID(2420535@localhost).
   [junit4] Started J0 PID(2420512@localhost).
   [junit4] Started J1 PID(2420513@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      31.8s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J0 in 42.73s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      32.2s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J2 in 43.35s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      33.2s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J1 in 43.96s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      33.3s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J3 in 44.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      11.7s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J0 in 12.87s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.65 ..    57.93 =    57.29s
   [junit4] JVM J1:     0.79 ..    45.66 =    44.87s
   [junit4] JVM J2:     0.46 ..    45.31 =    44.86s
   [junit4] JVM J3:     0.48 ..    46.41 =    45.92s
   [junit4] Execution time total: 57 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/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/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/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]  25.96s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

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

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 ec9a6598459 LUCENE-9322: fix minor cosmetic refactoring error in logging string in IndexWriter's infoStream logging. It was always printing 'vector values' for all merging times instead of the other parts of Lucene index ('doc values', 'stored fields', etc.)
[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 # 388 - Still Unstable!

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

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

[repro] Revision: 91ef1c0fe8854db04e42b9095437b3186ff8038e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=E66FF5D2D7B1DFE4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-CU -Dtests.timezone=UTC -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: ec9a659845973a0dd0ee7c04e0075db818ed118d
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 91ef1c0fe8854db04e42b9095437b3186ff8038e

[...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=E66FF5D2D7B1DFE4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-CU -Dtests.timezone=UTC -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 3549 lines...]
   [junit4]   2> 21712 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'k'!='j' @ facet_counts/facet_fields/small4_ss/[0]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":31,"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>         "k",1,
   [junit4]   2>         "c",0,
   [junit4]   2>         "e",0,
   [junit4]   2>         "o",0]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":31,"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>         "j",1,
   [junit4]   2>         "k",1,
   [junit4]   2>         "c",0,
   [junit4]   2>         "e",0,
   [junit4]   2>         "o",0]},
   [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.offset=8&facet.prefix=&facet.field=small4_ss&facet.method=uif
   [junit4]   2> 21716 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=E66FF5D2D7B1DFE4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-CU -Dtests.timezone=UTC -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 10.5s J0 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'k'!='j' @ facet_counts/facet_fields/small4_ss/[0]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E66FF5D2D7B1DFE4:EB07D5078248175B]: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> 21735 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 21735 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1339055149
   [junit4]   2> 21736 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@12054eb9
   [junit4]   2> 21736 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@12054eb9
   [junit4]   2> 21737 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@eed7d06: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@47fe1d73
   [junit4]   2> 21771 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 22103 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 22103 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@aa121bf: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5313706
   [junit4]   2> 22112 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 22112 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@57fcbb5d: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@61268eaf
   [junit4]   2> 22112 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 22112 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3273a110: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4b1a9b7a
   [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_E66FF5D2D7B1DFE4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=Lucene84, foo_ds_dv=PostingsFormat(name=LuceneVarGapFixedInterval), foo_f_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small_i=PostingsFormat(name=LuceneVarGapFixedInterval), small3_is=PostingsFormat(name=LuceneVarGapFixedInterval), small_s=Lucene84, score_f=PostingsFormat(name=LuceneVarGapFixedInterval), score_d=Lucene84, id=Lucene84, foo_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_fs_dv=Lucene84, foo_l=Lucene84, small4_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small2_s=Lucene84, small2_i=PostingsFormat(name=LuceneVarGapFixedInterval), foo_ls_dv=PostingsFormat(name=LuceneVarGapFixedInterval), small2_is=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_ds=BlockTreeOrds(blocksize=128), foo_fs=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_d_dv=BlockTreeOrds(blocksize=128), score_f_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_d=Lucene84, score_d_dv=BlockTreeOrds(blocksize=128), small2_ss=BlockTreeOrds(blocksize=128), foo_f=PostingsFormat(name=LuceneVarGapFixedInterval), foo_l_dv=BlockTreeOrds(blocksize=128), foo_ls=BlockTreeOrds(blocksize=128)}, docValues:{score_f_p=DocValuesFormat(name=Direct), id_dv=DocValuesFormat(name=Direct), small2_s_dv=DocValuesFormat(name=Lucene80), score_d_p=DocValuesFormat(name=Lucene80), small2_is_p=DocValuesFormat(name=Asserting), small3_is_dv=DocValuesFormat(name=Direct), 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=337, maxMBSortInHeap=6.299155005654468, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-CU, timezone=UTC
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=277670088,total=380108800
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J0 in 21.75s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3399 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 3414 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3432 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1/temp/solr.TestRandomDVFaceting_E66FF5D2D7B1DFE4-001/data-dir-1-001
   [junit4]   2> 3545 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3617 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.e.j.u.log Logging initialized @3684ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 3622 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4014 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4570 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4731 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4763 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 4773 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 4779 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 4788 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 4794 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 4846 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4852 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 8916 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 8938 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 9017 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 9033 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 9418 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c2ba793[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9418 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c2ba793[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9812 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 9832 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2fa039e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9832 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2fa039e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 10457 WARN  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 10944 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 10946 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 10946 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-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> 11009 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 11032 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 11270 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 11280 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 11280 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> 11335 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> 11350 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/J1/temp/solr.TestRandomDVFaceting_E66FF5D2D7B1DFE4-001/data-dir-1-001/]
   [junit4]   2> 11410 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=35.9189453125, floorSegmentMB=1.580078125, forceMergeDeletesPctAllowed=27.210083189047776, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1021401636697589, deletesPctAllowed=34.637371175929914
   [junit4]   2> 13709 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 13709 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 13712 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=61.884765625, floorSegmentMB=1.1845703125, forceMergeDeletesPctAllowed=28.092225357704223, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7459860214831471, deletesPctAllowed=29.729680276260417
   [junit4]   2> 13748 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> 13779 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 13790 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> 13799 INFO  (SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 14041 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 14113 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 14115 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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 65
   [junit4]   2> 14202 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> 14205 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 82
   [junit4]   2> 14272 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=60
   [junit4]   2> 14462 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=44&facet.sort=count&facet.field=id&facet.method=enum} hits=0 status=0 QTime=184
   [junit4]   2> 14468 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=44&facet.sort=count&facet.field=id&facet.method=fc} hits=0 status=0 QTime=5
   [junit4]   2> 14494 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=44&facet.sort=count&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=25
   [junit4]   2> 14495 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=44&facet.sort=count&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14496 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=44&facet.sort=count&facet.field=id&facet.method=uif} hits=0 status=0 QTime=1
   [junit4]   2> 14505 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14523 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=18
   [junit4]   2> 14524 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14524 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14574 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=49
   [junit4]   2> 14575 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14576 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=3&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14578 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=3&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 14578 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=3&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14579 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=3&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14580 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=3&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14580 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=3&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14581 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 14583 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=2
   [junit4]   2> 14584 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 14584 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 14585 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 14585 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 14590 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_l&facet.method=enum} hits=0 status=0 QTime=4
   [junit4]   2> 14592 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_l&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 14593 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14593 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14594 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14594 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14595 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=22&facet.sort=index&facet.field=small_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14595 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=22&facet.sort=index&facet.field=small_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14596 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=22&facet.sort=index&facet.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14596 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=22&facet.sort=index&facet.field={!key%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14596 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=22&facet.sort=index&facet.field=small_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14598 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.prefix=&facet.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.prefix=&facet.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.prefix=&facet.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.prefix=&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.prefix=&facet.field=small2_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=1
   [junit4]   2> 14603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 14603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 14603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 14604 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 14608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small3_ss&facet.method=enum} hits=0 status=0 QTime=3
   [junit4]   2> 14608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=28&facet.sort=index&facet.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=28&facet.sort=index&facet.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=28&facet.sort=index&facet.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=28&facet.sort=index&facet.field={!key%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=28&facet.sort=index&facet.field=small4_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14614 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14614 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14615 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14615 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0
   [junit4]   2> 14616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0
   [junit4]   2> 14617 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14617 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14618 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14618 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14618 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14619 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14619 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.field=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.field=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.field=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.field={!key%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14621 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.field=small3_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14621 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14622 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14622 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14622 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14623 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14623 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14624 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=0
   [junit4]   2> 14624 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14624 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14625 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14625 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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> 14626 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14626 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14626 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14627 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14627 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14628 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=foo_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14708 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=foo_d&facet.method=fc} hits=0 status=0 QTime=80
   [junit4]   2> 14709 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=foo_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14709 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14710 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=foo_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14710 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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%3Dfoo_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14714 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14714 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14714 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14715 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14715 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14716 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=4&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14716 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=4&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14716 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=4&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14717 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=4&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14717 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=4&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14718 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=4&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14718 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=100&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14718 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=100&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14719 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=100&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14719 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=100&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14720 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.limit=100&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14720 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.sort=count&facet.field=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14721 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.sort=count&facet.field=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14722 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.sort=count&facet.field=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14723 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.sort=count&facet.field={!key%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14723 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.sort=count&facet.field=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 14724 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=0&facet.field=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 14724 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=0&facet.field=missing_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 14726 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=0&facet.field=missing_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 14726 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=0&facet.field={!key%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 14727 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=0&facet.field=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15035 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XXHU]} 0 305
   [junit4]   2> 15049 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ELZT]} 0 10
   [junit4]   2> 15058 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ELZT]} 0 3
   [junit4]   2> 15083 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OPHE]} 0 19
   [junit4]   2> 15996 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> 16056 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 972
   [junit4]   2> 16085 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=6&wt=json} hits=3 status=0 QTime=20
   [junit4]   2> 16104 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=id:(ELZT )} 0 4
   [junit4]   2> 16136 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> 16140 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 34
   [junit4]   2> 16145 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=4
   [junit4]   2> 16167 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=21
   [junit4]   2> 16170 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=2
   [junit4]   2> 16173 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=2
   [junit4]   2> 16182 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=9
   [junit4]   2> 16184 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=score_f&facet.method=enum} hits=2 status=0 QTime=1
   [junit4]   2> 16191 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=score_f&facet.method=fc} hits=2 status=0 QTime=6
   [junit4]   2> 16194 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=score_f&facet.method=fcs} hits=2 status=0 QTime=0
   [junit4]   2> 16212 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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%3Dscore_f}score_f_dv} hits=2 status=0 QTime=17
   [junit4]   2> 16213 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=score_f&facet.method=uif} hits=2 status=0 QTime=0
   [junit4]   2> 16218 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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%3Dscore_f}score_f_p&facet.method=uif} hits=2 status=0 QTime=4
   [junit4]   2> 16219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=score_d&facet.method=enum} hits=2 status=0 QTime=0
   [junit4]   2> 16220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=score_d&facet.method=fc} hits=2 status=0 QTime=0
   [junit4]   2> 16220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=score_d&facet.method=fcs} hits=2 status=0 QTime=0
   [junit4]   2> 16220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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%3Dscore_d}score_d_dv} hits=2 status=0 QTime=0
   [junit4]   2> 16221 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=score_d&facet.method=uif} hits=2 status=0 QTime=0
   [junit4]   2> 16221 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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%3Dscore_d}score_d_p&facet.method=uif} hits=2 status=0 QTime=0
   [junit4]   2> 16222 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_i&facet.method=enum} hits=2 status=0 QTime=1
   [junit4]   2> 16223 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_i&facet.method=fc} hits=2 status=0 QTime=0
   [junit4]   2> 16224 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_i&facet.method=fcs} hits=2 status=0 QTime=0
   [junit4]   2> 16224 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_i}foo_i_dv} hits=2 status=0 QTime=0
   [junit4]   2> 16225 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_i&facet.method=uif} hits=2 status=0 QTime=0
   [junit4]   2> 16226 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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_i}foo_i_p&facet.method=uif} hits=2 status=0 QTime=0
   [junit4]   2> 16226 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=0
   [junit4]   2> 16227 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=0
   [junit4]   2> 16227 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=0
   [junit4]   2> 16228 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=0
   [junit4]   2> 16228 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=0
   [junit4]   2> 16230 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.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=2 status=0 QTime=1
   [junit4]   2> 16230 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small_s&facet.method=enum} hits=2 status=0 QTime=0
   [junit4]   2> 16231 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small_s&facet.method=fc} hits=2 status=0 QTime=0
   [junit4]   2> 16232 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small_s&facet.method=fcs} hits=2 status=0 QTime=1
   [junit4]   2> 16234 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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%3Dsmall_s}small_s_dv} hits=2 status=0 QTime=1
   [junit4]   2> 16238 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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=small_s&facet.method=uif} hits=2 status=0 QTime=2
   [junit4]   2> 16239 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_s&facet.method=enum} hits=2 status=0 QTime=0
   [junit4]   2> 16240 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_s&facet.method=fc} hits=2 status=0 QTime=0
   [junit4]   2> 16241 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_s&facet.method=fcs} hits=2 status=0 QTime=1
   [junit4]   2> 16243 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_s}small2_s_dv} hits=2 status=0 QTime=0
   [junit4]   2> 16243 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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_s&facet.method=uif} hits=2 status=0 QTime=0
   [junit4]   2> 16245 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 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.field=small2_ss&facet.method=enum} hits=2 status=0 QTime=0
   [junit4]   2> 16245 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=

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

st
    [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: 1 minute 1 second
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomDVFaceting" -Dtests.showOutput=onerror  -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-CU -Dtests.timezone=UTC -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 1ms
	---------------------------------------------------------------------
	|                  |            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 aloha! Master seed: B00ABC95A39804B5
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J2 PID(2211198@localhost).
   [junit4] Started J3 PID(2211179@localhost).
   [junit4] Started J0 PID(2211181@localhost).
   [junit4] Started J1 PID(2211187@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      42.2s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J2 in 52.46s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      42.6s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J1 in 53.41s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      42.7s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J3 in 54.66s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      43.0s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J0 in 55.55s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      16.1s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J2 in 17.96s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.71 ..    57.40 =    56.69s
   [junit4] JVM J1:     0.72 ..    55.93 =    55.21s
   [junit4] JVM J2:     0.71 ..    73.13 =    72.42s
   [junit4] JVM J3:     0.71 ..    56.81 =    56.11s
   [junit4] Execution time total: 1 minute 13 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/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/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/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/J3 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp])
     [echo] 5 slowest tests:
[junit4:tophints]  31.19s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

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

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 ec9a6598459 LUCENE-9322: fix minor cosmetic refactoring error in logging string in IndexWriter's infoStream logging. It was always printing 'vector values' for all merging times instead of the other parts of Lucene index ('doc values', 'stored fields', etc.)
[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 # 387 - Still Unstable!

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

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

[repro] Revision: 91ef1c0fe8854db04e42b9095437b3186ff8038e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=1883B45373343264 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=Pacific/Samoa -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: ec9a659845973a0dd0ee7c04e0075db818ed118d
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 91ef1c0fe8854db04e42b9095437b3186ff8038e

[...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=1883B45373343264 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 13166 lines...]
   [junit4]   2> 25280 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'c'!='e' @ facet_counts/facet_fields/small4_ss/[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>       "small4_ss":[
   [junit4]   2>         "c",2,
   [junit4]   2>         "e",1,
   [junit4]   2>         "f",1,
   [junit4]   2>         null,9]},
   [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>       "small4_ss":[
   [junit4]   2>         "e",2,
   [junit4]   2>         "c",1,
   [junit4]   2>         "f",1,
   [junit4]   2>         null,9]},
   [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.offset=0&facet.missing=true&facet.field=small4_ss&facet.method=uif
   [junit4]   2> 25282 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=1883B45373343264 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=lv -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 14.9s J1 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'c'!='e' @ facet_counts/facet_fields/small4_ss/[0]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1883B45373343264:15EB948626CDFADB]: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> 25290 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 25291 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=812370869
   [junit4]   2> 25291 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@286dd92d
   [junit4]   2> 25291 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@286dd92d
   [junit4]   2> 25292 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64979974: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@2fa94c48
   [junit4]   2> 25326 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 25416 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 25417 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3dcae2ab: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@61b956bc
   [junit4]   2> 25422 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 25422 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c21c52f: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@71d1e1ac
   [junit4]   2> 25422 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 25422 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c956841: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@269f2cb6
   [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_1883B45373343264-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=PostingsFormat(name=Asserting), foo_ds_dv=PostingsFormat(name=MockRandom), foo_f_dv=PostingsFormat(name=LuceneVarGapFixedInterval), small_i=PostingsFormat(name=MockRandom), small3_is=PostingsFormat(name=MockRandom), small_s=PostingsFormat(name=Asserting), score_f=PostingsFormat(name=Asserting), score_d=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom), foo_i=PostingsFormat(name=LuceneVarGapFixedInterval), foo_fs_dv=PostingsFormat(name=Asserting), foo_l=PostingsFormat(name=MockRandom), small4_ss=PostingsFormat(name=Direct), small2_s=PostingsFormat(name=Asserting), small2_i=PostingsFormat(name=MockRandom), foo_ls_dv=PostingsFormat(name=MockRandom), small2_is=PostingsFormat(name=Direct), foo_ds=PostingsFormat(name=LuceneVarGapFixedInterval), foo_fs=PostingsFormat(name=Direct), score_f_dv=PostingsFormat(name=LuceneVarGapFixedInterval), foo_d_dv=PostingsFormat(name=Direct), score_d_dv=PostingsFormat(name=Direct), foo_d=PostingsFormat(name=MockRandom), small2_ss=PostingsFormat(name=LuceneVarGapFixedInterval), foo_f=PostingsFormat(name=Asserting), foo_l_dv=PostingsFormat(name=Direct), foo_ls=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{small2_s_dv=DocValuesFormat(name=Asserting), score_f_p=DocValuesFormat(name=Asserting), id_dv=DocValuesFormat(name=Asserting), score_d_p=DocValuesFormat(name=Lucene80), small2_is_p=DocValuesFormat(name=Direct), small3_is_dv=DocValuesFormat(name=Lucene80), foo_ds_dv=DocValuesFormat(name=Lucene80), foo_f_dv=DocValuesFormat(name=Lucene80), foo_ds_p=DocValuesFormat(name=Direct), foo_l_p=DocValuesFormat(name=Lucene80), foo_i_p=DocValuesFormat(name=Lucene80), small2_i_dv=DocValuesFormat(name=Lucene80), small4_ss_dv=DocValuesFormat(name=Lucene80), small_s_dv=DocValuesFormat(name=Asserting), foo_i_dv=DocValuesFormat(name=Direct), 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=Asserting), small_i_dv=DocValuesFormat(name=Lucene80), small3_is_p=DocValuesFormat(name=Asserting), foo_ls_dv=DocValuesFormat(name=Lucene80), foo_f_p=DocValuesFormat(name=Asserting), foo_ls_p=DocValuesFormat(name=Direct), foo_d_p=DocValuesFormat(name=Lucene80), foo_fs_p=DocValuesFormat(name=Lucene80), score_f_dv=DocValuesFormat(name=Lucene80), foo_d_dv=DocValuesFormat(name=Asserting), score_d_dv=DocValuesFormat(name=Asserting), foo_l_dv=DocValuesFormat(name=Asserting), small3_ss_dv=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=260, maxMBSortInHeap=6.36178772184984, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=lv, timezone=Pacific/Samoa
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=145849128,total=309854208
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J1 in 24.65s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3690 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 3704 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3716 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2/temp/solr.TestRandomDVFaceting_1883B45373343264-001/data-dir-1-001
   [junit4]   2> 3825 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4072 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.e.j.u.log Logging initialized @4125ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4078 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4343 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4637 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4990 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 5017 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 5025 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 5030 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 5035 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 5039 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 5078 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 5092 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 7262 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 7283 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 7433 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7445 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 7677 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28f8a8d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7677 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28f8a8d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8036 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 8041 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2fa039e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8041 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2fa039e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8182 WARN  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 8732 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 8733 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 8734 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-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> 8798 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 8842 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 9089 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 9120 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 9120 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> 9185 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> 9202 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/J2/temp/solr.TestRandomDVFaceting_1883B45373343264-001/data-dir-1-001/]
   [junit4]   2> 9248 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.4013671875, floorSegmentMB=0.435546875, forceMergeDeletesPctAllowed=10.353878722213043, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3161298244480336, deletesPctAllowed=24.4974789636323
   [junit4]   2> 11076 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11076 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11078 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=47.2060546875, floorSegmentMB=2.0654296875, forceMergeDeletesPctAllowed=9.424885109439437, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39431504081440305, deletesPctAllowed=33.148975569347314
   [junit4]   2> 11106 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> 11310 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 11320 INFO  (SUITE-TestRandomDVFaceting-seed#[1883B45373343264]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 11321 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> 11354 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 11422 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11424 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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 66
   [junit4]   2> 11517 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> 11521 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 89
   [junit4]   2> 11582 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=54
   [junit4]   2> 11617 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=id&facet.method=enum} hits=0 status=0 QTime=30
   [junit4]   2> 11623 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=id&facet.method=fc} hits=0 status=0 QTime=5
   [junit4]   2> 11630 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=id&facet.method=fcs} hits=0 status=0 QTime=6
   [junit4]   2> 11631 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11631 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11633 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11657 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=24
   [junit4]   2> 11658 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11659 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11705 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=46
   [junit4]   2> 11706 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11707 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11709 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=2
   [junit4]   2> 11710 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11711 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11711 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11712 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11712 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11715 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=1
   [junit4]   2> 11715 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11715 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11716 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11716 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11717 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11719 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_l&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 11720 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11720 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11721 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11721 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11725 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=8&facet.sort=index&facet.prefix=&facet.missing=true&facet.field=small_s&facet.method=enum} hits=0 status=0 QTime=3
   [junit4]   2> 11726 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=8&facet.sort=index&facet.prefix=&facet.missing=true&facet.field=small_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11726 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=8&facet.sort=index&facet.prefix=&facet.missing=true&facet.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11727 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=8&facet.sort=index&facet.prefix=&facet.missing=true&facet.field={!key%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11727 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=8&facet.sort=index&facet.prefix=&facet.missing=true&facet.field=small_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11728 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=0&facet.prefix=&facet.missing=true&facet.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11729 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=0&facet.prefix=&facet.missing=true&facet.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11729 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=0&facet.prefix=&facet.missing=true&facet.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11730 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=0&facet.prefix=&facet.missing=true&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11730 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=0&facet.prefix=&facet.missing=true&facet.field=small2_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11731 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11731 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11732 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11732 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11732 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11733 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11733 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11734 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11734 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11734 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11735 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11735 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11736 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11736 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11737 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=small4_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11737 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11738 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11738 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11739 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11739 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11739 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11740 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=3&facet.field=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11740 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=3&facet.field=small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11740 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=3&facet.field=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11741 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=3&facet.field={!key%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11741 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=3&facet.field=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11742 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=3&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11742 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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.mincount=4&facet.field=small2_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11742 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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.mincount=4&facet.field=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11743 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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.mincount=4&facet.field=small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11743 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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.mincount=4&facet.field={!key%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11952 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11954 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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.mincount=4&facet.field=small2_is&facet.method=uif} hits=0 status=0 QTime=210
   [junit4]   2> 11955 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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.mincount=4&facet.field={!key%3Dsmall2_is}small2_is_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11956 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11956 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11956 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11957 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11957 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11958 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.sort=index&facet.field=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11958 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.sort=index&facet.field=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11958 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.sort=index&facet.field=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11959 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.sort=index&facet.field={!key%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11959 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.sort=index&facet.field=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11960 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11960 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0
   [junit4]   2> 11961 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0
   [junit4]   2> 11961 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0
   [junit4]   2> 11961 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11962 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11962 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11963 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11963 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11963 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11964 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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> 11964 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11964 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11965 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11965 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11966 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11966 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11966 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11967 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11967 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11967 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11968 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11968 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=2&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11968 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=2&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11969 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=2&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11969 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=2&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11970 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=2&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11970 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=2&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11970 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11971 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11971 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11971 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11972 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 11972 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11972 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11973 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11973 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11973 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12068 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=missing_ss&facet.method=enum} hits=0 status=0 QTime=94
   [junit4]   2> 12069 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=missing_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 12069 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=missing_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 12070 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 12070 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ESMZ]} 0 147
   [junit4]   2> 12225 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[POLO]} 0 4
   [junit4]   2> 12229 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LUJB]} 0 3
   [junit4]   2> 12233 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LUJB]} 0 3
   [junit4]   2> 13113 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> 13114 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 880
   [junit4]   2> 13132 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=6&wt=json} hits=3 status=0 QTime=17
   [junit4]   2> 13149 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=id:(ESMZ POLO LUJB )} 0 3
   [junit4]   2> 13192 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> 13194 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 44
   [junit4]   2> 13196 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=id&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13197 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=id&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13197 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=id&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13197 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13198 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13200 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.missing=true&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=2
   [junit4]   2> 13201 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.missing=true&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13201 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.missing=true&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13201 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.missing=true&facet.field={!key%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13204 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.missing=true&facet.field=score_f&facet.method=uif} hits=0 status=0 QTime=1
   [junit4]   2> 13205 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.missing=true&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13205 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13205 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=score_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13216 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=score_d&facet.method=fcs} hits=0 status=0 QTime=10
   [junit4]   2> 13216 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13216 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13217 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13217 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13218 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13218 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13218 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 13219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13221 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13221 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13221 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13222 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.field=small_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13222 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.field=small_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 13222 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 13223 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.field={!key%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 13223 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] 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.field=small_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 13223 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 13224 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 13224 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 13224 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 13225 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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> 13225 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[1883B45373343264]) [     ] o.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=0&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 13226 INFO  (TEST-TestRandomDVFaceting.testRando

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

ompiling 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=lv -Dtests.timezone=Pacific/Samoa -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 13ms :: 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: E28FCD8F13328A23
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J0 PID(5026@localhost).
   [junit4] Started J3 PID(5036@localhost).
   [junit4] Started J1 PID(5039@localhost).
   [junit4] Started J2 PID(5048@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      45.7s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J0 in 54.85s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      45.1s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J3 in 55.35s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      45.6s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J2 in 56.32s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      45.7s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J1 in 56.56s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      17.0s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J0 in 18.62s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.82 ..    76.68 =    75.86s
   [junit4] JVM J1:     1.05 ..    58.74 =    57.69s
   [junit4] JVM J2:     1.05 ..    58.53 =    57.48s
   [junit4] JVM J3:     1.05 ..    58.35 =    57.31s
   [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/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])
   [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])
     [echo] 5 slowest tests:
[junit4:tophints]  30.14s | 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 ec9a659845973a0dd0ee7c04e0075db818ed118d
Note: checking out 'ec9a659845973a0dd0ee7c04e0075db818ed118d'.

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 performing another checkout.

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

  git checkout -b <new-branch-name>

HEAD is now at ec9a6598459 LUCENE-9322: fix minor cosmetic refactoring error in logging string in IndexWriter's infoStream logging. It was always printing 'vector values' for all merging times instead of the other parts of Lucene index ('doc values', 'stored fields', etc.)
[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 lucene1
		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 # 386 - Still Unstable!

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

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

[repro] Revision: 91ef1c0fe8854db04e42b9095437b3186ff8038e

[repro] Repro line:  ant test  -Dtestcase=TestCircuitBreaker -Dtests.method=testResponseWithCBTiming -Dtests.seed=BF8D3AA3C41FF310 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=is-IS -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=BF8D3AA3C41FF310 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mt-MT -Dtests.timezone=Pacific/Truk -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: ec9a659845973a0dd0ee7c04e0075db818ed118d
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 91ef1c0fe8854db04e42b9095437b3186ff8038e

[...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]       TestCircuitBreaker
[repro]       TestRandomDVFaceting
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestCircuitBreaker|*.TestRandomDVFaceting" -Dtests.showOutput=onerror  -Dtests.seed=BF8D3AA3C41FF310 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=is-IS -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 21328 lines...]
   [junit4]   2> 43541 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'b'!='a' @ facet_counts/facet_fields/small_s/[2]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":12,"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>         "c",4,
   [junit4]   2>         "b",2,
   [junit4]   2>         "d",0]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":12,"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>         "c",4,
   [junit4]   2>         "a",1,
   [junit4]   2>         "b",1,
   [junit4]   2>         "d",0]},
   [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=small_s&facet.method=uif
   [junit4]   2> 43541 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=BF8D3AA3C41FF310 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=is-IS -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 27.1s J0 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'b'!='a' @ facet_counts/facet_fields/small_s/[2]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BF8D3AA3C41FF310:B2E51A7691E63BAF]: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> 43546 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 43546 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1985615102
   [junit4]   2> 43546 INFO  (coreCloseExecutor-41-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a399483
   [junit4]   2> 43546 INFO  (coreCloseExecutor-41-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@1a399483
   [junit4]   2> 43546 INFO  (coreCloseExecutor-41-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c5e30bc: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@1290cca5
   [junit4]   2> 43568 INFO  (coreCloseExecutor-41-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 43574 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 43574 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f03fbb4: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@6797f5d
   [junit4]   2> 43579 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 43579 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c241a65: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6048fa33
   [junit4]   2> 43580 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 43580 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e9b01ef: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1a640e46
   [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_BF8D3AA3C41FF310-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=PostingsFormat(name=Asserting), foo_ds_dv=Lucene84, foo_f_dv=PostingsFormat(name=Direct), small_i=Lucene84, small3_is=Lucene84, small_s=PostingsFormat(name=Asserting), score_f=PostingsFormat(name=Asserting), score_d=Lucene84, id=Lucene84, foo_i=PostingsFormat(name=Direct), foo_fs_dv=PostingsFormat(name=Asserting), foo_l=Lucene84, small4_ss=PostingsFormat(name=LuceneFixedGap), small2_s=PostingsFormat(name=Asserting), small2_i=Lucene84, foo_ls_dv=Lucene84, small2_is=PostingsFormat(name=LuceneFixedGap), foo_ds=PostingsFormat(name=Direct), foo_fs=PostingsFormat(name=LuceneFixedGap), foo_d_dv=PostingsFormat(name=LuceneFixedGap), score_f_dv=PostingsFormat(name=Direct), foo_d=Lucene84, score_d_dv=PostingsFormat(name=LuceneFixedGap), small2_ss=PostingsFormat(name=Direct), foo_f=PostingsFormat(name=Asserting), foo_l_dv=PostingsFormat(name=LuceneFixedGap), foo_ls=PostingsFormat(name=Direct)}, docValues:{small2_s_dv=DocValuesFormat(name=Asserting), score_f_p=DocValuesFormat(name=Asserting), id_dv=DocValuesFormat(name=Asserting), score_d_p=DocValuesFormat(name=Lucene80), small2_is_p=DocValuesFormat(name=Direct), small3_is_dv=DocValuesFormat(name=Lucene80), foo_ds_dv=DocValuesFormat(name=Lucene80), foo_f_dv=DocValuesFormat(name=Lucene80), foo_ds_p=DocValuesFormat(name=Direct), foo_l_p=DocValuesFormat(name=Lucene80), foo_i_p=DocValuesFormat(name=Lucene80), small2_i_dv=DocValuesFormat(name=Lucene80), small4_ss_dv=DocValuesFormat(name=Lucene80), small_s_dv=DocValuesFormat(name=Asserting), foo_i_dv=DocValuesFormat(name=Direct), 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=Asserting), small_i_dv=DocValuesFormat(name=Lucene80), small3_is_p=DocValuesFormat(name=Asserting), foo_ls_dv=DocValuesFormat(name=Lucene80), foo_f_p=DocValuesFormat(name=Asserting), foo_ls_p=DocValuesFormat(name=Direct), foo_d_p=DocValuesFormat(name=Lucene80), foo_fs_p=DocValuesFormat(name=Lucene80), score_f_dv=DocValuesFormat(name=Lucene80), foo_d_dv=DocValuesFormat(name=Asserting), score_d_dv=DocValuesFormat(name=Asserting), foo_l_dv=DocValuesFormat(name=Asserting), small3_ss_dv=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=493, maxMBSortInHeap=5.412564381770178, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=is-IS, timezone=Pacific/Samoa
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=180129160,total=324534272
   [junit4]   2> NOTE: All tests run in this JVM: [TestCircuitBreaker, TestRandomDVFaceting]
   [junit4] Completed [6/10 (1!)] on J0 in 28.00s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 16411 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-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> 16411 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 16411 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2/temp/solr.TestRandomDVFaceting_BF8D3AA3C41FF310-001/data-dir-2-001
   [junit4]   2> 16412 WARN  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 16412 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 16414 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-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> 16415 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 16427 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 16440 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 16451 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 17383 WARN  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-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> 17390 WARN  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-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> 17391 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 17410 WARN  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3badf5ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17411 WARN  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3badf5ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17433 WARN  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@38233455[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17433 WARN  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@38233455[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17434 WARN  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-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> 17549 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21935cf6
   [junit4]   2> 17549 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21935cf6
   [junit4]   2> 17550 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21935cf6
   [junit4]   2> 17557 INFO  (coreLoadExecutor-34-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 17570 INFO  (coreLoadExecutor-34-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 17588 INFO  (coreLoadExecutor-34-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 17596 INFO  (coreLoadExecutor-34-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 17596 INFO  (coreLoadExecutor-34-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> 17597 INFO  (coreLoadExecutor-34-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@21935cf6
   [junit4]   2> 17597 INFO  (coreLoadExecutor-34-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/J2/temp/solr.TestRandomDVFaceting_BF8D3AA3C41FF310-001/data-dir-2-001/]
   [junit4]   2> 17601 INFO  (coreLoadExecutor-34-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8825333199574229]
   [junit4]   2> 17649 INFO  (coreLoadExecutor-34-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 17649 INFO  (coreLoadExecutor-34-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 17650 INFO  (coreLoadExecutor-34-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 17651 WARN  (coreLoadExecutor-34-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> 17652 INFO  (coreLoadExecutor-34-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 17654 INFO  (SUITE-TestRandomDVFaceting-seed#[BF8D3AA3C41FF310]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 17659 INFO  (searcherExecutor-36-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 17664 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 17963 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 17964 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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 12
   [junit4]   2> 17970 INFO  (searcherExecutor-36-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 17973 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 17993 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=14
   [junit4]   2> 18019 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&facet.limit=38&facet.sort=index&facet.field=id&facet.method=enum} hits=0 status=0 QTime=24
   [junit4]   2> 18026 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&facet.limit=38&facet.sort=index&facet.field=id&facet.method=fc} hits=0 status=0 QTime=6
   [junit4]   2> 18032 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&facet.limit=38&facet.sort=index&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=5
   [junit4]   2> 18034 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&facet.limit=38&facet.sort=index&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=2
   [junit4]   2> 18035 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&facet.limit=38&facet.sort=index&facet.field=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18040 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=23&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=1
   [junit4]   2> 18055 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=23&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=13
   [junit4]   2> 18056 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=23&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18056 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=23&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18135 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=23&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=uif} hits=0 status=0 QTime=78
   [junit4]   2> 18136 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=23&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> 18140 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=51&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=2
   [junit4]   2> 18144 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=51&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=3
   [junit4]   2> 18144 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=51&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18145 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=51&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18146 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=51&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=1
   [junit4]   2> 18147 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=51&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> 18148 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18150 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_i&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 18151 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18152 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field={!key%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18153 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18153 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18154 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18157 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=3
   [junit4]   2> 18158 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18158 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18159 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18159 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=9&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> 18160 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18160 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18160 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18161 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18161 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18164 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small2_s&facet.method=enum} hits=0 status=0 QTime=3
   [junit4]   2> 18165 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18166 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18167 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18167 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small2_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18170 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18170 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18171 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18171 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=0
   [junit4]   2> 18172 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18172 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18173 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18173 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18173 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18173 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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> 18174 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18175 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18175 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18176 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18176 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=0
   [junit4]   2> 18177 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18177 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18177 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18179 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18179 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18180 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18182 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18182 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=0
   [junit4]   2> 18183 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18183 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=0
   [junit4]   2> 18183 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18184 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18184 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18184 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18185 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18185 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18185 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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> 18186 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18186 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18187 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18187 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18188 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=small3_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18192 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=foo_fs&facet.method=enum} hits=0 status=0 QTime=3
   [junit4]   2> 18192 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18193 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18194 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18194 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18195 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=36&facet.sort=count&facet.mincount=3&facet.field=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18196 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=36&facet.sort=count&facet.mincount=3&facet.field=foo_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18196 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=36&facet.sort=count&facet.mincount=3&facet.field=foo_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18196 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=36&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18197 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=36&facet.sort=count&facet.mincount=3&facet.field=foo_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18198 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=36&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> 18199 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=19&facet.field=foo_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18204 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=19&facet.field=foo_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18205 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=19&facet.field=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18205 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=19&facet.field={!key%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18205 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=19&facet.field=foo_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18206 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18206 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18207 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18207 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18207 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18208 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=1
   [junit4]   2> 18210 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18216 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=foo_ls&facet.method=fc} hits=0 status=0 QTime=4
   [junit4]   2> 18216 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18217 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18217 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18217 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18218 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18218 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18218 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18218 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18227 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=missing_is,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 18230 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_is&facet.method=uif} hits=0 status=0 QTime=9
   [junit4]   2> 18231 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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%3Dmissing_is}missing_is_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18231 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18232 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18232 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18233 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18234 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18236 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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_ss&facet.method=enum} hits=0 status=0 QTime=2
   [junit4]   2> 18238 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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_ss&facet.method=fc} hits=0 status=0 QTime=1
   [junit4]   2> 18239 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18240 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18241 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18280 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[AGQS]} 0 38
   [junit4]   2> 18288 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[YDHQ]} 0 5
   [junit4]   2> 18293 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[EZCJ]} 0 3
   [junit4]   2> 18303 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GSHC]} 0 4
   [junit4]   2> 18307 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GSHC]} 0 3
   [junit4]   2> 18307 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[BUKT]} 0 0
   [junit4]   2> 18308 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[NIGU]} 0 0
   [junit4]   2> 18309 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GQIL]} 0 0
   [junit4]   2> 18310 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OTBQ]} 0 0
   [junit4]   2> 18311 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[BQLY]} 0 0
   [junit4]   2> 18668 INFO  (searcherExecutor-36-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 18669 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 357
   [junit4]   2> 18675 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TLJS]} 0 3
   [junit4]   2> 18677 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TLJS]} 0 1
   [junit4]   2> 18683 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FPBN]} 0 4
   [junit4]   2> 18690 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[REMC]} 0 6
   [junit4]   2> 18738 INFO  (searcherExecutor-36-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 18740 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 49
   [junit4]   2> 18743 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ORGL]} 0 1
   [junit4]   2> 18744 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TUJY]} 0 0
   [junit4]   2> 18744 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MXQB]} 0 0
   [junit4]   2> 18745 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[NCPJ]} 0 0
   [junit4]   2> 18803 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[APBT]} 0 0
   [junit4]   2> 18803 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ERBB]} 0 0
   [junit4]   2> 18911 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TJMR]} 0 108
   [junit4]   2> 18913 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[CKTD]} 0 1
   [junit4]   2> 18956 INFO  (searcherExecutor-36-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 18957 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 43
   [junit4]   2> 18963 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[RYLH]} 0 5
   [junit4]   2> 18980 INFO  (searcherExecutor-36-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 18981 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 17
   [junit4]   2> 18995 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=42&wt=json} hits=21 status=0 QTime=14
   [junit4]   2> 19002 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=id:(YDHQ )} 0 3
   [junit4]   2> 19012 INFO  (searcherExecutor-36-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 19013 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 19024 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=2&facet.field=id&facet.method=enum} hits=20 status=0 QTime=8
   [junit4]   2> 19048 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=2&facet.field=id&facet.method=fc} hits=20 status=0 QTime=23
   [junit4]   2> 19055 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=2&facet.field=id&facet.method=fcs} hits=20 status=0 QTime=7
   [junit4]   2> 19074 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=2&facet.field={!key%3Did}id_dv} hits=20 status=0 QTime=19
   [junit4]   2> 19082 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=2&facet.field=id&facet.method=uif} hits=20 status=0 QTime=8
   [junit4]   2> 19089 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=6
   [junit4]   2> 19103 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=14
   [junit4]   2> 19104 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=0
   [junit4]   2> 19105 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=0
   [junit4]   2> 19105 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=0
   [junit4]   2> 19106 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=0
   [junit4]   2> 19107 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=0
   [junit4]   2> 19107 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=0
   [junit4]   2> 19108 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=0
   [junit4]   2> 19108 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=0
   [junit4]   2> 19108 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=0
   [junit4]   2> 19109 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] o.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=20 status=0 QTime=0
   [junit4]   2> 19109 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_i&facet.method=enum} hits=20 status=0 QTime=0
   [junit4]   2> 19110 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_i&facet.method=fc} hits=20 status=0 QTime=1
   [junit4]   2> 19111 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_i&facet.method=fcs} hits=20 status=0 QTime=0
   [junit4]   2> 19112 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field={!key%3Dfoo_i}foo_i_dv} hits=20 status=0 QTime=0
   [junit4]   2> 19112 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_i&facet.method=uif} hits=20 status=0 QTime=0
   [junit4]   2> 19113 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=20 status=0 QTime=0
   [junit4]   2> 19113 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_l&facet.method=enum} hits=20 status=0 QTime=0
   [junit4]   2> 19114 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_l&facet.method=fc} hits=20 status=0 QTime=0
   [junit4]   2> 19114 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_l&facet.method=fcs} hits=20 status=0 QTime=0
   [junit4]   2> 19115 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field={!key%3Dfoo_l}foo_l_dv} hits=20 status=0 QTime=0
   [junit4]   2> 19115 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field=foo_l&facet.method=uif} hits=20 status=0 QTime=0
   [junit4]   2> 19115 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BF8D3AA3C41FF310]) [     ] 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=4&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=20 status=0 QTime=0
   [junit4]   2> 19116 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting

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

   [junit4]   2>         "c",1,
   [junit4]   2>         "d",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=small2_s&facet.method=uif
   [junit4]   2> 22975 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3C1482A918CE99B0]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=3C1482A918CE99B0 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=mt-MT -Dtests.timezone=Pacific/Truk -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.23s J3 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'b'!='c' @ facet_counts/facet_fields/small2_s/[2]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3C1482A918CE99B0:317CA27C4D37510F]: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> 22976 INFO  (SUITE-TestRandomDVFaceting-seed#[3C1482A918CE99B0]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 22976 INFO  (SUITE-TestRandomDVFaceting-seed#[3C1482A918CE99B0]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=177678317
   [junit4]   2> 22976 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@777c484a
   [junit4]   2> 22976 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@777c484a
   [junit4]   2> 22976 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1296f665: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@20084c76
   [junit4]   2> 22989 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 22990 INFO  (SUITE-TestRandomDVFaceting-seed#[3C1482A918CE99B0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 22990 INFO  (SUITE-TestRandomDVFaceting-seed#[3C1482A918CE99B0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60242304: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@7fd85c18
   [junit4]   2> 22995 INFO  (SUITE-TestRandomDVFaceting-seed#[3C1482A918CE99B0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 22995 INFO  (SUITE-TestRandomDVFaceting-seed#[3C1482A918CE99B0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1370d178: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@77ea616e
   [junit4]   2> 22995 INFO  (SUITE-TestRandomDVFaceting-seed#[3C1482A918CE99B0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 22995 INFO  (SUITE-TestRandomDVFaceting-seed#[3C1482A918CE99B0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@659e601e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@24d36e49
   [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_3C1482A918CE99B0-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_ds_dv=PostingsFormat(name=Asserting), foo_f_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), small_i=PostingsFormat(name=Asserting), small3_is=PostingsFormat(name=Asserting), small_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), score_f=PostingsFormat(name=Asserting), score_d=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_fs_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small4_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), small2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small2_i=PostingsFormat(name=Asserting), foo_ls_dv=PostingsFormat(name=Asserting), small2_is=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_ds=FST50, foo_fs=PostingsFormat(name=LuceneVarGapDocFreqInterval), score_f_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_d_dv=FST50, score_d_dv=FST50, foo_d=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small2_ss=FST50, foo_f=PostingsFormat(name=Asserting), foo_l_dv=FST50, foo_ls=FST50}, docValues:{small2_s_dv=DocValuesFormat(name=Lucene80), score_f_p=DocValuesFormat(name=Direct), id_dv=DocValuesFormat(name=Direct), score_d_p=DocValuesFormat(name=Lucene80), small2_is_p=DocValuesFormat(name=Lucene80), small3_is_dv=DocValuesFormat(name=Direct), foo_ds_dv=DocValuesFormat(name=Asserting), foo_f_dv=DocValuesFormat(name=Lucene80), foo_ds_p=DocValuesFormat(name=Asserting), foo_l_p=DocValuesFormat(name=Direct), foo_i_p=DocValuesFormat(name=Asserting), small2_i_dv=DocValuesFormat(name=Direct), small4_ss_dv=DocValuesFormat(name=Lucene80), small_s_dv=DocValuesFormat(name=Direct), foo_i_dv=DocValuesFormat(name=Asserting), small2_ss_dv=DocValuesFormat(name=Asserting), foo_fs_dv=DocValuesFormat(name=Lucene80), small2_is_dv=DocValuesFormat(name=Lucene80), 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=Asserting), foo_f_p=DocValuesFormat(name=Lucene80), foo_ls_p=DocValuesFormat(name=Asserting), foo_d_p=DocValuesFormat(name=Direct), foo_fs_p=DocValuesFormat(name=Lucene80), 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=453, maxMBSortInHeap=6.6023126874132325, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=mt-MT, timezone=Pacific/Truk
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=217591328,total=370147328
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestRandomDVFaceting]
   [junit4] Completed [5/5 (5!)] on J3 in 3.89s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 3C1482A918CE99B0]:
   [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.74 ..    20.57 =    19.82s
   [junit4] JVM J1:     0.74 ..    20.97 =    20.23s
   [junit4] JVM J2:     0.74 ..    20.25 =    19.51s
   [junit4] JVM J3:     0.75 ..    24.17 =    23.42s
   [junit4] Execution time total: 24 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: 3C1482A918CE99B0]

Total time: 25 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 ec9a659845973a0dd0ee7c04e0075db818ed118d
Note: checking out 'ec9a659845973a0dd0ee7c04e0075db818ed118d'.

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 performing another checkout.

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

  git checkout -b <new-branch-name>

HEAD is now at ec9a6598459 LUCENE-9322: fix minor cosmetic refactoring error in logging string in IndexWriter's infoStream logging. It was always printing 'vector values' for all merging times instead of the other parts of Lucene index ('doc values', 'stored fields', etc.)
[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 # 385 - Still Unstable!

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

[...truncated 29 lines...]
[repro] Jenkins log URL: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/87//consoleText

[repro] Revision: 95b4ee02ef97387ed18be8e1383267f66e850c4e

[repro] Ant options: -Dtests.multiplier=2 -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
[repro] Repro line:  ant test  -Dtestcase=TestSimpleTextDocValuesFormat -Dtests.method=testSortedSetFixedLengthSingleValuedVsStoredFields -Dtests.seed=33989D66E7EAA3D5 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=pt-PT -Dtests.timezone=Europe/Guernsey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=96011EDDB1D51F7 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=pl -Dtests.timezone=Cuba -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=RollingRestartTest -Dtests.method=test -Dtests.seed=96011EDDB1D51F7 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar-KW -Dtests.timezone=Asia/Thimbu -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=TestReplicationHandler -Dtests.seed=96011EDDB1D51F7 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-SV -Dtests.timezone=Cuba -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: 8be0cea5442c2edab260d0598b920ba832506f80
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 95b4ee02ef97387ed18be8e1383267f66e850c4e

[...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]       RollingRestartTest
[repro]       TestRandomDVFaceting
[repro]       TestReplicationHandler
[repro]    lucene/codecs
[repro]       TestSimpleTextDocValuesFormat
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15 -Dtests.class="*.RollingRestartTest|*.TestRandomDVFaceting|*.TestReplicationHandler" -Dtests.showOutput=onerror -Dtests.multiplier=2 -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.seed=96011EDDB1D51F7 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar-KW -Dtests.timezone=Asia/Thimbu -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 1472 lines...]
   [junit4]   2> 18509 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'MIKB'!='LOEG' @ facet_counts/facet_fields/id/[72]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":77,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "id":[
   [junit4]   2>         "AQDP",1,
   [junit4]   2>         "ATRE",1,
   [junit4]   2>         "AZUG",1,
   [junit4]   2>         "BAWU",1,
   [junit4]   2>         "BGNL",1,
   [junit4]   2>         "BKRR",1,
   [junit4]   2>         "BPDX",1,
   [junit4]   2>         "CBEG",1,
   [junit4]   2>         "CSQI",1,
   [junit4]   2>         "CWKC",1,
   [junit4]   2>         "DAHX",1,
   [junit4]   2>         "DKZR",1,
   [junit4]   2>         "DPKY",1,
   [junit4]   2>         "EBXE",1,
   [junit4]   2>         "EDPC",1,
   [junit4]   2>         "ELUF",1,
   [junit4]   2>         "ENAU",1,
   [junit4]   2>         "FAQA",1,
   [junit4]   2>         "FFSG",1,
   [junit4]   2>         "FGJG",1,
   [junit4]   2>         "FXSU",1,
   [junit4]   2>         "GMMH",1,
   [junit4]   2>         "GQZK",1,
   [junit4]   2>         "GVOC",1,
   [junit4]   2>         "HGJZ",1,
   [junit4]   2>         "HPKR",1,
   [junit4]   2>         "HUGW",1,
   [junit4]   2>         "ICAT",1,
   [junit4]   2>         "IJTG",1,
   [junit4]   2>         "JERX",1,
   [junit4]   2>         "JJWL",1,
   [junit4]   2>         "JMDA",1,
   [junit4]   2>         "JQFL",1,
   [junit4]   2>         "KJBL",1,
   [junit4]   2>         "KNMI",1,
   [junit4]   2>         "LFER",1,
   [junit4]   2>         "MIKB",1,
   [junit4]   2>         "MQWO",1,
   [junit4]   2>         "NEEZ",1,
   [junit4]   2>         "NLKN",1,
   [junit4]   2>         "NTEX",1,
   [junit4]   2>         "NVLP",1,
   [junit4]   2>         "NWQO",1,
   [junit4]   2>         "ODJT",1,
   [junit4]   2>         "OHJK",1,
   [junit4]   2>         "OTGI",1,
   [junit4]   2>         "PBNW",1,
   [junit4]   2>         "QIJF",1,
   [junit4]   2>         "QSGV",1,
   [junit4]   2>         "QXIW",1,
   [junit4]   2>         "RFCR",1,
   [junit4]   2>         "RFZT",1,
   [junit4]   2>         "TOQX",1,
   [junit4]   2>         "TWIN",1,
   [junit4]   2>         "UBPU",1,
   [junit4]   2>         "UDXE",1,
   [junit4]   2>         "UMFF",1,
   [junit4]   2>         "UMQJ",1,
   [junit4]   2>         "UOVY",1,
   [junit4]   2>         "UQOQ",1,
   [junit4]   2>         "USXL",1,
   [junit4]   2>         "VMPW",1,
   [junit4]   2>         "VPVY",1,
   [junit4]   2>         "WBEC",1,
   [junit4]   2>         "WERE",1,
   [junit4]   2>         "WJZV",1,
   [junit4]   2>         "WLHQ",1,
   [junit4]   2>         "WQPJ",1,
   [junit4]   2>         "WTRV",1,
   [junit4]   2>         "WXFH",1,
   [junit4]   2>         "XHIP",1,
   [junit4]   2>         "XOEU",1,
   [junit4]   2>         "YLQK",1,
   [junit4]   2>         "YSPT",1,
   [junit4]   2>         "ZAHC",1,
   [junit4]   2>         "ZKCF",1,
   [junit4]   2>         "ZMCZ",1,
   [junit4]   2>         "AEPK",0,
   [junit4]   2>         "BLGS",0,
   [junit4]   2>         "DADF",0,
   [junit4]   2>         "DSKB",0,
   [junit4]   2>         "FJFV",0,
   [junit4]   2>         "GCRD",0,
   [junit4]   2>         "GMIL",0,
   [junit4]   2>         "IASV",0,
   [junit4]   2>         "KXEN",0,
   [junit4]   2>         "PNUE",0,
   [junit4]   2>         "PXIJ",0,
   [junit4]   2>         "QUOH",0,
   [junit4]   2>         "QVUH",0,
   [junit4]   2>         "RGYX",0,
   [junit4]   2>         "SVMN",0,
   [junit4]   2>         "UZYJ",0,
   [junit4]   2>         "VTKX",0,
   [junit4]   2>         "WTGH",0,
   [junit4]   2>         "WUWA",0,
   [junit4]   2>         "ZDFG",0]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":77,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "id":[
   [junit4]   2>         "AQDP",1,
   [junit4]   2>         "ATRE",1,
   [junit4]   2>         "AZUG",1,
   [junit4]   2>         "BAWU",1,
   [junit4]   2>         "BGNL",1,
   [junit4]   2>         "BKRR",1,
   [junit4]   2>         "BPDX",1,
   [junit4]   2>         "CBEG",1,
   [junit4]   2>         "CSQI",1,
   [junit4]   2>         "CWKC",1,
   [junit4]   2>         "DAHX",1,
   [junit4]   2>         "DKZR",1,
   [junit4]   2>         "DPKY",1,
   [junit4]   2>         "EBXE",1,
   [junit4]   2>         "EDPC",1,
   [junit4]   2>         "ELUF",1,
   [junit4]   2>         "ENAU",1,
   [junit4]   2>         "FAQA",1,
   [junit4]   2>         "FFSG",1,
   [junit4]   2>         "FGJG",1,
   [junit4]   2>         "FXSU",1,
   [junit4]   2>         "GMMH",1,
   [junit4]   2>         "GQZK",1,
   [junit4]   2>         "GVOC",1,
   [junit4]   2>         "HGJZ",1,
   [junit4]   2>         "HPKR",1,
   [junit4]   2>         "HUGW",1,
   [junit4]   2>         "ICAT",1,
   [junit4]   2>         "IJTG",1,
   [junit4]   2>         "JERX",1,
   [junit4]   2>         "JJWL",1,
   [junit4]   2>         "JMDA",1,
   [junit4]   2>         "JQFL",1,
   [junit4]   2>         "KJBL",1,
   [junit4]   2>         "KNMI",1,
   [junit4]   2>         "LFER",1,
   [junit4]   2>         "LOEG",1,
   [junit4]   2>         "MIKB",1,
   [junit4]   2>         "MQWO",1,
   [junit4]   2>         "NLKN",1,
   [junit4]   2>         "NTEX",1,
   [junit4]   2>         "NVLP",1,
   [junit4]   2>         "NWQO",1,
   [junit4]   2>         "ODJT",1,
   [junit4]   2>         "OHJK",1,
   [junit4]   2>         "OTGI",1,
   [junit4]   2>         "PBNW",1,
   [junit4]   2>         "QIJF",1,
   [junit4]   2>         "QSGV",1,
   [junit4]   2>         "QXIW",1,
   [junit4]   2>         "RFCR",1,
   [junit4]   2>         "RFZT",1,
   [junit4]   2>         "TOQX",1,
   [junit4]   2>         "TWIN",1,
   [junit4]   2>         "UBPU",1,
   [junit4]   2>         "UDXE",1,
   [junit4]   2>         "UMFF",1,
   [junit4]   2>         "UMQJ",1,
   [junit4]   2>         "UOVY",1,
   [junit4]   2>         "UQOQ",1,
   [junit4]   2>         "USXL",1,
   [junit4]   2>         "VMPW",1,
   [junit4]   2>         "VPVY",1,
   [junit4]   2>         "WBEC",1,
   [junit4]   2>         "WERE",1,
   [junit4]   2>         "WJZV",1,
   [junit4]   2>         "WLHQ",1,
   [junit4]   2>         "WQPJ",1,
   [junit4]   2>         "WTRV",1,
   [junit4]   2>         "WXFH",1,
   [junit4]   2>         "XHIP",1,
   [junit4]   2>         "XOEU",1,
   [junit4]   2>         "YLQK",1,
   [junit4]   2>         "YSPT",1,
   [junit4]   2>         "ZAHC",1,
   [junit4]   2>         "ZKCF",1,
   [junit4]   2>         "ZMCZ",1,
   [junit4]   2>         "AEPK",0,
   [junit4]   2>         "BLGS",0,
   [junit4]   2>         "BRST",0,
   [junit4]   2>         "DADF",0,
   [junit4]   2>         "DSKB",0,
   [junit4]   2>         "FJFV",0,
   [junit4]   2>         "GCRD",0,
   [junit4]   2>         "GMIL",0,
   [junit4]   2>         "IASV",0,
   [junit4]   2>         "PNUE",0,
   [junit4]   2>         "PXIJ",0,
   [junit4]   2>         "QUOH",0,
   [junit4]   2>         "QVUH",0,
   [junit4]   2>         "RGYX",0,
   [junit4]   2>         "SVMN",0,
   [junit4]   2>         "UZYJ",0,
   [junit4]   2>         "VTKX",0,
   [junit4]   2>         "WTGH",0,
   [junit4]   2>         "WUWA",0,
   [junit4]   2>         "ZDFG",0]},
   [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=id&facet.method=uif
   [junit4]   2> 18698 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=96011EDDB1D51F7 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.badapples=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar-KW -Dtests.timezone=Asia/Thimbu -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 7.61s J0 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'MIKB'!='LOEG' @ facet_counts/facet_fields/id/[72]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([96011EDDB1D51F7:40831388EE49948]: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> 18707 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 18707 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=26586795
   [junit4]   2> 18708 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18ef2010
   [junit4]   2> 18708 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@18ef2010
   [junit4]   2> 18708 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b6e440f: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@3ccb62a0
   [junit4]   2> 18728 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 18743 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 18743 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40bfa3ac: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@65e537c3
   [junit4]   2> 18750 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 18750 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b3b9b41: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@c3090af
   [junit4]   2> 18750 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 18750 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25b68158: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6613c800
   [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_96011EDDB1D51F7-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ar-KW, timezone=Asia/Thimbu
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=150077680,total=319815680
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/15 (1!)] on J0 in 17.94s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3644 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 3665 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1/temp/solr.TestRandomDVFaceting_96011EDDB1D51F7-001/data-dir-1-001
   [junit4]   2> 3939 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3996 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.e.j.u.log Logging initialized @4057ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4002 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 4350 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4351 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4807 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 5198 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 5227 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 5237 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 5244 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 5251 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 5257 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 5315 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 5329 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 6211 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 6233 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 6499 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6513 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 6648 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@19807613[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6648 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@19807613[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7021 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 7023 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e665de7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7023 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e665de7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7403 WARN  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-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> 7919 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9d5bad0
   [junit4]   2> 7921 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9d5bad0
   [junit4]   2> 7921 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9d5bad0
   [junit4]   2> 7985 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 8378 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 8440 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 8462 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 8462 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> 8529 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@9d5bad0
   [junit4]   2> 8546 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/J1/temp/solr.TestRandomDVFaceting_96011EDDB1D51F7-001/data-dir-1-001/]
   [junit4]   2> 8608 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=0.728515625, floorSegmentMB=1.037109375, forceMergeDeletesPctAllowed=2.783512075687856, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=25.01042840657029
   [junit4]   2> 10629 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 10629 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 10632 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=3, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=19.84765625, floorSegmentMB=1.14453125, forceMergeDeletesPctAllowed=16.993611524422978, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=45.97355789131305
   [junit4]   2> 10670 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> 10705 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 10716 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> 10723 INFO  (SUITE-TestRandomDVFaceting-seed#[96011EDDB1D51F7]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 10737 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 10926 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10930 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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 186
   [junit4]   2> 11034 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> 11039 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 99
   [junit4]   2> 11080 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11116 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11363 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=246
   [junit4]   2> 11372 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=8
   [junit4]   2> 11373 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11373 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11381 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=score_f&facet.method=enum} hits=0 status=0 QTime=5
   [junit4]   2> 11399 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=score_f&facet.method=fc} hits=0 status=0 QTime=17
   [junit4]   2> 11399 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11400 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11447 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=score_f&facet.method=uif} hits=0 status=0 QTime=47
   [junit4]   2> 11448 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11449 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11461 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_d&facet.method=fc} hits=0 status=0 QTime=11
   [junit4]   2> 11462 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11463 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_d}score_d_dv} hits=0 status=0 QTime=1
   [junit4]   2> 11464 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11465 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11466 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=foo_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11470 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=foo_i&facet.method=fc} hits=0 status=0 QTime=3
   [junit4]   2> 11471 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=foo_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11471 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11472 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=foo_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11472 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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%3Dfoo_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11473 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11476 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=0 status=0 QTime=2
   [junit4]   2> 11476 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11476 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11477 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11478 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11483 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11483 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11484 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11485 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11485 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11486 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=????tg?????Q?????&facet.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11486 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=????tg?????Q?????&facet.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11487 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=????tg?????Q?????&facet.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11487 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=????tg?????Q?????&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11488 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=????tg?????Q?????&facet.field=small2_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11488 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=-1&facet.missing=true&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11489 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=-1&facet.missing=true&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11489 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=-1&facet.missing=true&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11489 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=-1&facet.missing=true&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11490 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=-1&facet.missing=true&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11490 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11491 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11491 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11492 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11492 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11494 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11494 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=small4_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11495 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11495 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11495 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11496 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11496 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11496 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11497 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11497 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11498 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11499 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=1
   [junit4]   2> 11500 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11500 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11501 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=30&facet.sort=count&facet.field=small2_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11501 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=30&facet.sort=count&facet.field=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11502 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=30&facet.sort=count&facet.field=small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11502 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=30&facet.sort=count&facet.field={!key%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11502 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=30&facet.sort=count&facet.field=small2_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11503 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.field=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11504 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.field=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11505 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.field=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11506 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.field={!key%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11506 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.field=small3_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11507 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11507 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11510 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11511 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11511 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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> 11512 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11513 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11514 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=1
   [junit4]   2> 11515 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=0
   [junit4]   2> 11516 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11516 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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> 11517 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11517 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11517 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11518 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11519 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11519 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=foo_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11521 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=foo_d&facet.method=fc} hits=0 status=0 QTime=1
   [junit4]   2> 11522 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=foo_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11522 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11523 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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=foo_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11524 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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%3Dfoo_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11525 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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.missing=true&facet.field=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11525 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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.missing=true&facet.field=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11526 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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.missing=true&facet.field=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11527 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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.missing=true&facet.field={!key%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11527 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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.missing=true&facet.field=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11528 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=73&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11529 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=73&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11529 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=73&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11531 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=73&facet.sort=count&facet.mincount=3&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=1
   [junit4]   2> 11533 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=73&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=1
   [junit4]   2> 11534 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=73&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> 11535 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.mincount=1&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11535 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.mincount=1&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11536 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.mincount=1&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11542 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.mincount=1&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=6
   [junit4]   2> 11551 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=missing_is,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 11553 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.mincount=1&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=10
   [junit4]   2> 11553 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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.mincount=1&facet.field={!key%3Dmissing_is}missing_is_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11554 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11555 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11556 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11557 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11557 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.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_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11558 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=17&facet.sort=index&facet.field=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11559 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=17&facet.sort=index&facet.field=missing_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11560 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=17&facet.sort=index&facet.field=missing_ss&facet.method=fcs} hits=0 status=0 QTime=1
   [junit4]   2> 11561 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=17&facet.sort=index&facet.field={!key%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11562 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] 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=17&facet.sort=index&facet.field=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12007 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XHDC]} 0 442
   [junit4]   2> 12711 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> 12927 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 920
   [junit4]   2> 12937 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IJBE]} 0 7
   [junit4]   2> 12942 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IJBE]} 0 3
   [junit4]   2> 12949 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GQRV]} 0 5
   [junit4]   2> 12959 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[SANG]} 0 9
   [junit4]   2> 12964 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ZPRF]} 0 3
   [junit4]   2> 12967 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[SLQB]} 0 3
   [junit4]   2> 12977 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JSOE]} 0 6
   [junit4]   2> 12982 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JMHS]} 0 3
   [junit4]   2> 12987 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KKWL]} 0 3
   [junit4]   2> 12991 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KKWL]} 0 2
   [junit4]   2> 12993 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[WWEU]} 0 1
   [junit4]   2> 12997 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HYBN]} 0 2
   [junit4]   2> 13000 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[RGVJ]} 0 2
   [junit4]   2> 13002 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UBGT]} 0 1
   [junit4]   2> 13005 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HDRX]} 0 2
   [junit4]   2> 13006 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[BATJ]} 0 0
   [junit4]   2> 13010 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HPUL]} 0 3
   [junit4]   2> 13135 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> 13136 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 125
   [junit4]   2> 13144 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JRUL]} 0 6
   [junit4]   2> 13145 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JHHQ]} 0 1
   [junit4]   2> 13146 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UITY]} 0 0
   [junit4]   2> 13147 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UITY]} 0 0
   [junit4]   2> 13149 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XVNJ]} 0 0
   [junit4]   2> 13150 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ZCLU]} 0 0
   [junit4]   2> 13151 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LPTM]} 0 0
   [junit4]   2> 13152 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[YHRU]} 0 0
   [junit4]   2> 13153 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MTMU]} 0 0
   [junit4]   2> 13154 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[NWQO]} 0 0
   [junit4]   2> 13156 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HFIL]} 0 0
   [junit4]   2> 13157 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ZKCF]} 0 0
   [junit4]   2> 13158 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LIQF]} 0 0
   [junit4]   2> 13159 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FVPZ]} 0 0
   [junit4]   2> 13160 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QLZQ]} 0 0
   [junit4]   2> 13161 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QLZQ]} 0 0
   [junit4]   2> 13162 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[EVWP]} 0 0
   [junit4]   2> 13202 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> 13414 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 251
   [junit4]   2> 13418 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[96011EDDB1D51F7]) [     ] o.a.s.u.p.LogUpdateProce

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

estSimpleTextDocValuesFormat.testSortedNumberMerge
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testTwoBytesOneMissing
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testBytesTwoDocumentsMerged
   [junit4] OK      2.47s J1 | TestSimpleTextDocValuesFormat.testSortedVariableLengthVsStoredFields
   [junit4] OK      1.24s J1 | TestSimpleTextDocValuesFormat.testSparseIntNumericsVsStoredFields
   [junit4] IGNOR/A 0.00s J1 | TestSimpleTextDocValuesFormat.testCheckIntegrityReadsAllBytes
   [junit4]    > Assumption #1: SimpleText doesn't store checksums of its files
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testSortedSetTwoFields
   [junit4] OK      1.59s J1 | TestSimpleTextDocValuesFormat.testBinaryFixedLengthVsStoredFields
   [junit4] OK      0.06s J1 | TestSimpleTextDocValuesFormat.testSortedSetTwoDocumentsFirstMissingMerge
   [junit4] OK      0.26s J1 | TestSimpleTextDocValuesFormat.testEmptyBinaryValueOnPageSizes
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testTwoNumbersOneMissingWithMerging
   [junit4] OK      0.22s J1 | TestSimpleTextDocValuesFormat.testSparseZeros
   [junit4] OK      0.42s J1 | TestSimpleTextDocValuesFormat.testZeros
   [junit4] OK      0.09s J1 | TestSimpleTextDocValuesFormat.testSortedSetMergeAwayAllValuesLargeSegment
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testSortedEnumAdvanceIndependently
   [junit4] OK      0.83s J1 | TestSimpleTextDocValuesFormat.testSparseBinaryVariableLengthVsStoredFields
   [junit4] OK      0.10s J1 | TestSimpleTextDocValuesFormat.testBinaryMergeAwayAllValuesLargeSegment
   [junit4] OK      1.31s J1 | TestSimpleTextDocValuesFormat.testSparseBooleanNumericsVsStoredFields
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testDocValuesSimple
   [junit4] OK      0.17s J1 | TestSimpleTextDocValuesFormat.testSortedMergeAwayAllValuesLargeSegment
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testTwoNumbers
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testVeryLargeButLegalSortedBytes
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testBytesMergeAwayAllValues
   [junit4] OK      2.62s J1 | TestSimpleTextDocValuesFormat.testGCDCompression
   [junit4] OK      1.95s J1 | TestSimpleTextDocValuesFormat.testBinaryVariableLengthVsStoredFields
   [junit4] OK      3.16s J1 | TestSimpleTextDocValuesFormat.testLongNumericsVsStoredFields
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testVeryLargeButLegalBytes
   [junit4] OK      1.29s J1 | TestSimpleTextDocValuesFormat.testByteNumericsVsStoredFields
   [junit4] OK      4.53s J1 | TestSimpleTextDocValuesFormat.testSortedSetVariableLengthVsStoredFields
   [junit4] OK      0.14s J1 | TestSimpleTextDocValuesFormat.testNumericMergeAwayAllValuesLargeSegment
   [junit4] OK      0.59s J1 | TestSimpleTextDocValuesFormat.testRandomExceptions
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testSortedSetTwoDocumentsLastMissingMerge
   [junit4] OK      2.36s J1 | TestSimpleTextDocValuesFormat.testShortNumericsVsStoredFields
   [junit4] OK      6.51s J1 | TestSimpleTextDocValuesFormat.testSortedSetFixedLengthVsStoredFields
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testSortedMergeAwayAllValues
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testBigNumericRange2
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testTwoSortedNumberSameValue
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testTwoDocumentsMerged
   [junit4] OK      1.49s J1 | TestSimpleTextDocValuesFormat.testZeroOrMin
   [junit4] OK      1.54s J1 | TestSimpleTextDocValuesFormat.testIntNumericsVsStoredFields
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testTwoNumbersOneMissing
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testThreeBytesOneMissingWithMerging
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testSortedSetTwoValues
   [junit4] OK      1.82s J1 | TestSimpleTextDocValuesFormat.testSortedSetFixedLengthSingleValuedVsStoredFields
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testTwoSortedNumber
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testSortedBytes
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testTwoBinaryValues
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testVariouslyCompressibleBinaryValues
   [junit4] OK      5.18s J1 | TestSimpleTextDocValuesFormat.testThreads3
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testNumberMergeAwayAllValues
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testSortedSetOneValue
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testThreeFieldsMixed2
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testOneSortedNumberOneMissing
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testSortedBytesThreeDocuments
   [junit4] OK      1.50s J1 | TestSimpleTextDocValuesFormat.testBooleanNumericsVsStoredFields
   [junit4] OK      3.25s J1 | TestSimpleTextDocValuesFormat.testSortedSetFixedLengthManyValuesPerDocVsStoredFields
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testSortedBytesTwoDocuments
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testSortedSetEnumAdvanceIndependently
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testSortedSetThreeValuesTwoDocs
   [junit4] OK      2.78s J1 | TestSimpleTextDocValuesFormat.testSortedSetFixedLengthFewUniqueSetsVsStoredFields
   [junit4] OK      2.34s J1 | TestSimpleTextDocValuesFormat.testSortedSetVariableLengthFewUniqueSetsVsStoredFields
   [junit4] OK      1.94s J1 | TestSimpleTextDocValuesFormat.testSparseLongNumericsVsStoredFields
   [junit4] OK      7.15s J1 | TestSimpleTextDocValuesFormat.testSortedNumericsMultipleValuesVsStoredFields
   [junit4] OK      1.35s J1 | TestSimpleTextDocValuesFormat.testRandomSortedBytes
   [junit4] OK      0.00s J1 | TestSimpleTextDocValuesFormat.testSortedSetTwoValuesUnordered
   [junit4] OK      2.79s J1 | TestSimpleTextDocValuesFormat.testSortedSetVariableLengthSingleValuedVsStoredFields
   [junit4] OK      0.88s J1 | TestSimpleTextDocValuesFormat.testSparseByteNumericsVsStoredFields
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testSortedBytesTwoDocumentsMerged
   [junit4] OK      1.62s J1 | TestSimpleTextDocValuesFormat.testSortedNumericsSingleValuedVsStoredFields
   [junit4] OK      0.40s J1 | TestSimpleTextDocValuesFormat.testThreads
   [junit4] OK      0.20s J1 | TestSimpleTextDocValuesFormat.testSortedNumericMergeAwayAllValuesLargeSegment
   [junit4] OK      0.01s J1 | TestSimpleTextDocValuesFormat.testSortedNumberMergeAwayAllValues
   [junit4] OK      2.06s J1 | TestSimpleTextDocValuesFormat.testSparseSortedFixedLengthVsStoredFields
   [junit4] Completed [5/5] on J1 in 113.24s, 110 tests, 1 skipped
   [junit4] 
   [junit4] JVM J0:     0.41 ..   245.42 =   245.01s
   [junit4] JVM J1:     0.40 ..   356.31 =   355.90s
   [junit4] JVM J2:     0.37 ..   243.44 =   243.08s
   [junit4] JVM J3:     0.37 ..   245.01 =   244.64s
   [junit4] Execution time total: 5 minutes 56 seconds
   [junit4] Tests summary: 5 suites, 550 tests, 5 ignored (5 assumptions)
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/build/codecs/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/build/codecs/test/J0/temp])
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/build/codecs/test/J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/build/codecs/test/J2/temp])
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/build/codecs/test/J3 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/build/codecs/test/J3/temp])
   [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/build/codecs/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/build/codecs/test/J1/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 477.37s | org.apache.lucene.codecs.simpletext.TestSimpleTextDocValuesFormat

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 5 minutes 57 seconds
[repro] Failures at the tip of branch_8x without a seed:
[repro]   0/5 failed: org.apache.lucene.codecs.simpletext.TestSimpleTextDocValuesFormat
[repro]   5/5 failed: org.apache.solr.TestRandomDVFaceting
[repro] git checkout 8be0cea5442c2edab260d0598b920ba832506f80
Note: switching to '8be0cea5442c2edab260d0598b920ba832506f80'.

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 8be0cea5442 LUCENE-9583: extract separate RandomAccessVectorValues interface (#2037)
[repro] Exiting with code 256
Archiving artifacts
[Fast Archiver] No artifacts from Lucene » Lucene-Solr-repro Repro-Lucene/Lucene-Solr-Tests-8.x#744 to compare, so performing full copy of 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 # 384 - Still Unstable!

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

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

[repro] Revision: 95b4ee02ef97387ed18be8e1383267f66e850c4e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=248D8A093A936217 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=th-TH -Dtests.timezone=Europe/Sarajevo -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: 8be0cea5442c2edab260d0598b920ba832506f80
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 95b4ee02ef97387ed18be8e1383267f66e850c4e

[...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=248D8A093A936217 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=th-TH -Dtests.timezone=Europe/Sarajevo -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 1198 lines...]
   [junit4]   2> 16246 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'JCQL'!='JQFV' @ facet_counts/facet_fields/id/[0]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":3,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "id":[
   [junit4]   2>         "JCQL",1,
   [junit4]   2>         "NMGU",1,
   [junit4]   2>         "ZFWD",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":3,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "id":[
   [junit4]   2>         "JQFV",1,
   [junit4]   2>         "NMGU",1,
   [junit4]   2>         "ZFWD",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=index&facet.field=id&facet.method=uif
   [junit4]   2> 16249 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=248D8A093A936217 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=th-TH -Dtests.timezone=Europe/Sarajevo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 5.42s J2 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'JCQL'!='JQFV' @ facet_counts/facet_fields/id/[0]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([248D8A093A936217:29E5AADC6F6AAAA8]: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> 16256 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 16256 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2051742632
   [junit4]   2> 16259 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3fe3e8d1
   [junit4]   2> 16260 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@3fe3e8d1
   [junit4]   2> 16261 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ee35104: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@8e3be68
   [junit4]   2> 16283 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 16705 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 16710 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19c2049d: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@26f8c693
   [junit4]   2> 16715 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 16715 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a0f874c: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@25dfa5e9
   [junit4]   2> 16715 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 16715 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@770cfd17: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6f747ee9
   [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_248D8A093A936217-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=76, maxDocsPerChunk=4, blockShift=20), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=76, blockSize=20)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=th-TH, timezone=Europe/Sarajevo
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=282744592,total=346030080
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J2 in 16.23s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3320 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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> 3337 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3350 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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_248D8A093A936217-001/data-dir-1-001
   [junit4]   2> 3778 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3841 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.e.j.u.log Logging initialized @3871ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 3847 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3883 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4281 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4654 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4678 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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> 4687 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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> 4692 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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> 4699 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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> 4704 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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> 4752 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4773 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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> 6227 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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> 6360 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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> 6429 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6962 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d1b5bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6962 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d1b5bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7181 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@aa7ac8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7181 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@aa7ac8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7576 WARN  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-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> 8258 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d6304d1
   [junit4]   2> 8259 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d6304d1
   [junit4]   2> 8260 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d6304d1
   [junit4]   2> 8326 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 8346 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 8369 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 8385 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 8385 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> 8452 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@7d6304d1
   [junit4]   2> 8735 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_248D8A093A936217-001/data-dir-1-001/]
   [junit4]   2> 8833 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 10966 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 10966 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 10970 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=85.40234375, floorSegmentMB=1.4736328125, forceMergeDeletesPctAllowed=15.147868150632187, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23817557091474023, deletesPctAllowed=26.653343667509063
   [junit4]   2> 11007 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> 11037 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 11041 INFO  (SUITE-TestRandomDVFaceting-seed#[248D8A093A936217]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 11054 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> 11064 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 11137 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11276 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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 203
   [junit4]   2> 11380 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> 11385 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 93
   [junit4]   2> 11426 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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> 11461 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=29
   [junit4]   2> 11468 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11476 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=8
   [junit4]   2> 11477 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11477 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11692 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=26&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=2
   [junit4]   2> 11721 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=26&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=28
   [junit4]   2> 11722 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=26&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11722 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=26&facet.sort=count&facet.mincount=5&facet.field={!key%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11771 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=26&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=uif} hits=0 status=0 QTime=48
   [junit4]   2> 11772 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=26&facet.sort=count&facet.mincount=5&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11773 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=112&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11787 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=112&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=14
   [junit4]   2> 11788 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=112&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11789 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=112&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11789 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=112&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11790 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=112&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> 11790 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11793 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=2
   [junit4]   2> 11793 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11794 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11794 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11795 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11796 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=1&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11798 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=1&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 11799 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=1&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11799 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=1&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11800 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=1&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11800 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=1&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11804 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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.prefix=񃞉퓙㾤Wԯ&facet.missing=true&facet.field=small_s&facet.method=enum} hits=0 status=0 QTime=3
   [junit4]   2> 11805 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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.prefix=񃞉퓙㾤Wԯ&facet.missing=true&facet.field=small_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11805 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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.prefix=񃞉퓙㾤Wԯ&facet.missing=true&facet.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11806 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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.prefix=񃞉퓙㾤Wԯ&facet.missing=true&facet.field={!key%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11806 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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.prefix=񃞉퓙㾤Wԯ&facet.missing=true&facet.field=small_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11807 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11807 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11808 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11808 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11809 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11809 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11810 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11810 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11811 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11811 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11812 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11812 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11812 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11813 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11813 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11814 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11814 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11814 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11815 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11815 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=small4_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11816 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11816 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11817 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11817 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11817 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11818 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11818 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11819 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11819 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11820 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11820 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11820 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11821 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11821 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11822 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11822 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11822 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11823 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=96&facet.sort=count&facet.field=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11823 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=96&facet.sort=count&facet.field=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11824 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=96&facet.sort=count&facet.field=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11824 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=96&facet.sort=count&facet.field={!key%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11825 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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=96&facet.sort=count&facet.field=small3_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11825 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11826 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11826 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11826 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11827 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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> 11827 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11828 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=foo_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11828 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=foo_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11829 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11829 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=foo_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11830 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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%3Dfoo_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11834 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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.missing=true&facet.field=foo_ds&facet.method=enum} hits=0 status=0 QTime=4
   [junit4]   2> 11835 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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.missing=true&facet.field=foo_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11835 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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.missing=true&facet.field=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11835 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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.missing=true&facet.field={!key%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11836 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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.missing=true&facet.field=foo_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11836 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11837 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11837 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11837 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11842 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11842 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11843 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11843 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11843 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11844 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11844 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11844 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11845 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11845 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11846 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11846 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11846 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11847 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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> 11847 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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> 11847 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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> 11848 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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> 11848 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] 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> 11849 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11849 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11849 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11850 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11850 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11850 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11851 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11851 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11851 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11852 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.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=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12156 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JAMS]} 0 303
   [junit4]   2> 12194 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MDZC]} 0 36
   [junit4]   2> 12198 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TNCY]} 0 3
   [junit4]   2> 12201 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TNCY]} 0 2
   [junit4]   2> 12204 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LCXT]} 0 2
   [junit4]   2> 12209 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LIGX]} 0 4
   [junit4]   2> 12212 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TKIG]} 0 2
   [junit4]   2> 12214 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[YYJH]} 0 1
   [junit4]   2> 12217 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JCEY]} 0 1
   [junit4]   2> 12910 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> 12911 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 693
   [junit4]   2> 12925 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OBLX]} 0 12
   [junit4]   2> 12934 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[AEJV]} 0 2
   [junit4]   2> 12936 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[RGPE]} 0 1
   [junit4]   2> 12937 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LOOM]} 0 1
   [junit4]   2> 12939 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ROID]} 0 1
   [junit4]   2> 12940 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[DRUD]} 0 1
   [junit4]   2> 12942 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[WTVY]} 0 1
   [junit4]   2> 12956 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OWDZ]} 0 14
   [junit4]   2> 12960 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KCFT]} 0 3
   [junit4]   2> 12962 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[RPVM]} 0 0
   [junit4]   2> 13002 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> 13008 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 46
   [junit4]   2> 13013 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[SLAN]} 0 3
   [junit4]   2> 13015 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KJZT]} 0 1
   [junit4]   2> 13016 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[DRWC]} 0 1
   [junit4]   2> 13018 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FZEQ]} 0 0
   [junit4]   2> 13020 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ULTI]} 0 1
   [junit4]   2> 13021 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HWVA]} 0 0
   [junit4]   2> 13022 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[DWXL]} 0 0
   [junit4]   2> 13022 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[SOHM]} 0 0
   [junit4]   2> 13023 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JCMA]} 0 0
   [junit4]   2> 13024 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UMTT]} 0 0
   [junit4]   2> 13026 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HJXH]} 0 1
   [junit4]   2> 13027 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OOKR]} 0 0
   [junit4]   2> 13028 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LQGW]} 0 0
   [junit4]   2> 13029 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UEPE]} 0 0
   [junit4]   2> 13070 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> 13074 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 45
   [junit4]   2> 13174 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UEPE]} 0 97
   [junit4]   2> 13210 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KUUV]} 0 35
   [junit4]   2> 13211 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[WGLV]} 0 0
   [junit4]   2> 13212 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[CYQJ]} 0 0
   [junit4]   2> 13213 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FCFD]} 0 0
   [junit4]   2> 13237 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> 13238 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 24
   [junit4]   2> 13241 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FCFD]} 0 2
   [junit4]   2> 13242 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XIQI]} 0 0
   [junit4]   2> 13243 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PJAE]} 0 0
   [junit4]   2> 13244 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KHUA]} 0 0
   [junit4]   2> 13245 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KHUA]} 0 0
   [junit4]   2> 13246 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[EZTM]} 0 0
   [junit4]   2> 13247 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KOZJ]} 0 0
   [junit4]   2> 13248 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[EOAZ]} 0 0
   [junit4]   2> 13248 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[EKNQ]} 0 0
   [junit4]   2> 13249 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IAHL]} 0 0
   [junit4]   2> 13250 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JRKO]} 0 0
   [junit4]   2> 13251 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PYQX]} 0 0
   [junit4]   2> 13271 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> 13282 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 30
   [junit4]   2> 13295 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HFXZ]} 0 12
   [junit4]   2> 13296 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UGFD]} 0 0
   [junit4]   2> 13316 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> 13316 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 19
   [junit4]   2> 13320 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FQOD]} 0 2
   [junit4]   2> 13321 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[SJJQ]} 0 0
   [junit4]   2> 13335 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> 13336 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 15
   [junit4]   2> 13338 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MAOK]} 0 1
   [junit4]   2> 13339 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MAOK]} 0 0
   [junit4]   2> 13339 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LKZS]} 0 0
   [junit4]   2> 13341 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IYSD]} 0 0
   [junit4]   2> 13341 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XGBI]} 0 0
   [junit4]   2> 13342 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OEHD]} 0 0
   [junit4]   2> 13343 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[NYXJ]} 0 0
   [junit4]   2> 13344 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[CTCJ]} 0 0
   [junit4]   2> 13345 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HAJB]} 0 0
   [junit4]   2> 13348 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HAJB]} 0 0
   [junit4]   2> 13349 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HRMA]} 0 0
   [junit4]   2> 13350 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PSXB]} 0 0
   [junit4]   2> 13351 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[YFRE]} 0 0
   [junit4]   2> 13389 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> 13392 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 40
   [junit4]   2> 13398 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[REJN]} 0 1
   [junit4]   2> 13399 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JCEH]} 0 0
   [junit4]   2> 13400 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[248D8A093A936217]) [    

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

o/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: 1 minute 0 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=th-TH -Dtests.timezone=Europe/Sarajevo -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 16ms :: 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: 26903AFB1524AAF0
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J2 PID(808575@localhost).
   [junit4] Started J3 PID(808586@localhost).
   [junit4] Started J0 PID(808587@localhost).
   [junit4] Started J1 PID(808589@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      41.1s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J3 in 51.87s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      41.9s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J1 in 52.12s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      41.4s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J0 in 53.11s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      40.5s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J2 in 53.92s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      16.5s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J3 in 17.83s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.69 ..    55.21 =    54.52s
   [junit4] JVM J1:     0.77 ..    54.82 =    54.06s
   [junit4] JVM J2:     0.68 ..    55.89 =    55.21s
   [junit4] JVM J3:     0.68 ..    72.89 =    72.21s
   [junit4] Execution time total: 1 minute 12 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/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/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/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/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1/temp])
     [echo] 5 slowest tests:
[junit4:tophints]  24.31s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

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

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 8be0cea5442 LUCENE-9583: extract separate RandomAccessVectorValues interface (#2037)
[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 # 383 - Still Unstable!

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

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

[repro] Revision: 95b4ee02ef97387ed18be8e1383267f66e850c4e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=DBA4819788778CDF -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-SD -Dtests.timezone=Europe/Bucharest -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: be19432b750b94c4703ee7b19ef681ebf771a95a
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 95b4ee02ef97387ed18be8e1383267f66e850c4e

[...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=DBA4819788778CDF -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-SD -Dtests.timezone=Europe/Bucharest -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 2263 lines...]
   [junit4]   2> 21661 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'd'!='i' @ facet_counts/facet_fields/small2_s/[0]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":11,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_s":[
   [junit4]   2>         "d",1,
   [junit4]   2>         "j",1,
   [junit4]   2>         "k",1,
   [junit4]   2>         "m",1,
   [junit4]   2>         "n",1,
   [junit4]   2>         "a",0,
   [junit4]   2>         "g",0,
   [junit4]   2>         "i",0,
   [junit4]   2>         "l",0,
   [junit4]   2>         "o",0,
   [junit4]   2>         "p",0]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":11,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_s":[
   [junit4]   2>         "i",1,
   [junit4]   2>         "j",1,
   [junit4]   2>         "k",1,
   [junit4]   2>         "m",1,
   [junit4]   2>         "n",1,
   [junit4]   2>         "c",0,
   [junit4]   2>         "g",0,
   [junit4]   2>         "l",0,
   [junit4]   2>         "o",0,
   [junit4]   2>         "p",0]},
   [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_s&facet.method=uif
   [junit4]   2> 21663 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=DBA4819788778CDF -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ar-SD -Dtests.timezone=Europe/Bucharest -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 7.48s J0 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'd'!='i' @ facet_counts/facet_fields/small2_s/[0]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DBA4819788778CDF:D6CCA142DD8E4460]: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> 21671 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 21671 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1340335511
   [junit4]   2> 21673 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@75ca6547
   [junit4]   2> 21673 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@75ca6547
   [junit4]   2> 21674 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6bd476be: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@91cc313
   [junit4]   2> 21726 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 21737 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 21737 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@124276aa: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3f6724b8
   [junit4]   2> 21743 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 21743 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@39c082b1: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@631e0330
   [junit4]   2> 21744 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 21744 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b5f3d2f: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@beb5ac2
   [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_DBA4819788778CDF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ar-SD, timezone=Europe/Bucharest
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=101701984,total=264241152
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J0 in 20.25s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 5431 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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> 5447 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 5457 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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_DBA4819788778CDF-001/data-dir-1-001
   [junit4]   2> 6036 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 6117 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.e.j.u.log Logging initialized @6149ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 6127 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 6187 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 6378 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 7116 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 7172 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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> 7182 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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> 7204 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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> 7211 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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> 7483 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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> 7542 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 7551 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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> 10216 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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> 10263 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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> 10606 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 11125 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@71983706[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 11125 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@71983706[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 11634 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@35fe94c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 11634 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@35fe94c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 11794 WARN  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-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> 12398 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aaa3ca4
   [junit4]   2> 12399 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aaa3ca4
   [junit4]   2> 12400 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aaa3ca4
   [junit4]   2> 12476 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 12507 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 12798 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 12809 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 12810 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> 12869 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@2aaa3ca4
   [junit4]   2> 12886 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_DBA4819788778CDF-001/data-dir-1-001/]
   [junit4]   2> 12946 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 14852 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 14852 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 14854 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=98.8896484375, floorSegmentMB=1.08203125, forceMergeDeletesPctAllowed=27.273627169915333, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7372433939869184, deletesPctAllowed=34.18560676927753
   [junit4]   2> 14898 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> 15152 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 15160 INFO  (SUITE-TestRandomDVFaceting-seed#[DBA4819788778CDF]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 15170 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> 15172 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 15242 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 15252 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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 75
   [junit4]   2> 15346 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> 15349 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 89
   [junit4]   2> 15726 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=368
   [junit4]   2> 15758 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=id&facet.method=enum} hits=0 status=0 QTime=27
   [junit4]   2> 15764 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=id&facet.method=fc} hits=0 status=0 QTime=5
   [junit4]   2> 15772 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=id&facet.method=fcs} hits=0 status=0 QTime=7
   [junit4]   2> 15772 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15773 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15775 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=score_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 15793 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=score_f&facet.method=fc} hits=0 status=0 QTime=18
   [junit4]   2> 15794 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15794 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15842 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=score_f&facet.method=uif} hits=0 status=0 QTime=47
   [junit4]   2> 15843 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15847 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=4
   [junit4]   2> 15850 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 15850 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15851 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15852 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15852 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.limit=100&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15853 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0
   [junit4]   2> 15856 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15856 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15857 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15857 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15858 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15858 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 15861 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=2
   [junit4]   2> 15861 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 15862 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 15862 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 15863 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 15863 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 15864 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 15864 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 15865 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 15865 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 15874 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15874 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15874 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15875 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15875 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15876 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=7&facet.sort=index&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 15876 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=7&facet.sort=index&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 15877 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=7&facet.sort=index&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15877 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=7&facet.sort=index&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15877 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=7&facet.sort=index&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15878 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15878 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15879 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15879 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15879 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15880 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15880 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15881 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15881 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15881 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=0
   [junit4]   2> 15882 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 15882 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 15883 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15883 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15883 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15884 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15885 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 15886 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 15886 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15886 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15887 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15887 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15888 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.sort=count&facet.missing=true&facet.field=small2_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 15889 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.sort=count&facet.missing=true&facet.field=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 15889 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.sort=count&facet.missing=true&facet.field=small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15890 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.sort=count&facet.missing=true&facet.field={!key%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15890 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.sort=count&facet.missing=true&facet.field=small2_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15890 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15891 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15891 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15892 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15892 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15893 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15893 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15893 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15894 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15894 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15895 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 15895 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=foo_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 15895 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=foo_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15896 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15896 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=foo_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15897 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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%3Dfoo_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15897 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15897 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15898 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15898 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15899 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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> 15899 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=4&facet.field=foo_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 15900 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=4&facet.field=foo_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 15900 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=4&facet.field=foo_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15900 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=4&facet.field={!key%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15901 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=4&facet.field=foo_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15901 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=4&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15902 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.field=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 15902 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.field=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 15902 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.field=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15903 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.field={!key%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15903 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.field=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15904 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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.missing=true&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 15904 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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.missing=true&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 15905 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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.missing=true&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15905 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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.missing=true&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15905 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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.missing=true&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15906 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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.missing=true&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15906 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15907 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15907 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15908 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15908 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=index&facet.field=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 15909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=index&facet.field=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 15909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=index&facet.field=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 15910 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=index&facet.field={!key%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 15910 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=index&facet.field=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 15911 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15911 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=0
   [junit4]   2> 15912 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=0
   [junit4]   2> 15912 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15921 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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> 15923 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=10
   [junit4]   2> 16179 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JFIV]} 0 255
   [junit4]   2> 16191 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[UFHW]} 0 11
   [junit4]   2> 16206 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FUHY]} 0 12
   [junit4]   2> 16219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FUHY]} 0 12
   [junit4]   2> 16224 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[PJUS]} 0 4
   [junit4]   2> 16227 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XPXH]} 0 1
   [junit4]   2> 16231 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[DKET]} 0 3
   [junit4]   2> 17209 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> 17209 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 978
   [junit4]   2> 17215 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OJHF]} 0 3
   [junit4]   2> 17217 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[WGJP]} 0 1
   [junit4]   2> 17219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[DRLJ]} 0 1
   [junit4]   2> 17220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[DRLJ]} 0 1
   [junit4]   2> 17253 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> 17257 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 35
   [junit4]   2> 17275 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=17
   [junit4]   2> 17433 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=id:(JFIV FUHY PJUS XPXH WGJP DRLJ )} 0 143
   [junit4]   2> 17822 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> 17825 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 390
   [junit4]   2> 17835 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=id&facet.method=enum} hits=3 status=0 QTime=9
   [junit4]   2> 17849 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=id&facet.method=fc} hits=3 status=0 QTime=13
   [junit4]   2> 17856 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=id&facet.method=fcs} hits=3 status=0 QTime=5
   [junit4]   2> 17858 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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%3Did}id_dv} hits=3 status=0 QTime=0
   [junit4]   2> 17858 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=id&facet.method=uif} hits=3 status=0 QTime=0
   [junit4]   2> 17881 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.missing=true&facet.field=score_f&facet.method=enum} hits=3 status=0 QTime=22
   [junit4]   2> 17894 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.missing=true&facet.field=score_f&facet.method=fc} hits=3 status=0 QTime=12
   [junit4]   2> 17895 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.missing=true&facet.field=score_f&facet.method=fcs} hits=3 status=0 QTime=0
   [junit4]   2> 17900 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.missing=true&facet.field={!key%3Dscore_f}score_f_dv} hits=3 status=0 QTime=5
   [junit4]   2> 17927 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.missing=true&facet.field=score_f&facet.method=uif} hits=3 status=0 QTime=26
   [junit4]   2> 17927 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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.missing=true&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=3 status=0 QTime=0
   [junit4]   2> 17929 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=1
   [junit4]   2> 17932 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17933 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17934 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17936 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17936 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17941 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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_i&facet.method=enum} hits=3 status=0 QTime=4
   [junit4]   2> 17942 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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_i&facet.method=fc} hits=3 status=0 QTime=0
   [junit4]   2> 17943 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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_i&facet.method=fcs} hits=3 status=0 QTime=0
   [junit4]   2> 17944 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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_i}foo_i_dv} hits=3 status=0 QTime=0
   [junit4]   2> 17944 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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_i&facet.method=uif} hits=3 status=0 QTime=0
   [junit4]   2> 17944 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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_i}foo_i_p&facet.method=uif} hits=3 status=0 QTime=0
   [junit4]   2> 17945 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17945 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17946 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17946 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17947 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17949 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17951 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=3 status=0 QTime=1
   [junit4]   2> 17952 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=3 status=0 QTime=0
   [junit4]   2> 17953 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=3 status=0 QTime=0
   [junit4]   2> 17953 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=3 status=0 QTime=0
   [junit4]   2> 17954 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=3 status=0 QTime=0
   [junit4]   2> 17954 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17955 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17955 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17956 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17956 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.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=3 status=0 QTime=0
   [junit4]   2> 17956 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=3 status=0 QTime=0
   [junit4]   2> 17957 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=3 status=0 QTime=0
   [junit4]   2> 17957 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=3 status=0 QTime=0
   [junit4]   2> 17958 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] 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=3 status=0 QTime=0
   [junit4]   2> 17958 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[DBA4819788778CDF]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={fac

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

s.
    [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: 58 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=ar-SD -Dtests.timezone=Europe/Bucharest -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 14ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            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: 4BE2D6813A8F9EB0
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J0 PID(427464@localhost).
   [junit4] Started J1 PID(427489@localhost).
   [junit4] Started J2 PID(427472@localhost).
   [junit4] Started J3 PID(427488@localhost).
   [junit4] HEARTBEAT J2 PID(427472@localhost): 2020-11-09T14:14:03, stalled for 61.3s at: TestRandomDVFaceting.testRandomFaceting
   [junit4] HEARTBEAT J3 PID(427488@localhost): 2020-11-09T14:14:03, stalled for 60.9s at: TestRandomDVFaceting.testRandomFaceting
   [junit4] HEARTBEAT J0 PID(427464@localhost): 2020-11-09T14:14:03, stalled for 60.7s at: TestRandomDVFaceting.testRandomFaceting
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      67.3s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J2 in 76.99s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      67.3s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J0 in 78.08s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      67.8s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J3 in 78.11s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      66.2s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J1 in 78.35s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      27.0s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J2 in 28.01s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.73 ..    79.93 =    79.20s
   [junit4] JVM J1:     0.73 ..    80.42 =    79.69s
   [junit4] JVM J2:     0.73 ..   108.00 =   107.27s
   [junit4] JVM J3:     0.73 ..    80.58 =    79.85s
   [junit4] Execution time total: 1 minute 48 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/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/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/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/J3 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp])
     [echo] 5 slowest tests:
[junit4:tophints]  33.83s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

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

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 be19432b750 SOLR-14969: Prevent creating multiple cores with the same name which leads to instabilities (race condition) changed error code
[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 # 382 - Still Unstable!

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

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

[repro] Revision: 95b4ee02ef97387ed18be8e1383267f66e850c4e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=92DF6BBDB944070A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=Asia/Yekaterinburg -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: 0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 95b4ee02ef97387ed18be8e1383267f66e850c4e

[...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=92DF6BBDB944070A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 3516 lines...]
   [junit4]   2> 20657 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: '1'!='2' @ facet_counts/facet_fields/small_s/[1]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":14,"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",1,
   [junit4]   2>         "b",1,
   [junit4]   2>         "c",1,
   [junit4]   2>         "g",1,
   [junit4]   2>         "i",1,
   [junit4]   2>         "k",1,
   [junit4]   2>         "l",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":14,"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>         "c",1,
   [junit4]   2>         "g",1,
   [junit4]   2>         "i",1,
   [junit4]   2>         "k",1,
   [junit4]   2>         "l",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=small_s&facet.method=uif
   [junit4]   2> 20660 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=92DF6BBDB944070A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=vi-VN -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 10.6s J2 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: '1'!='2' @ facet_counts/facet_fields/small_s/[1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([92DF6BBDB944070A:9FB74B68ECBDCFB5]: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> 20668 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 20669 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=336711775
   [junit4]   2> 20669 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@cf8e8f8
   [junit4]   2> 20669 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@cf8e8f8
   [junit4]   2> 20670 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5facb0de: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@3f1f372a
   [junit4]   2> 20695 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 20703 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 20703 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9785d3c: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@558366a3
   [junit4]   2> 20708 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 20708 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c2d3172: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@12f57851
   [junit4]   2> 20708 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 20708 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@16939e67: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@5a27faf9
   [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_92DF6BBDB944070A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=PostingsFormat(name=MockRandom), foo_ds_dv=Lucene84, foo_f_dv=PostingsFormat(name=LuceneFixedGap), small_i=Lucene84, small3_is=Lucene84, small_s=PostingsFormat(name=MockRandom), score_f=PostingsFormat(name=MockRandom), score_d=Lucene84, id=Lucene84, foo_i=PostingsFormat(name=LuceneFixedGap), foo_fs_dv=PostingsFormat(name=MockRandom), small4_ss=BlockTreeOrds(blocksize=128), foo_l=Lucene84, small2_s=PostingsFormat(name=MockRandom), small2_i=Lucene84, foo_ls_dv=Lucene84, small2_is=BlockTreeOrds(blocksize=128), foo_ds=PostingsFormat(name=LuceneFixedGap), foo_fs=BlockTreeOrds(blocksize=128), score_f_dv=PostingsFormat(name=LuceneFixedGap), foo_d_dv=BlockTreeOrds(blocksize=128), score_d_dv=BlockTreeOrds(blocksize=128), foo_d=Lucene84, small2_ss=PostingsFormat(name=LuceneFixedGap), foo_l_dv=BlockTreeOrds(blocksize=128), foo_f=PostingsFormat(name=MockRandom), foo_ls=PostingsFormat(name=LuceneFixedGap)}, docValues:{small2_s_dv=DocValuesFormat(name=Lucene80), score_f_p=DocValuesFormat(name=Lucene80), id_dv=DocValuesFormat(name=Lucene80), small3_is_dv=DocValuesFormat(name=Lucene80), score_d_p=DocValuesFormat(name=Lucene80), small2_is_p=DocValuesFormat(name=Asserting), foo_ds_dv=DocValuesFormat(name=Direct), foo_f_dv=DocValuesFormat(name=Lucene80), foo_ds_p=DocValuesFormat(name=Asserting), foo_l_p=DocValuesFormat(name=Lucene80), foo_i_p=DocValuesFormat(name=Direct), small2_i_dv=DocValuesFormat(name=Lucene80), small4_ss_dv=DocValuesFormat(name=Direct), small_s_dv=DocValuesFormat(name=Lucene80), small2_ss_dv=DocValuesFormat(name=Direct), foo_i_dv=DocValuesFormat(name=Asserting), foo_fs_dv=DocValuesFormat(name=Asserting), small2_is_dv=DocValuesFormat(name=Asserting), small_i_p=DocValuesFormat(name=Lucene80), small2_i_p=DocValuesFormat(name=Lucene80), small_i_dv=DocValuesFormat(name=Lucene80), small3_is_p=DocValuesFormat(name=Lucene80), foo_ls_dv=DocValuesFormat(name=Direct), foo_f_p=DocValuesFormat(name=Lucene80), foo_ls_p=DocValuesFormat(name=Asserting), foo_d_p=DocValuesFormat(name=Lucene80), foo_fs_p=DocValuesFormat(name=Direct), score_f_dv=DocValuesFormat(name=Lucene80), foo_d_dv=DocValuesFormat(name=Lucene80), score_d_dv=DocValuesFormat(name=Lucene80), foo_l_dv=DocValuesFormat(name=Lucene80), small3_ss_dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=567, maxMBSortInHeap=7.535607255395681, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=vi-VN, timezone=Asia/Yekaterinburg
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=196138968,total=274726912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J2 in 20.08s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3614 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 3634 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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_92DF6BBDB944070A-001/data-dir-1-001
   [junit4]   2> 3945 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3997 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.e.j.u.log Logging initialized @4024ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4003 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 4034 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4038 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4381 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4777 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4800 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 4809 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 4815 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 4820 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 4827 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 4878 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4884 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 6936 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 6957 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 7018 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7449 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@542937fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7449 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@542937fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7842 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5b463262[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7842 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5b463262[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7973 WARN  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 8526 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 8527 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 8528 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-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> 8597 INFO  (coreLoadExecutor-12-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 8622 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 8658 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 8681 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 8681 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> 8939 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> 8954 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_92DF6BBDB944070A-001/data-dir-1-001/]
   [junit4]   2> 9002 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 10757 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 10757 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 10762 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=95.78125, floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=27.37491352434281, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=45.45078476616504
   [junit4]   2> 10930 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> 10967 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 10977 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> 10982 INFO  (SUITE-TestRandomDVFaceting-seed#[92DF6BBDB944070A]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 10997 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 11094 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11109 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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 106
   [junit4]   2> 11408 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> 11411 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 295
   [junit4]   2> 11448 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=30
   [junit4]   2> 11479 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.field=id&facet.method=enum} hits=0 status=0 QTime=26
   [junit4]   2> 11485 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.field=id&facet.method=fc} hits=0 status=0 QTime=5
   [junit4]   2> 11492 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=6
   [junit4]   2> 11492 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.field=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11495 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11512 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11512 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11514 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11568 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=54
   [junit4]   2> 11569 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11570 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11572 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=score_d&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 11572 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11573 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11573 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11574 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11575 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11577 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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_i&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 11578 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11578 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11579 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11579 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11585 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=5
   [junit4]   2> 11587 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 11588 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11588 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11589 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11589 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11590 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11590 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11591 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11592 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11592 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 11593 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11593 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11594 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11594 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11594 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.field=small2_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11598 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.mincount=2&facet.missing=true&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=3
   [junit4]   2> 11599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.mincount=2&facet.missing=true&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.mincount=2&facet.missing=true&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.mincount=2&facet.missing=true&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=small2_ss,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 11608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.mincount=2&facet.missing=true&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=8
   [junit4]   2> 11610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.limit=0&facet.sort=count&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.limit=0&facet.sort=count&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.limit=0&facet.sort=count&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.limit=0&facet.sort=count&facet.field={!key%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.limit=0&facet.sort=count&facet.field=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.prefix=?&facet.missing=true&facet.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11613 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.prefix=?&facet.missing=true&facet.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11614 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.prefix=?&facet.missing=true&facet.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11614 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.prefix=?&facet.missing=true&facet.field={!key%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11615 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.prefix=?&facet.missing=true&facet.field=small4_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11615 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=0
   [junit4]   2> 11616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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> 11616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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> 11617 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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> 11617 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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> 11617 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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> 11618 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11619 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11619 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11619 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field={!key%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11621 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=small2_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11622 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11622 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11622 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11623 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=small2_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11623 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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> 11624 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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> 11624 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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> 11624 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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> 11625 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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> 11625 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.field=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11626 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.field=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11626 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.field=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11627 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.field={!key%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11627 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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.field=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11628 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11628 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11629 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11629 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11630 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11630 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&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> 11631 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=index&facet.field=foo_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11631 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=index&facet.field=foo_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11631 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=index&facet.field=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11632 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=index&facet.field={!key%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11632 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=index&facet.field=foo_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11633 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11633 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11634 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11634 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11634 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11635 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11635 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11636 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11636 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11636 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11637 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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> 11637 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11638 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11638 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11639 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11639 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11639 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=1&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11640 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11640 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11640 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11641 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11641 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=missing_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11642 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11642 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11642 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11643 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11643 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 11644 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 11644 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 11644 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 11645 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 11645 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 12208 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[YNDB]} 0 561
   [junit4]   2> 12908 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> 12909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 695
   [junit4]   2> 12949 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=2&wt=json} hits=1 status=0 QTime=39
   [junit4]   2> 13126 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=id&facet.method=enum} hits=1 status=0 QTime=10
   [junit4]   2> 13142 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=id&facet.method=fc} hits=1 status=0 QTime=15
   [junit4]   2> 13147 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=id&facet.method=fcs} hits=1 status=0 QTime=5
   [junit4]   2> 13150 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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%3Did}id_dv} hits=1 status=0 QTime=2
   [junit4]   2> 13157 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=id&facet.method=uif} hits=1 status=0 QTime=6
   [junit4]   2> 13158 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field=score_f&facet.method=enum} hits=1 status=0 QTime=0
   [junit4]   2> 13158 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field=score_f&facet.method=fc} hits=1 status=0 QTime=0
   [junit4]   2> 13158 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field=score_f&facet.method=fcs} hits=1 status=0 QTime=0
   [junit4]   2> 13159 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field={!key%3Dscore_f}score_f_dv} hits=1 status=0 QTime=0
   [junit4]   2> 13159 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field=score_f&facet.method=uif} hits=1 status=0 QTime=0
   [junit4]   2> 13160 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=1 status=0 QTime=0
   [junit4]   2> 13183 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=score_d&facet.method=enum} hits=1 status=0 QTime=23
   [junit4]   2> 13189 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=score_d&facet.method=fc} hits=1 status=0 QTime=4
   [junit4]   2> 13189 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=score_d&facet.method=fcs} hits=1 status=0 QTime=0
   [junit4]   2> 13190 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field={!key%3Dscore_d}score_d_dv} hits=1 status=0 QTime=0
   [junit4]   2> 13219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=score_d&facet.method=uif} hits=1 status=0 QTime=28
   [junit4]   2> 13219 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=1 status=0 QTime=0
   [junit4]   2> 13220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=foo_i&facet.method=enum} hits=1 status=0 QTime=0
   [junit4]   2> 13220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=foo_i&facet.method=fc} hits=1 status=0 QTime=0
   [junit4]   2> 13220 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=foo_i&facet.method=fcs} hits=1 status=0 QTime=0
   [junit4]   2> 13221 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field={!key%3Dfoo_i}foo_i_dv} hits=1 status=0 QTime=0
   [junit4]   2> 13222 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field=foo_i&facet.method=uif} hits=1 status=0 QTime=0
   [junit4]   2> 13222 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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.missing=true&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=1 status=0 QTime=0
   [junit4]   2> 13223 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field=foo_l&facet.method=enum} hits=1 status=0 QTime=0
   [junit4]   2> 13223 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field=foo_l&facet.method=fc} hits=1 status=0 QTime=0
   [junit4]   2> 13223 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field=foo_l&facet.method=fcs} hits=1 status=0 QTime=0
   [junit4]   2> 13224 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field={!key%3Dfoo_l}foo_l_dv} hits=1 status=0 QTime=0
   [junit4]   2> 13224 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field=foo_l&facet.method=uif} hits=1 status=0 QTime=0
   [junit4]   2> 13224 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=3&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=1 status=0 QTime=0
   [junit4]   2> 13225 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=1 status=0 QTime=0
   [junit4]   2> 13225 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=1 status=0 QTime=0
   [junit4]   2> 13227 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=1 status=0 QTime=1
   [junit4]   2> 13227 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=1 status=0 QTime=0
   [junit4]   2> 13229 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=1 status=0 QTime=1
   [junit4]   2> 13230 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=1 status=0 QTime=0
   [junit4]   2> 13231 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=1 status=0 QTime=0
   [junit4]   2> 13231 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=1 status=0 QTime=0
   [junit4]   2> 13232 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=1 status=0 QTime=0
   [junit4]   2> 13233 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=1 status=0 QTime=0
   [junit4]   2> 13234 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=small2_ss&facet.method=enum} hits=1 status=0 QTime=0
   [junit4]   2> 13235 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=small2_ss&facet.method=fc} hits=1 status=0 QTime=0
   [junit4]   2> 13235 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=small2_ss&facet.method=fcs} hits=1 status=0 QTime=0
   [junit4]   2> 13236 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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%3Dsmall2_ss}small2_ss_dv} hits=1 status=0 QTime=0
   [junit4]   2> 13237 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] o.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=small2_ss&facet.method=uif} hits=1 status=0 QTime=0
   [junit4]   2> 13239 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[92DF6BBDB944070A]) [     ] 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=small3_ss&facet.method=enum} hits=1 status=0 QTime=1
   [junit4]   2> 13241

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

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: /home/jenkins/jenkins-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: 56 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=vi-VN -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
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 17ms :: 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 g'day! Master seed: 88FAF4863C28B0B3
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J2 PID(12238@localhost).
   [junit4] Started J0 PID(12212@localhost).
   [junit4] Started J3 PID(12214@localhost).
   [junit4] Started J1 PID(12213@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      31.5s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J2 in 43.10s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      32.5s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J0 in 42.61s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      31.9s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J3 in 43.24s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      31.5s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J1 in 43.83s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      11.1s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J2 in 12.27s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.79 ..    44.84 =    44.05s
   [junit4] JVM J1:     0.79 ..    45.32 =    44.53s
   [junit4] JVM J2:     0.73 ..    57.13 =    56.40s
   [junit4] JVM J3:     0.79 ..    45.03 =    44.24s
   [junit4] Execution time total: 57 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/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/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]  23.33s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 58 seconds
[repro] Failures at the tip of branch_8x without a seed:
[repro]   0/5 failed: org.apache.solr.TestRandomDVFaceting
[repro] git checkout 0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0
Note: checking out '0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0'.

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 performing another checkout.

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

  git checkout -b <new-branch-name>

HEAD is now at 0bfa2a69085 SOLR-14749: Restructure the docs + add some examples.
[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 lucene1
		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 # 381 - Still Unstable!

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

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

[repro] Revision: 95b4ee02ef97387ed18be8e1383267f66e850c4e

[repro] Repro line:  ant test  -Dtestcase=TestPullReplicaErrorHandling -Dtests.method=testCantConnectToPullReplica -Dtests.seed=6C10BFD71DCF0D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=AET -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: 0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 95b4ee02ef97387ed18be8e1383267f66e850c4e

[...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]       TestPullReplicaErrorHandling
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror  -Dtests.seed=6C10BFD71DCF0D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=AET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 9840 lines...]
[repro] Setting last failure code to 256

[repro] Failures w/original seeds at 95b4ee02ef97387ed18be8e1383267f66e850c4e:
[repro]   5/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling

[repro] Re-testing 100% failures at the tip of branch_8x
[repro] git fetch
[repro] git checkout branch_8x

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

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

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

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror  -Dtests.seed=6C10BFD71DCF0D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=AET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 5898 lines...]
[repro] Setting last failure code to 256

[repro] Failures original seeds at the tip of branch_8x:
[repro]   3/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] git checkout 0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0

[...truncated 8 lines...]
[repro] Exiting with code 256

[...truncated 5 lines...]

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

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

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

[repro] Revision: 95b4ee02ef97387ed18be8e1383267f66e850c4e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=9C57B4AAB4F1463C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mt -Dtests.timezone=Australia/Yancowinna -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=UninvertDocValuesMergePolicyTest -Dtests.method=testIndexAndAddDocValues -Dtests.seed=9C57B4AAB4F1463C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=Asia/Muscat -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: 0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 95b4ee02ef97387ed18be8e1383267f66e850c4e

[...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]       UninvertDocValuesMergePolicyTest
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestRandomDVFaceting|*.UninvertDocValuesMergePolicyTest" -Dtests.showOutput=onerror  -Dtests.seed=9C57B4AAB4F1463C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mt -Dtests.timezone=Australia/Yancowinna -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 28208 lines...]
   [junit4]   2> 65890 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'o'!='p' @ facet_counts/facet_fields/small_s/[12]
   [junit4]   2>  expected ={
   [junit4]   2>   "response":{"numFound":22,"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>         "q",2,
   [junit4]   2>         "b",1,
   [junit4]   2>         "d",1,
   [junit4]   2>         "f",1,
   [junit4]   2>         "g",1,
   [junit4]   2>         "m",1,
   [junit4]   2>         "o",1,
   [junit4]   2>         "s",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":22,"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>         "q",2,
   [junit4]   2>         "b",1,
   [junit4]   2>         "d",1,
   [junit4]   2>         "f",1,
   [junit4]   2>         "g",1,
   [junit4]   2>         "m",1,
   [junit4]   2>         "p",1,
   [junit4]   2>         "s",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=small_s&facet.method=uif
   [junit4]   2> 65892 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=9C57B4AAB4F1463C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=mt -Dtests.timezone=Australia/Yancowinna -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 54.3s J0 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'o'!='p' @ facet_counts/facet_fields/small_s/[12]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9C57B4AAB4F1463C:913F947FE1088E83]: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> 65898 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 65899 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1246095748
   [junit4]   2> 65905 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6e053f19
   [junit4]   2> 65905 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@6e053f19
   [junit4]   2> 65905 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1987a1d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@734a3749
   [junit4]   2> 65927 INFO  (coreCloseExecutor-19-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 65933 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 65933 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@406acd2d: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5d9b5a27
   [junit4]   2> 65938 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 65938 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@357ec45a: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4743a74
   [junit4]   2> 65938 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 65938 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@556a3c90: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1b8186ae
   [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_9C57B4AAB4F1463C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=mt, timezone=Australia/Yancowinna
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=105394360,total=383254528
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [3/10 (1!)] on J0 in 64.78s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 16575 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-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> 16576 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 16576 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-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_9C57B4AAB4F1463C-001/data-dir-3-001
   [junit4]   2> 16577 WARN  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=77 numCloses=77
   [junit4]   2> 16578 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 16580 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 16582 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 16599 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 16614 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 16644 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 17808 WARN  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-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> 17810 WARN  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-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> 17812 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 17813 WARN  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-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> 17817 WARN  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f96299c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17817 WARN  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f96299c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17837 WARN  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-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> 17849 WARN  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@50615704[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17849 WARN  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@50615704[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17850 WARN  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-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> 17881 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e7cc5b
   [junit4]   2> 17881 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e7cc5b
   [junit4]   2> 17881 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e7cc5b
   [junit4]   2> 17883 INFO  (coreLoadExecutor-51-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 17895 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 17918 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 18007 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 18007 INFO  (coreLoadExecutor-51-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> 18008 INFO  (coreLoadExecutor-51-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@42e7cc5b
   [junit4]   2> 18008 INFO  (coreLoadExecutor-51-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_9C57B4AAB4F1463C-001/data-dir-3-001/]
   [junit4]   2> 18010 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3798049881050387]
   [junit4]   2> 18052 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 18052 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 18052 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=62.7861328125, floorSegmentMB=2.08984375, forceMergeDeletesPctAllowed=14.356617227014636, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=45.341450630983275
   [junit4]   2> 18053 WARN  (coreLoadExecutor-51-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> 18055 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 18057 INFO  (SUITE-TestRandomDVFaceting-seed#[9C57B4AAB4F1463C]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 18063 INFO  (searcherExecutor-53-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 18065 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 18154 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 18155 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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 89
   [junit4]   2> 18160 INFO  (searcherExecutor-53-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 18160 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 18201 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=30
   [junit4]   2> 18491 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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.prefix=HY&facet.field=id&facet.method=enum} hits=0 status=0 QTime=35
   [junit4]   2> 18503 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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.prefix=HY&facet.field=id&facet.method=fc} hits=0 status=0 QTime=11
   [junit4]   2> 18512 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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.prefix=HY&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=9
   [junit4]   2> 18513 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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.prefix=HY&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18513 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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.prefix=HY&facet.field=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18518 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18533 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=14
   [junit4]   2> 18536 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=2
   [junit4]   2> 18541 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=5
   [junit4]   2> 18605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=63
   [junit4]   2> 18606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 18610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=2
   [junit4]   2> 18610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 18611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 18611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 18612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 18612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=98&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18614 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=98&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fc} hits=0 status=0 QTime=2
   [junit4]   2> 18615 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=98&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18615 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=98&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=98&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18616 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=98&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> 18617 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18619 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18619 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18620 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18621 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 18621 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 18624 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=3
   [junit4]   2> 18625 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 18625 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0 status=0 QTime=0
   [junit4]   2> 18626 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18626 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18626 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18627 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18627 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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> 18627 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=-1&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18628 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=-1&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18628 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=-1&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18628 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=-1&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18628 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=-1&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18629 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=21&facet.sort=index&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18629 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=21&facet.sort=index&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18629 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=21&facet.sort=index&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18630 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=21&facet.sort=index&facet.field={!key%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18630 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=21&facet.sort=index&facet.field=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18862 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small4_ss&facet.method=enum} hits=0 status=0 QTime=231
   [junit4]   2> 18863 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18863 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18863 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18864 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small4_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18864 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=0
   [junit4]   2> 18865 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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> 18865 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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> 18865 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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> 18866 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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> 18866 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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> 18866 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=1&facet.field=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18867 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=1&facet.field=small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18867 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=1&facet.field=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18868 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=1&facet.field={!key%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18868 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=1&facet.field=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18869 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=1&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18873 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small2_is&facet.method=enum} hits=0 status=0 QTime=4
   [junit4]   2> 18873 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18874 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18874 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18874 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small2_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18875 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18875 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18875 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18875 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18876 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=small3_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18876 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18877 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18877 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18879 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=2
   [junit4]   2> 18879 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18880 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=5&facet.field=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18880 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=5&facet.field=foo_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18880 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=5&facet.field=foo_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18881 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=5&facet.field={!key%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18886 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=5&facet.field=foo_f&facet.method=uif} hits=0 status=0 QTime=5
   [junit4]   2> 18887 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=5&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18887 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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> 18887 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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> 18888 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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> 18888 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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> 18888 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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> 18889 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18889 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18889 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18890 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18890 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18890 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18891 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0&facet.field=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18891 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0&facet.field=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18894 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0&facet.field=foo_ls&facet.method=fcs} hits=0 status=0 QTime=2
   [junit4]   2> 18894 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0&facet.field={!key%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18894 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=0&facet.field=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18895 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18896 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=missing_i&facet.method=fc} hits=0 status=0 QTime=1
   [junit4]   2> 18896 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18897 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18897 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18897 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18898 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=6&facet.missing=true&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18898 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=6&facet.missing=true&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18898 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=6&facet.missing=true&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18906 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=6&facet.missing=true&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=7
   [junit4]   2> 18907 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=6&facet.missing=true&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18907 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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.field=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18907 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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.field=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18908 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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.field=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18908 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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.field={!key%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18908 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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.field=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 18909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 18909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 18909 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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_ss}missing_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 18910 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 18955 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[VAZG]} 0 43
   [junit4]   2> 18958 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HYDY]} 0 2
   [junit4]   2> 18960 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[AAHL]} 0 1
   [junit4]   2> 18986 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JLZP]} 0 11
   [junit4]   2> 18991 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[AEQD]} 0 3
   [junit4]   2> 19002 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[GQFG]} 0 10
   [junit4]   2> 19089 INFO  (searcherExecutor-53-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 19090 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 85
   [junit4]   2> 19105 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MYOM]} 0 13
   [junit4]   2> 19106 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[MYOM]} 0 1
   [junit4]   2> 19115 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[WSLM]} 0 1
   [junit4]   2> 19117 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HIJC]} 0 1
   [junit4]   2> 19120 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QYXB]} 0 3
   [junit4]   2> 19131 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XIOC]} 0 5
   [junit4]   2> 19132 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XGVX]} 0 0
   [junit4]   2> 19133 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[EONJ]} 0 0
   [junit4]   2> 19133 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KKDY]} 0 0
   [junit4]   2> 19138 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ZLUD]} 0 4
   [junit4]   2> 19140 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[BNYB]} 0 1
   [junit4]   2> 19223 INFO  (searcherExecutor-53-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 19224 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 83
   [junit4]   2> 19226 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[EBKJ]} 0 2
   [junit4]   2> 19228 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IWKL]} 0 0
   [junit4]   2> 19229 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JHYO]} 0 0
   [junit4]   2> 19229 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[VVJJ]} 0 0
   [junit4]   2> 19453 INFO  (searcherExecutor-53-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 19453 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 223
   [junit4]   2> 19455 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[BDNS]} 0 1
   [junit4]   2> 19456 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[FLNH]} 0 0
   [junit4]   2> 19457 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[OWLK]} 0 0
   [junit4]   2> 19457 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[HROU]} 0 0
   [junit4]   2> 19458 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[IJQR]} 0 0
   [junit4]   2> 19459 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TZSE]} 0 0
   [junit4]   2> 19460 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[XYPK]} 0 0
   [junit4]   2> 19473 INFO  (searcherExecutor-53-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 19473 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 13
   [junit4]   2> 19490 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=54&wt=json} hits=27 status=0 QTime=17
   [junit4]   2> 19500 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=2
   [junit4]   2> 19505 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=4
   [junit4]   2> 19540 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=34
   [junit4]   2> 19541 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19549 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=8
   [junit4]   2> 19551 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=4&facet.field=score_f&facet.method=enum} hits=27 status=0 QTime=1
   [junit4]   2> 19558 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=4&facet.field=score_f&facet.method=fc} hits=27 status=0 QTime=7
   [junit4]   2> 19559 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=4&facet.field=score_f&facet.method=fcs} hits=27 status=0 QTime=0
   [junit4]   2> 19561 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=4&facet.field={!key%3Dscore_f}score_f_dv} hits=27 status=0 QTime=0
   [junit4]   2> 19562 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=4&facet.field=score_f&facet.method=uif} hits=27 status=0 QTime=1
   [junit4]   2> 19563 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] 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=4&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=27 status=0 QTime=0
   [junit4]   2> 19564 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=1
   [junit4]   2> 19578 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=12
   [junit4]   2> 19579 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=1
   [junit4]   2> 19580 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19581 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19582 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19583 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19586 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=3
   [junit4]   2> 19587 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19588 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19589 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=1
   [junit4]   2> 19590 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19590 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19592 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=1
   [junit4]   2> 19592 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19593 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19596 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=2
   [junit4]   2> 19599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=27 status=0 QTime=0
   [junit4]   2> 19600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=3&facet.missing=true&facet.field=small_s&facet.method=enum} hits=27 status=0 QTime=1
   [junit4]   2> 19601 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=3&facet.missing=true&facet.field=small_s&facet.method=fc} hits=27 status=0 QTime=1
   [junit4]   2> 19603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=3&facet.missing=true&facet.field=small_s&facet.method=fcs} hits=27 status=0 QTime=1
   [junit4]   2> 19608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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=3&facet.missing=true&facet.field={!key%3Dsmall_s}small_s_dv} hits=27 status=0 QTime=5
   [junit4]   2> 19609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[9C57B4AAB4F1463C]) [     ] o.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&f

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

unit4]   2>         "d",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>  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>       "small2_s":[
   [junit4]   2>         "d",1,
   [junit4]   2>         "h",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.field=small2_s&facet.method=uif
   [junit4]   2> 29738 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7C695C560504814A]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=7C695C560504814A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=mt -Dtests.timezone=Australia/Yancowinna -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.06s J0 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'g'!='h' @ facet_counts/facet_fields/small2_s/[2]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7C695C560504814A:71017C8350FD49F5]: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> 29738 INFO  (SUITE-TestRandomDVFaceting-seed#[7C695C560504814A]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29738 INFO  (SUITE-TestRandomDVFaceting-seed#[7C695C560504814A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=943756967
   [junit4]   2> 29739 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5345cc39
   [junit4]   2> 29739 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@5345cc39
   [junit4]   2> 29739 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5e79e855: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@5efdc6f1
   [junit4]   2> 29752 INFO  (coreCloseExecutor-39-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 29753 INFO  (SUITE-TestRandomDVFaceting-seed#[7C695C560504814A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 29753 INFO  (SUITE-TestRandomDVFaceting-seed#[7C695C560504814A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@21fab52a: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@700ced58
   [junit4]   2> 29758 INFO  (SUITE-TestRandomDVFaceting-seed#[7C695C560504814A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 29758 INFO  (SUITE-TestRandomDVFaceting-seed#[7C695C560504814A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7d1e0946: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@35ad5c85
   [junit4]   2> 29758 INFO  (SUITE-TestRandomDVFaceting-seed#[7C695C560504814A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 29758 INFO  (SUITE-TestRandomDVFaceting-seed#[7C695C560504814A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76580f0a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@741c9363
   [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_7C695C560504814A-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=PostingsFormat(name=Asserting), foo_ds_dv=PostingsFormat(name=LuceneFixedGap), foo_f_dv=Lucene84, small_i=PostingsFormat(name=LuceneFixedGap), small3_is=PostingsFormat(name=LuceneFixedGap), small_s=PostingsFormat(name=Asserting), score_f=PostingsFormat(name=LuceneFixedGap), score_d=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting), foo_i=Lucene84, foo_fs_dv=PostingsFormat(name=Asserting), foo_l=PostingsFormat(name=Asserting), small4_ss=Lucene84, small2_s=PostingsFormat(name=Asserting), small2_i=PostingsFormat(name=LuceneFixedGap), foo_ls_dv=PostingsFormat(name=LuceneFixedGap), small2_is=Lucene84, foo_ds=Lucene84, foo_fs=Lucene84, foo_d_dv=Lucene84, score_f_dv=Lucene84, foo_d=PostingsFormat(name=Asserting), score_d_dv=Lucene84, small2_ss=Lucene84, foo_f=PostingsFormat(name=LuceneFixedGap), foo_l_dv=Lucene84, foo_ls=Lucene84}, docValues:{small2_s_dv=DocValuesFormat(name=Direct), score_f_p=DocValuesFormat(name=Asserting), id_dv=DocValuesFormat(name=Asserting), score_d_p=DocValuesFormat(name=Direct), small2_is_p=DocValuesFormat(name=Lucene80), small3_is_dv=DocValuesFormat(name=Asserting), foo_ds_dv=DocValuesFormat(name=Lucene80), foo_f_dv=DocValuesFormat(name=Direct), 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=Asserting), 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=Asserting), small_i_dv=DocValuesFormat(name=Direct), 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=Direct), foo_d_dv=DocValuesFormat(name=Asserting), score_d_dv=DocValuesFormat(name=Asserting), foo_l_dv=DocValuesFormat(name=Asserting), small3_ss_dv=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1382, maxMBSortInHeap=5.683056662459779, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=mt, timezone=Australia/Yancowinna
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=67868512,total=286261248
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestRandomDVFaceting]
   [junit4] Completed [5/5 (5!)] on J0 in 3.76s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 7C695C560504814A]:
   [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.75 ..    31.48 =    30.72s
   [junit4] JVM J1:     0.76 ..    27.38 =    26.62s
   [junit4] JVM J2:     0.75 ..    27.30 =    26.55s
   [junit4] JVM J3:     0.75 ..    26.57 =    25.81s
   [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: 7C695C560504814A]

Total time: 32 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 0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0
Note: checking out '0bfa2a690857099aa3a8a5bd90e4d8db89d5ccc0'.

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 performing another checkout.

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

  git checkout -b <new-branch-name>

HEAD is now at 0bfa2a69085 SOLR-14749: Restructure the docs + add some examples.
[repro] Exiting with code 256
Archiving artifacts
[Fast Archiver] No artifacts from Lucene » Lucene-Solr-repro Repro-Lucene/Lucene-Solr-Tests-8.x#737 to compare, so performing full copy of 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)