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

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

[repro] Revision: 91ef1c0fe8854db04e42b9095437b3186ff8038e

[repro] Repro line:  ant test  -Dtestcase=TestRandomDVFaceting 
-Dtests.method=testRandomFaceting -Dtests.seed=E66FF5D2D7B1DFE4 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-CU 
-Dtests.timezone=UTC -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

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

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

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

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestRandomDVFaceting" -Dtests.showOutput=onerror  
-Dtests.seed=E66FF5D2D7B1DFE4 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-CU -Dtests.timezone=UTC -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

[...truncated 3549 lines...]
   [junit4]   2> 21712 ERROR 
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'k'!='j' @ 
facet_counts/facet_fields/small4_ss/[0]
   [junit4]   2>  expected ={
   [junit4]   2>   
"response":{"numFound":31,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small4_ss":[
   [junit4]   2>         "k",1,
   [junit4]   2>         "c",0,
   [junit4]   2>         "e",0,
   [junit4]   2>         "o",0]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   
"response":{"numFound":31,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small4_ss":[
   [junit4]   2>         "j",1,
   [junit4]   2>         "k",1,
   [junit4]   2>         "c",0,
   [junit4]   2>         "e",0,
   [junit4]   2>         "o",0]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  request = 
facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=8&facet.prefix=&facet.field=small4_ss&facet.method=uif
   [junit4]   2> 21716 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting 
-Dtests.seed=E66FF5D2D7B1DFE4 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=es-CU -Dtests.timezone=UTC 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 10.5s J0 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'k'!='j' @ 
facet_counts/facet_fields/small4_ss/[0]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E66FF5D2D7B1DFE4:EB07D5078248175B]:0)
   [junit4]    >        at 
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   [junit4]    >        at 
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   [junit4]    >        at 
org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 21735 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 21735 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1339055149
   [junit4]   2> 21736 INFO  (coreCloseExecutor-19-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@12054eb9
   [junit4]   2> 21736 INFO  (coreCloseExecutor-19-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@12054eb9
   [junit4]   2> 21737 INFO  (coreCloseExecutor-19-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@eed7d06: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@47fe1d73
   [junit4]   2> 21771 INFO  (coreCloseExecutor-19-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 22103 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 22103 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@aa121bf: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@5313706
   [junit4]   2> 22112 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 22112 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@57fcbb5d: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@61268eaf
   [junit4]   2> 22112 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 22112 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3273a110: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@4b1a9b7a
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp/solr.TestRandomDVFaceting_E66FF5D2D7B1DFE4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{small3_ss=Lucene84, foo_ds_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
foo_f_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 small_i=PostingsFormat(name=LuceneVarGapFixedInterval), 
small3_is=PostingsFormat(name=LuceneVarGapFixedInterval), small_s=Lucene84, 
score_f=PostingsFormat(name=LuceneVarGapFixedInterval), score_d=Lucene84, 
id=Lucene84, 
foo_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), 
foo_fs_dv=Lucene84, foo_l=Lucene84, 
small4_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 small2_s=Lucene84, small2_i=PostingsFormat(name=LuceneVarGapFixedInterval), 
foo_ls_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
small2_is=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 foo_ds=BlockTreeOrds(blocksize=128), 
foo_fs=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), 
foo_d_dv=BlockTreeOrds(blocksize=128), 
score_f_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 foo_d=Lucene84, score_d_dv=BlockTreeOrds(blocksize=128), 
small2_ss=BlockTreeOrds(blocksize=128), 
foo_f=PostingsFormat(name=LuceneVarGapFixedInterval), 
foo_l_dv=BlockTreeOrds(blocksize=128), foo_ls=BlockTreeOrds(blocksize=128)}, 
docValues:{score_f_p=DocValuesFormat(name=Direct), 
id_dv=DocValuesFormat(name=Direct), small2_s_dv=DocValuesFormat(name=Lucene80), 
score_d_p=DocValuesFormat(name=Lucene80), 
small2_is_p=DocValuesFormat(name=Asserting), 
small3_is_dv=DocValuesFormat(name=Direct), 
foo_ds_dv=DocValuesFormat(name=Lucene80), 
foo_f_dv=DocValuesFormat(name=Lucene80), 
foo_ds_p=DocValuesFormat(name=Lucene80), foo_l_p=DocValuesFormat(name=Direct), 
foo_i_p=DocValuesFormat(name=Lucene80), 
small2_i_dv=DocValuesFormat(name=Direct), 
small4_ss_dv=DocValuesFormat(name=Asserting), 
small_s_dv=DocValuesFormat(name=Direct), 
foo_i_dv=DocValuesFormat(name=Lucene80), 
small2_ss_dv=DocValuesFormat(name=Lucene80), 
foo_fs_dv=DocValuesFormat(name=Asserting), 
small2_is_dv=DocValuesFormat(name=Asserting), 
small_i_p=DocValuesFormat(name=Lucene80), 
small2_i_p=DocValuesFormat(name=Direct), 
small_i_dv=DocValuesFormat(name=Lucene80), 
small3_is_p=DocValuesFormat(name=Lucene80), 
foo_ls_dv=DocValuesFormat(name=Lucene80), 
foo_f_p=DocValuesFormat(name=Lucene80), 
foo_ls_p=DocValuesFormat(name=Lucene80), foo_d_p=DocValuesFormat(name=Direct), 
foo_fs_p=DocValuesFormat(name=Asserting), 
score_f_dv=DocValuesFormat(name=Lucene80), 
foo_d_dv=DocValuesFormat(name=Direct), score_d_dv=DocValuesFormat(name=Direct), 
foo_l_dv=DocValuesFormat(name=Direct), 
small3_ss_dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=337, 
maxMBSortInHeap=6.299155005654468, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-CU, timezone=UTC
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=277670088,total=380108800
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting]
   [junit4] Completed [1/5 (1!)] on J0 in 21.75s, 1 test, 1 failure <<< 
FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 3399 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3414 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3432 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1/temp/solr.TestRandomDVFaceting_E66FF5D2D7B1DFE4-001/data-dir-1-001
   [junit4]   2> 3545 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3617 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] o.e.j.u.log 
Logging initialized @3684ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 3622 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4014 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4570 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4731 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4763 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.D.s.TrieIntField Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4773 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.D.s.TrieFloatField Solr loaded a deprecated plugin/analysis class 
[solr.TrieFloatField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 4779 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.D.s.TrieLongField Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 4788 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.D.s.TrieDoubleField Solr loaded a deprecated plugin/analysis class 
[solr.TrieDoubleField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 4794 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.D.s.TrieDateField Solr loaded a deprecated plugin/analysis class 
[solr.TrieDateField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 4846 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4852 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.c.SolrPaths Using system property solr.solr.home: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr
   [junit4]   2> 8916 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.c.CoreContainer Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:1.8.0_252]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:886) 
~[?:1.8.0_252]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549) 
~[?:1.8.0_252]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2>        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) 
~[?:?]
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
 ~[?:?]
   [junit4]   2>        at java.nio.file.Files.createDirectory(Files.java:674) 
~[?:1.8.0_252]
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2>        at 
java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:371) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:336) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2>        at 
org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) 
[test/:?]
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:1.8.0_252]
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_252]
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_252]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_252]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 8938 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.f.DistribPackageStore Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore]
 directory in SOLR_HOME 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:1.8.0_252]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:886) 
~[?:1.8.0_252]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549) 
~[?:1.8.0_252]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2>        at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2>        at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) 
[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:672) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2>        at 
org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) 
[test/:?]
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:1.8.0_252]
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_252]
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_252]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_252]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 9017 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 9033 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 9418 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7c2ba793[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9418 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7c2ba793[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9812 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 9832 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2fa039e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 9832 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2fa039e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 10457 WARN  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disabled authorization=disabled.  Solr is only as secure as you 
make it. Consider configuring authentication/authorization before exposing Solr 
to users internal or external.  See https://s.apache.org/solrsecurity for more 
info
   [junit4]   2> 10944 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15991d5d
   [junit4]   2> 10946 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15991d5d
   [junit4]   2> 10946 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15991d5d
   [junit4]   2> 11009 INFO  (coreLoadExecutor-12-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 11032 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 11270 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 11280 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 11280 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration 
from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 11335 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' 
(registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15991d5d
   [junit4]   2> 11350 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1/temp/solr.TestRandomDVFaceting_E66FF5D2D7B1DFE4-001/data-dir-1-001/]
   [junit4]   2> 11410 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=35.9189453125, 
floorSegmentMB=1.580078125, forceMergeDeletesPctAllowed=27.210083189047776, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1021401636697589, deletesPctAllowed=34.637371175929914
   [junit4]   2> 13709 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 13709 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 13712 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=61.884765625, 
floorSegmentMB=1.1845703125, forceMergeDeletesPctAllowed=28.092225357704223, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7459860214831471, deletesPctAllowed=29.729680276260417
   [junit4]   2> 13748 WARN  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1/conf
 ; switching to use InMemory storage instead.
   [junit4]   2> 13779 INFO  (coreLoadExecutor-12-thread-1) [    x:collection1 
] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 13790 INFO  
(searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 13799 INFO  
(SUITE-TestRandomDVFaceting-seed#[E66FF5D2D7B1DFE4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 14041 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 14113 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 14115 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 65
   [junit4]   2> 14202 INFO  
(searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 1 ms
   [junit4]   2> 14205 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 82
   [junit4]   2> 14272 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=0&wt=json} hits=0 
status=0 QTime=60
   [junit4]   2> 14462 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=44&facet.sort=count&facet.field=id&facet.method=enum}
 hits=0 status=0 QTime=184
   [junit4]   2> 14468 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=44&facet.sort=count&facet.field=id&facet.method=fc}
 hits=0 status=0 QTime=5
   [junit4]   2> 14494 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=44&facet.sort=count&facet.field=id&facet.method=fcs}
 hits=0 status=0 QTime=25
   [junit4]   2> 14495 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=44&facet.sort=count&facet.field={!key%3Did}id_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14496 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=44&facet.sort=count&facet.field=id&facet.method=uif}
 hits=0 status=0 QTime=1
   [junit4]   2> 14505 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14523 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fc}
 hits=0 status=0 QTime=18
   [junit4]   2> 14524 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14524 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14574 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=uif}
 hits=0 status=0 QTime=49
   [junit4]   2> 14575 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14576 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14578 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fc}
 hits=0 status=0 QTime=2
   [junit4]   2> 14578 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14579 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14580 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14580 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=2&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14581 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14583 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fc}
 hits=0 status=0 QTime=2
   [junit4]   2> 14584 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14584 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_i}foo_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14585 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14585 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14590 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_l&facet.method=enum}
 hits=0 status=0 QTime=4
   [junit4]   2> 14592 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_l&facet.method=fc}
 hits=0 status=0 QTime=2
   [junit4]   2> 14593 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_l&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14593 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14594 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_l&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14594 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14595 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=22&facet.sort=index&facet.field=small_s&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14595 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=22&facet.sort=index&facet.field=small_s&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14596 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=22&facet.sort=index&facet.field=small_s&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14596 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=22&facet.sort=index&facet.field={!key%3Dsmall_s}small_s_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14596 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=22&facet.sort=index&facet.field=small_s&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14598 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.prefix=&facet.field=small2_s&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14599 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.prefix=&facet.field=small2_s&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14599 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.prefix=&facet.field=small2_s&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14600 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.prefix=&facet.field={!key%3Dsmall2_s}small2_s_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14600 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.prefix=&facet.field=small2_s&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14602 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=enum}
 hits=0 status=0 QTime=1
   [junit4]   2> 14603 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14603 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14603 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Dsmall2_ss}small2_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14604 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14608 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small3_ss&facet.method=enum}
 hits=0 status=0 QTime=3
   [junit4]   2> 14608 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small3_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14609 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small3_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14609 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field={!key%3Dsmall3_ss}small3_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14609 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small3_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14610 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=28&facet.sort=index&facet.field=small4_ss&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14610 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=28&facet.sort=index&facet.field=small4_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14611 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=28&facet.sort=index&facet.field=small4_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14611 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=28&facet.sort=index&facet.field={!key%3Dsmall4_ss}small4_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14612 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=28&facet.sort=index&facet.field=small4_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14612 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field=small_i&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14613 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field=small_i&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14613 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field=small_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14613 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field={!key%3Dsmall_i}small_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14614 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field=small_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14614 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=5&facet.field={!key%3Dsmall_i}small_i_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14615 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14615 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14616 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14616 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dsmall2_i}small2_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14616 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14617 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14617 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_is&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14618 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_is&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14618 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_is&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14618 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Dsmall2_is}small2_is_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14619 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_is&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14619 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.field=small3_is&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14620 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.field=small3_is&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14620 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.field=small3_is&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14620 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.field={!key%3Dsmall3_is}small3_is_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14621 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.field=small3_is&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14621 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_fs&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14622 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_fs&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14622 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_fs&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14622 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dfoo_fs}foo_fs_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14623 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_fs&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14623 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_f&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14624 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_f&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14624 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_f&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14624 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dfoo_f}foo_f_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14625 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=foo_f&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14625 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14626 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=foo_ds&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14626 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=foo_ds&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14626 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=foo_ds&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14627 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field={!key%3Dfoo_ds}foo_ds_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14627 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=foo_ds&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14628 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_d&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14708 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_d&facet.method=fc}
 hits=0 status=0 QTime=80
   [junit4]   2> 14709 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_d&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14709 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_d}foo_d_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14710 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_d&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14710 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14714 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ls&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14714 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ls&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14714 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ls&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14715 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dfoo_ls}foo_ls_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14715 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ls&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14716 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=missing_i&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14716 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=missing_i&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14716 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=missing_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14717 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field={!key%3Dmissing_i}missing_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14717 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=missing_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14718 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14718 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.field=missing_is&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14718 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.field=missing_is&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14719 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.field=missing_is&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14719 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.field={!key%3Dmissing_is}missing_is_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14720 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.field=missing_is&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14720 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.sort=count&facet.field=missing_s&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14721 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.sort=count&facet.field=missing_s&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14722 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.sort=count&facet.field=missing_s&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14723 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.sort=count&facet.field={!key%3Dmissing_s}missing_s_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14723 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=3&facet.sort=count&facet.field=missing_s&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 14724 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=0&facet.field=missing_ss&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 14724 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=0&facet.field=missing_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 14726 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=0&facet.field=missing_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 14726 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=0&facet.field={!key%3Dmissing_ss}missing_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 14727 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=0&facet.field=missing_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 15035 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[XXHU]} 0 305
   [junit4]   2> 15049 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[ELZT]} 0 10
   [junit4]   2> 15058 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[ELZT]} 0 3
   [junit4]   2> 15083 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[OPHE]} 0 19
   [junit4]   2> 15996 INFO  
(searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 16056 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 972
   [junit4]   2> 16085 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=6&wt=json} hits=3 
status=0 QTime=20
   [junit4]   2> 16104 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{deleteByQuery=id:(ELZT )} 0 4
   [junit4]   2> 16136 INFO  
(searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 16140 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 34
   [junit4]   2> 16145 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=enum}
 hits=2 status=0 QTime=4
   [junit4]   2> 16167 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=fc}
 hits=2 status=0 QTime=21
   [junit4]   2> 16170 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=fcs}
 hits=2 status=0 QTime=2
   [junit4]   2> 16173 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Did}id_dv}
 hits=2 status=0 QTime=2
   [junit4]   2> 16182 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=id&facet.method=uif}
 hits=2 status=0 QTime=9
   [junit4]   2> 16184 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=enum}
 hits=2 status=0 QTime=1
   [junit4]   2> 16191 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=fc}
 hits=2 status=0 QTime=6
   [junit4]   2> 16194 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=fcs}
 hits=2 status=0 QTime=0
   [junit4]   2> 16212 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_f}score_f_dv}
 hits=2 status=0 QTime=17
   [junit4]   2> 16213 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=uif}
 hits=2 status=0 QTime=0
   [junit4]   2> 16218 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif}
 hits=2 status=0 QTime=4
   [junit4]   2> 16219 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=score_d&facet.method=enum}
 hits=2 status=0 QTime=0
   [junit4]   2> 16220 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=score_d&facet.method=fc}
 hits=2 status=0 QTime=0
   [junit4]   2> 16220 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=score_d&facet.method=fcs}
 hits=2 status=0 QTime=0
   [junit4]   2> 16220 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dscore_d}score_d_dv}
 hits=2 status=0 QTime=0
   [junit4]   2> 16221 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=score_d&facet.method=uif}
 hits=2 status=0 QTime=0
   [junit4]   2> 16221 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif}
 hits=2 status=0 QTime=0
   [junit4]   2> 16222 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=enum}
 hits=2 status=0 QTime=1
   [junit4]   2> 16223 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fc}
 hits=2 status=0 QTime=0
   [junit4]   2> 16224 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fcs}
 hits=2 status=0 QTime=0
   [junit4]   2> 16224 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_i}foo_i_dv}
 hits=2 status=0 QTime=0
   [junit4]   2> 16225 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=uif}
 hits=2 status=0 QTime=0
   [junit4]   2> 16226 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif}
 hits=2 status=0 QTime=0
   [junit4]   2> 16226 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=enum}
 hits=2 status=0 QTime=0
   [junit4]   2> 16227 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=fc}
 hits=2 status=0 QTime=0
   [junit4]   2> 16227 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=fcs}
 hits=2 status=0 QTime=0
   [junit4]   2> 16228 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_l}foo_l_dv}
 hits=2 status=0 QTime=0
   [junit4]   2> 16228 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_l&facet.method=uif}
 hits=2 status=0 QTime=0
   [junit4]   2> 16230 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif}
 hits=2 status=0 QTime=1
   [junit4]   2> 16230 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small_s&facet.method=enum}
 hits=2 status=0 QTime=0
   [junit4]   2> 16231 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small_s&facet.method=fc}
 hits=2 status=0 QTime=0
   [junit4]   2> 16232 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small_s&facet.method=fcs}
 hits=2 status=0 QTime=1
   [junit4]   2> 16234 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field={!key%3Dsmall_s}small_s_dv}
 hits=2 status=0 QTime=1
   [junit4]   2> 16238 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small_s&facet.method=uif}
 hits=2 status=0 QTime=2
   [junit4]   2> 16239 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_s&facet.method=enum}
 hits=2 status=0 QTime=0
   [junit4]   2> 16240 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_s&facet.method=fc}
 hits=2 status=0 QTime=0
   [junit4]   2> 16241 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_s&facet.method=fcs}
 hits=2 status=0 QTime=1
   [junit4]   2> 16243 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field={!key%3Dsmall2_s}small2_s_dv}
 hits=2 status=0 QTime=0
   [junit4]   2> 16243 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=small2_s&facet.method=uif}
 hits=2 status=0 QTime=0
   [junit4]   2> 16245 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=3&facet.field=small2_ss&facet.method=enum}
 hits=2 status=0 QTime=0
   [junit4]   2> 16245 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[E66FF5D2D7B1DFE4]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=

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

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

common-solr.compile-test:

compile-test:

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

-clover.disable:

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

install-junit4-taskdef:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

-init-totals:

-test:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says aloha! Master seed: B00ABC95A39804B5
   [junit4] Executing 5 suites with 4 JVMs.
   [junit4] 
   [junit4] Started J2 PID(2211198@localhost).
   [junit4] Started J3 PID(2211179@localhost).
   [junit4] Started J0 PID(2211181@localhost).
   [junit4] Started J1 PID(2211187@localhost).
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      42.2s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [1/5] on J2 in 52.46s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      42.6s J1 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [2/5] on J1 in 53.41s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      42.7s J3 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [3/5] on J3 in 54.66s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      43.0s J0 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [4/5] on J0 in 55.55s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] OK      16.1s J2 | TestRandomDVFaceting.testRandomFaceting
   [junit4] Completed [5/5] on J2 in 17.96s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.71 ..    57.40 =    56.69s
   [junit4] JVM J1:     0.72 ..    55.93 =    55.21s
   [junit4] JVM J2:     0.71 ..    73.13 =    72.42s
   [junit4] JVM J3:     0.71 ..    56.81 =    56.11s
   [junit4] Execution time total: 1 minute 13 seconds
   [junit4] Tests summary: 5 suites, 5 tests
   [junit4] Could not remove temporary path: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp])
     [echo] 5 slowest tests:
[junit4:tophints]  31.19s | org.apache.solr.TestRandomDVFaceting

-check-totals:

test-nocompile:

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

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

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

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at ec9a6598459 LUCENE-9322: fix minor cosmetic refactoring error in 
logging string in IndexWriter's infoStream logging. It was always printing 
'vector values' for all merging times instead of the other parts of Lucene 
index ('doc values', 'stored fields', etc.)
[repro] Exiting with code 256
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2826)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2686)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3073)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
                at hudson.remoting.Channel.call(Channel.java:998)
                at hudson.FilePath.act(FilePath.java:1069)
                at hudson.FilePath.act(FilePath.java:1058)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2684)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1905)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3075)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1071)
        at hudson.FilePath.act(FilePath.java:1058)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2684)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1905)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:428)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to