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

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

[repro] Revision: 95b4ee02ef97387ed18be8e1383267f66e850c4e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting 
-Dtests.method=testRandomFaceting -Dtests.seed=3D3B1C313E9F448E 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=mt 
-Dtests.timezone=Africa/Lome -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=3D3B1C313E9F448E -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=mt -Dtests.timezone=Africa/Lome 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 11946 lines...]
   [junit4]   2> 33037 ERROR 
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'f'!='g' @ 
facet_counts/facet_fields/small4_ss/[10]
   [junit4]   2>  expected ={
   [junit4]   2>   
"response":{"numFound":19,"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>         "a",0,
   [junit4]   2>         "b",0,
   [junit4]   2>         "c",1,
   [junit4]   2>         "d",3,
   [junit4]   2>         "e",1,
   [junit4]   2>         "f",0,
   [junit4]   2>         "g",2,
   [junit4]   2>         "i",1,
   [junit4]   2>         "j",2,
   [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":19,"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>         "a",0,
   [junit4]   2>         "b",0,
   [junit4]   2>         "c",1,
   [junit4]   2>         "d",3,
   [junit4]   2>         "e",1,
   [junit4]   2>         "g",2,
   [junit4]   2>         "i",1,
   [junit4]   2>         "j",2,
   [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.sort=index&facet.field=small4_ss&facet.method=uif
   [junit4]   2> 33039 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting 
-Dtests.seed=3D3B1C313E9F448E -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=mt -Dtests.timezone=Africa/Lome 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 22.8s J3 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'f'!='g' @ 
facet_counts/facet_fields/small4_ss/[10]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3D3B1C313E9F448E:30533CE46B668C31]: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> 33046 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 33046 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=721734883
   [junit4]   2> 33251 INFO  (coreCloseExecutor-19-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@f2b0c9b
   [junit4]   2> 33251 INFO  (coreCloseExecutor-19-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@f2b0c9b
   [junit4]   2> 33252 INFO  (coreCloseExecutor-19-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4bb6bc03: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@1101a298
   [junit4]   2> 33282 INFO  (coreCloseExecutor-19-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 33295 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 33295 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6c6e59a8: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@3360cf09
   [junit4]   2> 33300 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 33300 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@570d634d: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@134afe55
   [junit4]   2> 33300 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 33300 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c20be87: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@3cc3d367
   [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_3D3B1C313E9F448E-001
   [junit4]   2> NOTE: test params are: codec=Lucene87, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=mt, 
timezone=Africa/Lome
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=134736128,total=365428736
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J3 in 32.13s, 1 test, 1 failure <<< 
FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3669 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 3686 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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_3D3B1C313E9F448E-001/data-dir-1-001
   [junit4]   2> 3993 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4042 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] o.e.j.u.log 
Logging initialized @4085ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4047 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 4340 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4341 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4638 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 5027 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 5050 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 5059 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 5063 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 5068 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 5072 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 5112 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 5118 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 6981 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 7001 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 7058 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7069 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 7183 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@28f8a8d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7183 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@28f8a8d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7555 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 7557 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3efae40[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7557 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3efae40[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7691 WARN  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-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> 8342 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4415b388
   [junit4]   2> 8344 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4415b388
   [junit4]   2> 8344 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4415b388
   [junit4]   2> 8401 INFO  (coreLoadExecutor-12-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 8418 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 8439 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 8488 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 8489 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> 8539 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4415b388
   [junit4]   2> 8554 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_3D3B1C313E9F448E-001/data-dir-1-001/]
   [junit4]   2> 8600 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 10744 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 10744 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 10747 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=72.1396484375, 
floorSegmentMB=1.1806640625, forceMergeDeletesPctAllowed=3.2905274319967983, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=27.609652062582104
   [junit4]   2> 10774 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> 10800 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 10813 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> 10818 INFO  
(SUITE-TestRandomDVFaceting-seed#[3D3B1C313E9F448E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 10833 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 10891 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10894 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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 57
   [junit4]   2> 11122 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> 11126 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 224
   [junit4]   2> 11166 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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=28
   [junit4]   2> 11196 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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=25
   [junit4]   2> 11202 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11209 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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=6
   [junit4]   2> 11210 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11211 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11216 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=score_f&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 11232 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=score_f&facet.method=fc}
 hits=0 status=0 QTime=16
   [junit4]   2> 11233 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=score_f&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11234 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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%3Dscore_f}score_f_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11479 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=score_f&facet.method=uif}
 hits=0 status=0 QTime=244
   [junit4]   2> 11481 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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%3Dscore_f}score_f_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11484 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=enum}
 hits=0 status=0 QTime=2
   [junit4]   2> 11486 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=fc}
 hits=0 status=0 QTime=2
   [junit4]   2> 11487 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11488 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_d}score_d_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11489 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11490 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11491 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11494 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11495 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11496 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11497 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11498 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11499 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11501 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11502 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11503 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11504 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11505 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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> 11506 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11507 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11508 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11509 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11510 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11511 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11511 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11513 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11514 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11514 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11517 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.prefix=&facet.field=small2_ss&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 11518 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.prefix=&facet.field=small2_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 11519 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.prefix=&facet.field=small2_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11519 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.prefix=&facet.field={!key%3Dsmall2_ss}small2_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11520 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.prefix=&facet.field=small2_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11520 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.field=small3_ss&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 11521 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.field=small3_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 11521 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.field=small3_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11522 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.field={!key%3Dsmall3_ss}small3_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11523 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.field=small3_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11525 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=small4_ss&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 11525 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=small4_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 11525 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=small4_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11527 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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%3Dsmall4_ss}small4_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11535 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.s.f.UnInvertedField UnInverted multi-valued field 
{field=small4_ss,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 11536 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=small4_ss&facet.method=uif}
 hits=0 status=0 QTime=9
   [junit4]   2> 11542 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.limit=100&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=small_i&facet.method=enum}
 hits=0 status=0 QTime=4
   [junit4]   2> 11542 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.limit=100&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=small_i&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 11543 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.limit=100&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=small_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11544 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.limit=100&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field={!key%3Dsmall_i}small_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11544 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.limit=100&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=small_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11545 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.limit=100&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field={!key%3Dsmall_i}small_i_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11546 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field=small2_i&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 11546 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field=small2_i&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 11546 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field=small2_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11547 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field={!key%3Dsmall2_i}small2_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11548 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field=small2_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11548 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11549 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=43&facet.sort=index&facet.mincount=0&facet.field=small2_is&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 11550 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=43&facet.sort=index&facet.mincount=0&facet.field=small2_is&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 11550 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=43&facet.sort=index&facet.mincount=0&facet.field=small2_is&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11551 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=43&facet.sort=index&facet.mincount=0&facet.field={!key%3Dsmall2_is}small2_is_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11551 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=43&facet.sort=index&facet.mincount=0&facet.field=small2_is&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11552 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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> 11553 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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> 11554 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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> 11554 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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> 11555 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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> 11556 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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> 11558 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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> 11558 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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> 11559 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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> 11560 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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> 11561 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 11562 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 11563 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11563 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_f}foo_f_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11564 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11564 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11565 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11565 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11565 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11566 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11567 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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> 11567 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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_d&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 11569 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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_d&facet.method=fc}
 hits=0 status=0 QTime=1
   [junit4]   2> 11570 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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_d&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11570 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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_d}foo_d_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11571 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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_d&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11571 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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_d}foo_d_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11573 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11573 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11574 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11574 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11576 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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=1
   [junit4]   2> 11577 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=40&facet.sort=count&facet.mincount=4&facet.field=missing_i&facet.method=enum}
 hits=0 status=0 QTime=1
   [junit4]   2> 11578 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=40&facet.sort=count&facet.mincount=4&facet.field=missing_i&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 11578 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=40&facet.sort=count&facet.mincount=4&facet.field=missing_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11579 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=40&facet.sort=count&facet.mincount=4&facet.field={!key%3Dmissing_i}missing_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 11579 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=40&facet.sort=count&facet.mincount=4&facet.field=missing_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11580 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=40&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> 11581 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11581 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11582 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11588 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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=6
   [junit4]   2> 11589 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11589 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11590 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11591 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11592 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11593 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.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> 11596 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field=missing_ss&facet.method=enum}
 hits=0 status=0 QTime=2
   [junit4]   2> 11597 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field=missing_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 11598 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field=missing_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 11599 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field={!key%3Dmissing_ss}missing_ss_dv}
 hits=0 status=0 QTime=1
   [junit4]   2> 11599 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.missing=true&facet.field=missing_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 11905 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[WQWV]} 0 303
   [junit4]   2> 11913 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[HFDF]} 0 6
   [junit4]   2> 11920 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[HFDF]} 0 6
   [junit4]   2> 11927 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[ELTX]} 0 4
   [junit4]   2> 11934 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[CTBS]} 0 7
   [junit4]   2> 11945 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[EVBN]} 0 8
   [junit4]   2> 11947 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[RIKM]} 0 1
   [junit4]   2> 12813 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> 12815 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 867
   [junit4]   2> 13028 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[UFNK]} 0 211
   [junit4]   2> 13032 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[BSFQ]} 0 4
   [junit4]   2> 13094 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> 13095 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 62
   [junit4]   2> 13119 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=16&wt=json} hits=8 
status=0 QTime=22
   [junit4]   2> 13143 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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=8 status=0 QTime=10
   [junit4]   2> 13243 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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=8 status=0 QTime=99
   [junit4]   2> 13251 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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=8 status=0 QTime=7
   [junit4]   2> 13264 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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=8 status=0 QTime=13
   [junit4]   2> 13265 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
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=8 status=0 QTime=0
   [junit4]   2> 13303 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=37
   [junit4]   2> 13316 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=13
   [junit4]   2> 13317 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13318 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13350 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=32
   [junit4]   2> 13351 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13352 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=1
   [junit4]   2> 13353 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=1
   [junit4]   2> 13354 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13354 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13355 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13356 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13356 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13357 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13357 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13361 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=3
   [junit4]   2> 13361 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13362 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13362 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13363 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13363 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13364 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13364 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13365 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.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=8 status=0 QTime=0
   [junit4]   2> 13367 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.prefix=&facet.missing=true&facet.field=small_s&facet.method=enum}
 hits=8 status=0 QTime=1
   [junit4]   2> 13368 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.prefix=&facet.missing=true&facet.field=small_s&facet.method=fc}
 hits=8 status=0 QTime=0
   [junit4]   2> 13369 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.prefix=&facet.missing=true&facet.field=small_s&facet.method=fcs}
 hits=8 status=0 QTime=1
   [junit4]   2> 13370 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.prefix=&facet.missing=true&facet.field={!key%3Dsmall_s}small_s_dv}
 hits=8 status=0 QTime=0
   [junit4]   2> 13580 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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.prefix=&facet.missing=true&facet.field=small_s&facet.method=uif}
 hits=8 status=0 QTime=209
   [junit4]   2> 13580 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=4&facet.prefix=?&facet.field=small2_s&facet.method=enum}
 hits=8 status=0 QTime=0
   [junit4]   2> 13581 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=4&facet.prefix=?&facet.field=small2_s&facet.method=fc}
 hits=8 status=0 QTime=0
   [junit4]   2> 13582 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=4&facet.prefix=?&facet.field=small2_s&facet.method=fcs}
 hits=8 status=0 QTime=0
   [junit4]   2> 13582 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=4&facet.prefix=?&facet.field={!key%3Dsmall2_s}small2_s_dv}
 hits=8 status=0 QTime=0
   [junit4]   2> 13583 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=4&facet.prefix=?&facet.field=small2_s&facet.method=uif}
 hits=8 status=0 QTime=0
   [junit4]   2> 13584 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=75&facet.mincount=4&facet.missing=true&facet.field=small2_ss&facet.method=enum}
 hits=8 status=0 QTime=0
   [junit4]   2> 13585 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=75&facet.mincount=4&facet.missing=true&facet.field=small2_ss&facet.method=fc}
 hits=8 status=0 QTime=1
   [junit4]   2> 13586 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=75&facet.mincount=4&facet.missing=true&facet.field=small2_ss&facet.method=fcs}
 hits=8 status=0 QTime=0
   [junit4]   2> 13586 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C313E9F448E]) [     ] 
o.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=75&facet.mincount=4&facet.missing=true&facet.field={!key%3Dsmall2_ss}small2_ss_dv}
 hits=8 status=0 QTime=0
   [junit4]   2> 13587 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[3D3B1C

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

unit4]   2>  response = {
   [junit4]   2>   
"response":{"numFound":116,"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>         "z",1,
   [junit4]   2>         "{",1,
   [junit4]   2>         "|",1,
   [junit4]   2>         "",1,
   [junit4]   2>         "?",1,
   [junit4]   2>         "?",1,
   [junit4]   2>         "d",0,
   [junit4]   2>         "f",0,
   [junit4]   2>         "k",0,
   [junit4]   2>         "}",0,
   [junit4]   2>         "?",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=26&facet.sort=count&facet.prefix=&facet.field=small4_ss&facet.method=uif
   [junit4]   2> 111833 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[8F2A6E02DFA7C950]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting 
-Dtests.seed=8F2A6E02DFA7C950 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=mt -Dtests.timezone=Africa/Lome 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 24.3s J0 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: '{'!='z' @ 
facet_counts/facet_fields/small4_ss/[0]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8F2A6E02DFA7C950:82424ED78A5E01EF]: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> 111834 INFO  
(SUITE-TestRandomDVFaceting-seed#[8F2A6E02DFA7C950]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 111834 INFO  
(SUITE-TestRandomDVFaceting-seed#[8F2A6E02DFA7C950]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1733579239
   [junit4]   2> 111834 INFO  (coreCloseExecutor-39-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@29297a2a
   [junit4]   2> 111834 INFO  (coreCloseExecutor-39-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@29297a2a
   [junit4]   2> 111834 INFO  (coreCloseExecutor-39-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3bacbe1c: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@9863328
   [junit4]   2> 111853 INFO  (coreCloseExecutor-39-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 111857 INFO  
(SUITE-TestRandomDVFaceting-seed#[8F2A6E02DFA7C950]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 111857 INFO  
(SUITE-TestRandomDVFaceting-seed#[8F2A6E02DFA7C950]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2523aa7f: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@3b6e947e
   [junit4]   2> 111862 INFO  
(SUITE-TestRandomDVFaceting-seed#[8F2A6E02DFA7C950]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 111862 INFO  
(SUITE-TestRandomDVFaceting-seed#[8F2A6E02DFA7C950]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@79d04fc5: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@22aecb59
   [junit4]   2> 111862 INFO  
(SUITE-TestRandomDVFaceting-seed#[8F2A6E02DFA7C950]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 111862 INFO  
(SUITE-TestRandomDVFaceting-seed#[8F2A6E02DFA7C950]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7128175a: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@2c3ad108
   [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_8F2A6E02DFA7C950-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{small3_ss=PostingsFormat(name=Direct), 
foo_ds_dv=PostingsFormat(name=MockRandom), 
foo_f_dv=BlockTreeOrds(blocksize=128), small_i=PostingsFormat(name=MockRandom), 
small3_is=PostingsFormat(name=MockRandom), small_s=PostingsFormat(name=Direct), 
score_f=PostingsFormat(name=MockRandom), score_d=PostingsFormat(name=Direct), 
id=PostingsFormat(name=Direct), foo_i=BlockTreeOrds(blocksize=128), 
foo_fs_dv=PostingsFormat(name=Direct), foo_l=PostingsFormat(name=Direct), 
small4_ss=BlockTreeOrds(blocksize=128), small2_s=PostingsFormat(name=Direct), 
small2_i=PostingsFormat(name=MockRandom), 
foo_ls_dv=PostingsFormat(name=MockRandom), 
small2_is=BlockTreeOrds(blocksize=128), foo_ds=Lucene84, 
foo_fs=BlockTreeOrds(blocksize=128), foo_d_dv=Lucene84, 
score_f_dv=BlockTreeOrds(blocksize=128), foo_d=PostingsFormat(name=Direct), 
score_d_dv=Lucene84, small2_ss=Lucene84, foo_f=PostingsFormat(name=MockRandom), 
foo_l_dv=Lucene84, foo_ls=Lucene84}, 
docValues:{small2_s_dv=DocValuesFormat(name=Lucene80), 
score_f_p=DocValuesFormat(name=Lucene80), id_dv=DocValuesFormat(name=Lucene80), 
score_d_p=DocValuesFormat(name=Lucene80), 
small2_is_p=DocValuesFormat(name=Asserting), 
small3_is_dv=DocValuesFormat(name=Lucene80), 
foo_ds_dv=DocValuesFormat(name=Direct), 
foo_f_dv=DocValuesFormat(name=Lucene80), foo_ds_p=DocValuesFormat(name=Direct), 
foo_l_p=DocValuesFormat(name=Lucene80), foo_i_p=DocValuesFormat(name=Direct), 
small2_i_dv=DocValuesFormat(name=Lucene80), 
small4_ss_dv=DocValuesFormat(name=Asserting), 
small_s_dv=DocValuesFormat(name=Lucene80), 
foo_i_dv=DocValuesFormat(name=Direct), 
small2_ss_dv=DocValuesFormat(name=Direct), 
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=Direct), foo_d_p=DocValuesFormat(name=Lucene80), 
foo_fs_p=DocValuesFormat(name=Asserting), 
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=232, 
maxMBSortInHeap=6.745330187472022, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=mt, 
timezone=Africa/Lome
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=309561080,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, 
TestRandomDVFaceting]
   [junit4] Completed [5/5 (5!)] on J0 in 25.16s, 1 test, 1 failure <<< 
FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 8F2A6E02DFA7C950]:
   [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.90 ..   115.90 =   115.01s
   [junit4] JVM J1:     0.65 ..    96.11 =    95.46s
   [junit4] JVM J2:     0.67 ..    93.72 =    93.05s
   [junit4] JVM J3:     0.89 ..    91.27 =    90.37s
   [junit4] Execution time total: 1 minute 55 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: 
8F2A6E02DFA7C950]

Total time: 1 minute 57 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
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to