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

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

[repro] Revision: 688ad75bd0293b6153d555f40a9b0a025562d3e3

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

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

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

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

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

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

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

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

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

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

Total time: 33 seconds

[repro] Setting last failure code to 256

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

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

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

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at 7c1ff288b73 SOLR-14978 OOM Killer in Foreground (#2055)
[repro] Exiting with code 256
Archiving artifacts
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to