Build: 
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/86/

2 tests failed.
FAILED:  
org.apache.lucene.codecs.simpletext.TestSimpleTextDocValuesFormat.testSortedSetFixedLengthSingleValuedVsStoredFields

Error Message:
expected:<w[jj]> but was:<w[]>

Stack Trace:
org.junit.ComparisonFailure: expected:<w[jj]> but was:<w[]>
        at 
__randomizedtesting.SeedInfo.seed([77F2D53544396AF:830E98B5B73A0DB2]:0)
        at org.junit.Assert.assertEquals(Assert.java:117)
        at org.junit.Assert.assertEquals(Assert.java:146)
        at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedSetVsStoredFields(BaseDocValuesFormatTestCase.java:2265)
        at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.testSortedSetFixedLengthSingleValuedVsStoredFields(BaseDocValuesFormatTestCase.java:2348)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.TestRandomDVFaceting.testRandomFaceting

Error Message:
mismatch: 'TGOI'!='MNVR' @ facet_counts/facet_fields/id/[4]

Stack Trace:
java.lang.AssertionError: mismatch: 'TGOI'!='MNVR' @ 
facet_counts/facet_fields/id/[4]
        at 
__randomizedtesting.SeedInfo.seed([7087FC717CA77960:7DEFDCA4295EB1DF]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at 
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
        at 
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
        at 
org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 7393 lines...]
   [junit4] Suite: 
org.apache.lucene.codecs.simpletext.TestSimpleTextDocValuesFormat
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimpleTextDocValuesFormat 
-Dtests.method=testSortedSetFixedLengthSingleValuedVsStoredFields 
-Dtests.seed=77F2D53544396AF -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-OM -Dtests.timezone=Europe/Kiev -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 8.57s J1 | 
TestSimpleTextDocValuesFormat.testSortedSetFixedLengthSingleValuedVsStoredFields
 <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<w[jj]> 
but was:<w[]>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([77F2D53544396AF:830E98B5B73A0DB2]:0)
   [junit4]    >        at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedSetVsStoredFields(BaseDocValuesFormatTestCase.java:2265)
   [junit4]    >        at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.testSortedSetFixedLengthSingleValuedVsStoredFields(BaseDocValuesFormatTestCase.java:2348)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] IGNOR/A 0.01s J1 | 
TestSimpleTextDocValuesFormat.testCheckIntegrityReadsAllBytes
   [junit4]    > Assumption #1: SimpleText doesn't store checksums of its files
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/codecs/test/J1/temp/lucene.codecs.simpletext.TestSimpleTextDocValuesFormat_77F2D53544396AF-001
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=81, maxDocsPerChunk=854, blockShift=20), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=81, blockSize=20)), sim=Asserting(RandomSimilarity(queryNorm=false): 
{fieldname=DFR I(ne)B1, docId=IB LL-D1, id=DFR I(F)L1}), locale=ar-OM, 
timezone=Europe/Kiev
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=108373832,total=268959744
   [junit4]   2> NOTE: All tests run in this JVM: [TestTermBytesComparator, 
TestSimpleTextDocValuesFormat]
   [junit4] Completed [18/25 (1!)] on J1 in 759.18s, 110 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 6313 lines...]
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> 736844 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-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-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 736845 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.TestRandomDVFaceting_7087FC717CA77960-001/data-dir-53-001
   [junit4]   2> 736845 WARN  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 736845 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 736847 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 736847 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 736847 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 736853 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 736861 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 736866 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 737185 WARN  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.c.CoreContainer Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/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-NightlyTests-8.x/checkout/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-NightlyTests-8.x/checkout/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> 737186 WARN  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.f.DistribPackageStore Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore]
 directory in SOLR_HOME 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/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-NightlyTests-8.x/checkout/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-NightlyTests-8.x/checkout/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> 737187 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 737188 WARN  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1b4faa7b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 737188 WARN  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1b4faa7b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 737204 WARN  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2e081fa9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 737204 WARN  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2e081fa9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 737205 WARN  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-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> 737232 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f862bc8
   [junit4]   2> 737238 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f862bc8
   [junit4]   2> 737238 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f862bc8
   [junit4]   2> 737239 INFO  (coreLoadExecutor-4668-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 737246 INFO  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 737253 INFO  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 737258 INFO  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field 
id
   [junit4]   2> 737258 INFO  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 737259 INFO  (coreLoadExecutor-4668-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@2f862bc8
   [junit4]   2> 737259 INFO  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.TestRandomDVFaceting_7087FC717CA77960-001/data-dir-53-001/]
   [junit4]   2> 737260 INFO  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=10.3017578125, 
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=6.233995882586763, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=47.92947966409942
   [junit4]   2> 737299 INFO  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 737299 INFO  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 737299 INFO  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=92.1376953125, 
floorSegmentMB=0.57421875, forceMergeDeletesPctAllowed=4.29522008077544, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6014689591697395, deletesPctAllowed=40.1505038472491
   [junit4]   2> 737300 WARN  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf
 ; switching to use InMemory storage instead.
   [junit4]   2> 737300 INFO  (coreLoadExecutor-4668-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 737302 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 737304 INFO  
(searcherExecutor-4670-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 737306 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 737306 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 737307 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 737310 INFO  
(searcherExecutor-4670-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 737312 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{optimize=} 0 4
   [junit4]   2> 737314 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
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=0
   [junit4]   2> 737314 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.field=id&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737314 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.field=id&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737319 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.field=id&facet.method=fcs}
 hits=0 status=0 QTime=4
   [junit4]   2> 737319 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.field={!key%3Did}id_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737319 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=39&facet.field=id&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737320 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_f&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737321 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_f&facet.method=fc}
 hits=0 status=0 QTime=1
   [junit4]   2> 737321 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_f&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737321 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dscore_f}score_f_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737328 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_f&facet.method=uif}
 hits=0 status=0 QTime=6
   [junit4]   2> 737328 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737328 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737329 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737329 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737329 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_d}score_d_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737329 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=score_d&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737329 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737329 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737330 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737330 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737330 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_i}foo_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737330 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737330 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737330 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_l&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737331 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_l&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737331 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_l&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737331 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737331 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_l&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737331 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737331 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.field=small_s&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737332 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.field=small_s&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737332 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.field=small_s&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737332 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.field={!key%3Dsmall_s}small_s_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737332 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.field=small_s&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737332 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.field=small2_s&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737332 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.field=small2_s&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737332 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.field=small2_s&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737333 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.field={!key%3Dsmall2_s}small2_s_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737333 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.field=small2_s&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737333 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737333 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737333 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737333 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall2_ss}small2_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737333 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737334 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=92&facet.sort=count&facet.field=small3_ss&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737334 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=92&facet.sort=count&facet.field=small3_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737334 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=92&facet.sort=count&facet.field=small3_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737334 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=92&facet.sort=count&facet.field={!key%3Dsmall3_ss}small3_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737334 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=92&facet.sort=count&facet.field=small3_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737334 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=14&facet.sort=index&facet.field=small4_ss&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737334 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=14&facet.sort=index&facet.field=small4_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737334 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=14&facet.sort=index&facet.field=small4_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737335 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=14&facet.sort=index&facet.field={!key%3Dsmall4_ss}small4_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737335 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=14&facet.sort=index&facet.field=small4_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737335 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737335 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737335 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737336 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field={!key%3Dsmall_i}small_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737336 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field=small_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737336 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.missing=true&facet.field={!key%3Dsmall_i}small_i_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737336 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.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=small2_i&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737336 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.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=small2_i&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737336 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.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=small2_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737336 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.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%3Dsmall2_i}small2_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737337 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.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=small2_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737337 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.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%3Dsmall2_i}small2_i_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737337 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_is&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737337 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_is&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737337 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_is&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737337 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall2_is}small2_is_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737337 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_is&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737338 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
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_is&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737338 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
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_is&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737338 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
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_is&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737338 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
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_is}small3_is_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737338 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
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_is&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737338 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737338 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737339 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737339 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dfoo_fs}foo_fs_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737339 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737339 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_f&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737339 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_f&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737339 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_f&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737339 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_f}foo_f_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737340 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_f&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737340 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737340 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_ds&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737340 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_ds&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737340 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_ds&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737340 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dfoo_ds}foo_ds_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737340 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=foo_ds&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737341 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_d&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737341 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_d&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737341 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_d&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737341 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dfoo_d}foo_d_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737341 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field=foo_d&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737341 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.missing=true&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737342 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=foo_ls&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737342 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=foo_ls&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737342 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=foo_ls&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737342 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Dfoo_ls}foo_ls_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737342 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=foo_ls&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737342 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=62&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737342 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=62&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737342 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=62&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737343 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=62&facet.sort=count&facet.mincount=3&facet.field={!key%3Dmissing_i}missing_i_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737343 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=62&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737343 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=62&facet.sort=count&facet.mincount=3&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737343 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737343 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737343 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737344 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dmissing_is}missing_is_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737344 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=missing_is&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737344 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=index&facet.prefix=&facet.field=missing_s&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737344 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=index&facet.prefix=&facet.field=missing_s&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737344 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=index&facet.prefix=&facet.field=missing_s&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737344 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=index&facet.prefix=&facet.field={!key%3Dmissing_s}missing_s_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737344 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=index&facet.prefix=&facet.field=missing_s&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737345 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=missing_ss&facet.method=enum}
 hits=0 status=0 QTime=0
   [junit4]   2> 737345 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=missing_ss&facet.method=fc}
 hits=0 status=0 QTime=0
   [junit4]   2> 737345 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=missing_ss&facet.method=fcs}
 hits=0 status=0 QTime=0
   [junit4]   2> 737345 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Dmissing_ss}missing_ss_dv}
 hits=0 status=0 QTime=0
   [junit4]   2> 737345 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=missing_ss&facet.method=uif}
 hits=0 status=0 QTime=0
   [junit4]   2> 737347 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[OSRQ]} 0 1
   [junit4]   2> 737348 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[SNTD]} 0 0
   [junit4]   2> 737356 INFO  
(searcherExecutor-4670-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 737356 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 7
   [junit4]   2> 737357 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[ESAQ]} 0 1
   [junit4]   2> 737358 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[PGCZ]} 0 0
   [junit4]   2> 737359 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[IVTP]} 0 0
   [junit4]   2> 737360 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[MVHR]} 0 0
   [junit4]   2> 737361 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[AJFF]} 0 0
   [junit4]   2> 737362 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[ZZYE]} 0 1
   [junit4]   2> 737363 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[DPES]} 0 1
   [junit4]   2> 737364 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[WQQA]} 0 0
   [junit4]   2> 737366 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[NANP]} 0 0
   [junit4]   2> 737368 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[QCAL]} 0 1
   [junit4]   2> 737369 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[UJDJ]} 0 1
   [junit4]   2> 737370 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[FTBU]} 0 0
   [junit4]   2> 737371 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[IJHW]} 0 0
   [junit4]   2> 737372 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[UMAP]} 0 0
   [junit4]   2> 737372 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[BTEO]} 0 0
   [junit4]   2> 737372 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[QOQL]} 0 0
   [junit4]   2> 737373 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[ZUXS]} 0 0
   [junit4]   2> 737374 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[EGYU]} 0 0
   [junit4]   2> 737374 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[UEPE]} 0 0
   [junit4]   2> 737375 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[IYIO]} 0 0
   [junit4]   2> 737375 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[MBPO]} 0 0
   [junit4]   2> 737376 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[MASA]} 0 0
   [junit4]   2> 737376 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[CJFJ]} 0 0
   [junit4]   2> 737376 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[BYXM]} 0 0
   [junit4]   2> 737377 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[CSSQ]} 0 0
   [junit4]   2> 737377 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[MVCX]} 0 0
   [junit4]   2> 737378 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[LONN]} 0 0
   [junit4]   2> 737379 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[YUZC]} 0 0
   [junit4]   2> 737379 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[VJZZ]} 0 0
   [junit4]   2> 737380 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[WOIR]} 0 0
   [junit4]   2> 737380 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[XCPO]} 0 0
   [junit4]   2> 737381 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[XFQW]} 0 0
   [junit4]   2> 737400 INFO  
(searcherExecutor-4670-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 737400 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 19
   [junit4]   2> 737401 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[HQMI]} 0 0
   [junit4]   2> 737401 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[HQMI]} 0 0
   [junit4]   2> 737402 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[IZBC]} 0 0
   [junit4]   2> 737409 INFO  
(searcherExecutor-4670-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 737409 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 7
   [junit4]   2> 737410 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[NZIV]} 0 0
   [junit4]   2> 737423 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={wt=json&indent=true}{add=[PVGW]} 0 12
   [junit4]   2> 737430 INFO  
(searcherExecutor-4670-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 737430 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 7
   [junit4]   2> 737431 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=76&wt=json} hits=38 
status=0 QTime=0
   [junit4]   2> 737432 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{deleteByQuery=id:(ESAQ IVTP WQQA IJHW IYIO MASA MVCX NZIV 
PVGW )} 0 0
   [junit4]   2> 737435 INFO  
(searcherExecutor-4670-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 737436 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 737436 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=index&facet.field=id&facet.method=enum}
 hits=29 status=0 QTime=0
   [junit4]   2> 737437 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=index&facet.field=id&facet.method=fc}
 hits=29 status=0 QTime=0
   [junit4]   2> 737439 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=index&facet.field=id&facet.method=fcs}
 hits=29 status=0 QTime=1
   [junit4]   2> 737439 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=index&facet.field={!key%3Did}id_dv}
 hits=29 status=0 QTime=0
   [junit4]   2> 737439 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=17&facet.sort=index&facet.field=id&facet.method=uif}
 hits=29 status=0 QTime=0
   [junit4]   2> 737440 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=score_f&facet.method=enum}
 hits=29 status=0 QTime=0
   [junit4]   2> 737441 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=score_f&facet.method=fc}
 hits=29 status=0 QTime=1
   [junit4]   2> 737441 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=score_f&facet.method=fcs}
 hits=29 status=0 QTime=0
   [junit4]   2> 737441 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field={!key%3Dscore_f}score_f_dv}
 hits=29 status=0 QTime=0
   [junit4]   2> 737441 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=score_f&facet.method=uif}
 hits=29 status=0 QTime=0
   [junit4]   2> 737442 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif}
 hits=29 status=0 QTime=0
   [junit4]   2> 737442 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=score_d&facet.method=enum}
 hits=29 status=0 QTime=0
   [junit4]   2> 737442 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=

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

     "ZKYW",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   
"response":{"numFound":5,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "id":[
   [junit4]   2>         "JCJB",1,
   [junit4]   2>         "LXFZ",1,
   [junit4]   2>         "MNVR",1,
   [junit4]   2>         "MPQS",1,
   [junit4]   2>         "ZKYW",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  request = 
facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=0&facet.field=id&facet.method=uif
   [junit4]   2> 738996 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[7087FC717CA77960]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting 
-Dtests.seed=7087FC717CA77960 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=ms -Dtests.timezone=Australia/Canberra -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.70s J2 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 
'TGOI'!='MNVR' @ facet_counts/facet_fields/id/[4]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7087FC717CA77960:7DEFDCA4295EB1DF]: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> 738998 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 738998 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1156634021
   [junit4]   2> 738998 INFO  (coreCloseExecutor-4675-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3cc927cc
   [junit4]   2> 738998 INFO  (coreCloseExecutor-4675-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@3cc927cc
   [junit4]   2> 738998 INFO  (coreCloseExecutor-4675-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@39417493: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@1087b3ef
   [junit4]   2> 739008 INFO  (coreCloseExecutor-4675-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 739009 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 739009 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@745c1b94: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@611f3d51
   [junit4]   2> 739014 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 739014 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@53f25058: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@51b26e8a
   [junit4]   2> 739016 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 739016 INFO  
(SUITE-TestRandomDVFaceting-seed#[7087FC717CA77960]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@68283415: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@16acea79
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.TestRandomDVFaceting_7087FC717CA77960-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{small3_ss=PostingsFormat(name=LuceneVarGapFixedInterval), 
foo_ds_dv=PostingsFormat(name=Direct), 
foo_f_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
small_i=PostingsFormat(name=Direct), small3_is=PostingsFormat(name=Direct), 
small_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
score_f=PostingsFormat(name=Direct), 
score_d=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
foo_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
foo_fs_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
foo_l=PostingsFormat(name=LuceneVarGapFixedInterval), 
small4_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
small2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
small2_i=PostingsFormat(name=Direct), foo_ls_dv=PostingsFormat(name=Direct), 
small2_is=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
foo_ds=PostingsFormat(name=LuceneFixedGap), 
foo_fs=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
foo_d_dv=PostingsFormat(name=LuceneFixedGap), 
score_f_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
foo_d=PostingsFormat(name=LuceneVarGapFixedInterval), 
score_d_dv=PostingsFormat(name=LuceneFixedGap), 
small2_ss=PostingsFormat(name=LuceneFixedGap), 
foo_l_dv=PostingsFormat(name=LuceneFixedGap), 
foo_f=PostingsFormat(name=Direct), foo_ls=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{small2_s_dv=DocValuesFormat(name=Lucene80), 
score_f_p=DocValuesFormat(name=Direct), id_dv=DocValuesFormat(name=Direct), 
score_d_p=DocValuesFormat(name=Lucene80), 
small3_is_dv=DocValuesFormat(name=Direct), 
small2_is_p=DocValuesFormat(name=Lucene80), 
foo_ds_dv=DocValuesFormat(name=Asserting), 
foo_f_dv=DocValuesFormat(name=Lucene80), 
foo_ds_p=DocValuesFormat(name=Asserting), foo_l_p=DocValuesFormat(name=Direct), 
foo_i_p=DocValuesFormat(name=Asserting), 
small2_i_dv=DocValuesFormat(name=Direct), 
small4_ss_dv=DocValuesFormat(name=Lucene80), 
small_s_dv=DocValuesFormat(name=Direct), 
foo_i_dv=DocValuesFormat(name=Asserting), 
small2_ss_dv=DocValuesFormat(name=Asserting), 
foo_fs_dv=DocValuesFormat(name=Lucene80), 
small2_is_dv=DocValuesFormat(name=Lucene80), 
small_i_p=DocValuesFormat(name=Lucene80), 
small2_i_p=DocValuesFormat(name=Direct), 
small_i_dv=DocValuesFormat(name=Lucene80), 
small3_is_p=DocValuesFormat(name=Lucene80), 
foo_ls_dv=DocValuesFormat(name=Asserting), 
foo_f_p=DocValuesFormat(name=Lucene80), 
foo_ls_p=DocValuesFormat(name=Asserting), foo_d_p=DocValuesFormat(name=Direct), 
foo_fs_p=DocValuesFormat(name=Lucene80), 
score_f_dv=DocValuesFormat(name=Lucene80), 
foo_d_dv=DocValuesFormat(name=Direct), score_d_dv=DocValuesFormat(name=Direct), 
foo_l_dv=DocValuesFormat(name=Direct), 
small3_ss_dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1006, 
maxMBSortInHeap=5.683599953241432, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ms, 
timezone=Australia/Canberra
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=189830456,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [ZkControllerTest, 
SolrMetricManagerTest, TestHdfsCloudBackupRestore, TestQuerySenderListener, 
DirectSolrSpellCheckerTest, WordBreakSolrSpellCheckerTest, 
TestFileDictionaryLookup, TestFaceting, TestCopyFieldCollectionResource, 
HdfsRestartWhileUpdatingTest, TestTermsQParserPlugin, DeleteShardTest, 
TestSchemalessBufferedUpdates, TestJmxIntegration, ExitableDirectoryReaderTest, 
TestCursorMarkWithoutUniqueKey, TestHalfAndHalfDocValues, LoggingHandlerTest, 
TimeZoneUtilsTest, TestFieldCacheVsDocValues, TestOmitPositions, 
ConfigureRecoveryStrategyTest, TestNumericRangeQuery32, 
LeaderVoteWaitTimeoutTest, TestLegacyNumericRangeQueryBuilder, 
DistributedQueryElevationComponentTest, TestCorePropertiesReload, 
TestSolrIndexConfig, LeaderElectionTest, TestSolrCloudSnapshots, 
TestLegacyFieldReuse, TestEmbeddedSolrServerConstructors, 
TimeRoutedAliasUpdateProcessorTest, XmlInterpolationTest, 
RAMDirectoryFactoryTest, MaxScoreCollectorTest, RuleEngineTest, 
CacheHeaderTest, TestAtomicUpdateErrorCases, HttpPartitionTest, 
MoveReplicaTest, NodeAddedTriggerIntegrationTest, ZkSolrClientTest, 
TestRTGBase, ForceLeaderTest, PrimUtilsTest, MigrateRouteKeyTest, 
TestPhraseSuggestions, TestWaitForStateWithJettyShutdowns, 
TestUnInvertedFieldException, DeleteInactiveReplicaTest, TestManagedResource, 
BlobRepositoryCloudTest, TestRealTimeGet, TestJsonRangeFacets, 
DistributedFacetPivotLargeTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestConfigSetsAPIExclusivity, BasicDistributedZk2Test, TestScoreJoinQPScore, 
TestExtendedDismaxParser, TestRandomDVFaceting]
   [junit4] Completed [205/921 (1!)] on J2 in 2.25s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 53111 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to