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

1 tests failed.
FAILED:  org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([DA3CDFE92F5C6EBC:5CFC38DC8BBA0DD5]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
        at 
org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
        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)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//*[@name='facets']/int/text()=6
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">2</int><lst name="params"><str name="q">severity:*</str><str 
name="json.facet">{ severity : { type : terms, field : severity, missing : 
true, exists : true, allBuckets : true, method : enum }}</str><str 
name="fl">severity</str><str name="wt">xml</str></lst></lst><result 
name="response" numFound="0" start="0" numFoundExact="true"></result><lst 
name="facets"><int name="count">0</int></lst>
</response>

        request 
was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
        ... 45 more




Build Log:
[...truncated 15673 lines...]
   [junit4] Suite: org.apache.solr.schema.EnumFieldTest
   [junit4]   2> 3939082 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-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> 3939082 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-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.schema.EnumFieldTest_DA3CDFE92F5C6EBC-001/data-dir-183-001
   [junit4]   2> 3939082 WARN  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 3939082 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3939084 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3939084 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3939085 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 3939089 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3939105 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 3939113 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.s.IndexSchema Schema name=tiny
   [junit4]   2> 3939115 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 3940220 WARN  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-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_281]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:886) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [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_281]
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_281]
   [junit4]   2>        at 
java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:377) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:342) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2>        at 
org.apache.solr.schema.EnumFieldTest.doInitCore(EnumFieldTest.java:48) [test/:?]
   [junit4]   2>        at 
org.apache.solr.schema.EnumFieldTest.beforeClass(EnumFieldTest.java:40) 
[test/:?]
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:1.8.0_281]
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_281]
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_281]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_281]
   [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_281]
   [junit4]   2> 3940222 WARN  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-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_281]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:886) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2>        at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_281]
   [junit4]   2>        at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_281]
   [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:678) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2>        at 
org.apache.solr.schema.EnumFieldTest.doInitCore(EnumFieldTest.java:48) [test/:?]
   [junit4]   2>        at 
org.apache.solr.schema.EnumFieldTest.beforeClass(EnumFieldTest.java:40) 
[test/:?]
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:1.8.0_281]
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_281]
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_281]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_281]
   [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_281]
   [junit4]   2> 3940223 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3940224 WARN  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] o.e.j.u.s.S.config 
Trusting all certificates configured for 
Client@13277781[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3940224 WARN  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] o.e.j.u.s.S.config 
No Client EndPointIdentificationAlgorithm configured for 
Client@13277781[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3940227 WARN  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] o.e.j.u.s.S.config 
Trusting all certificates configured for 
Client@4cbe89c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3940227 WARN  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] o.e.j.u.s.S.config 
No Client EndPointIdentificationAlgorithm configured for 
Client@4cbe89c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3940229 WARN  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-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> 3940270 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@362edbc6
   [junit4]   2> 3940285 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@362edbc6
   [junit4]   2> 3940285 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@362edbc6
   [junit4]   2> 3940404 INFO  (coreLoadExecutor-26117-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3940420 INFO  (coreLoadExecutor-26117-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from 
paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3940438 INFO  (coreLoadExecutor-26117-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 3940454 INFO  (coreLoadExecutor-26117-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=tiny
   [junit4]   2> 3940457 INFO  (coreLoadExecutor-26117-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field 
id
   [junit4]   2> 3940457 INFO  (coreLoadExecutor-26117-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> 3940457 INFO  (coreLoadExecutor-26117-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@362edbc6
   [junit4]   2> 3940457 INFO  (coreLoadExecutor-26117-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.schema.EnumFieldTest_DA3CDFE92F5C6EBC-001/data-dir-183-001/]
   [junit4]   2> 3940459 INFO  (coreLoadExecutor-26117-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 3940568 INFO  (coreLoadExecutor-26117-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3940568 INFO  (coreLoadExecutor-26117-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3940568 INFO  (coreLoadExecutor-26117-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=5, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=81.974609375, 
floorSegmentMB=0.46484375, forceMergeDeletesPctAllowed=28.69418241500072, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=43.60004253296052
   [junit4]   2> 3940569 WARN  (coreLoadExecutor-26117-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> 3940570 INFO  (coreLoadExecutor-26117-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 3940571 INFO  
(searcherExecutor-26119-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 3940572 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 3940670 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedBogusEnumIndexing
   [junit4]   2> 3940670 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [ 
    ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 3940670 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [ 
    ] 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> 3940671 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [ 
   x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{} 0 0
   [junit4]   2> 3940671 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [ 
   x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching 
Unknown value for enum field: severity_mv, value: blabla
   [junit4]   2> 3940671 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [ 
   x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{} 0 0
   [junit4]   2> 3940671 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [ 
   x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching 
Unknown value for enum field: severity_mv, value: 145
   [junit4]   2> 3940672 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [ 
   x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{} 0 0
   [junit4]   2> 3940672 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [ 
   x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching 
Unknown value for enum field: severity_mv, value: -4
   [junit4]   2> 3940673 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedBogusEnumIndexing
   [junit4]   2> 3940681 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [     
] o.a.s.SolrTestCaseJ4 ###Starting testKnownIntegerEnumIndexing
   [junit4]   2> 3940681 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [     
] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 3940681 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [     
] 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> 3940682 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 3940683 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 0
   [junit4]   2> 3940688 INFO  
(searcherExecutor-26119-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 3940689 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 4
   [junit4]   2> 3940689 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [     
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&fl=id,severity&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 3940690 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [     
] o.a.s.SolrTestCaseJ4 ###Ending testKnownIntegerEnumIndexing
   [junit4]   2> 3940694 INFO  
(TEST-EnumFieldTest.testEnumFieldTypeWithoutDocValues-seed#[DA3CDFE92F5C6EBC]) 
[     ] o.a.s.SolrTestCaseJ4 ###Starting testEnumFieldTypeWithoutDocValues
   [junit4]   2> 3940695 INFO  
(TEST-EnumFieldTest.testEnumFieldTypeWithoutDocValues-seed#[DA3CDFE92F5C6EBC]) 
[     ] o.a.s.SolrTestCaseJ4 ###Ending testEnumFieldTypeWithoutDocValues
   [junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testEnumFieldTypeWithoutDocValues
   [junit4]    > Assumption #1: Only testing EnumFieldType without docValues.
   [junit4]   2> 3940701 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testFacetEnumSearch
   [junit4]   2> 3940701 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 3940701 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
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> 3940702 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 3940702 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 0
   [junit4]   2> 3940702 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2]} 0 0
   [junit4]   2> 3940702 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3]} 0 0
   [junit4]   2> 3940703 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4]} 0 0
   [junit4]   2> 3940703 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[5]} 0 0
   [junit4]   2> 3940706 INFO  
(searcherExecutor-26119-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 3940707 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 3940710 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml}
 hits=0 status=0 QTime=2
   [junit4]   2> 3940710 ERROR 
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">2</int><lst name="params"><str name="q">severity:*</str><str 
name="json.facet">{ severity : { type : terms, field : severity, missing : 
true, exists : true, allBuckets : true, method : enum }}</str><str 
name="fl">severity</str><str name="wt">xml</str></lst></lst><result 
name="response" numFound="0" start="0" numFoundExact="true"></result><lst 
name="facets"><int name="count">0</int></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
   [junit4]   2> 3940710 ERROR 
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml:java.lang.RuntimeException:
 REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">2</int><lst name="params"><str name="q">severity:*</str><str 
name="json.facet">{ severity : { type : terms, field : severity, missing : 
true, exists : true, allBuckets : true, method : enum }}</str><str 
name="fl">severity</str><str name="wt">xml</str></lst></lst><result 
name="response" numFound="0" start="0" numFoundExact="true"></result><lst 
name="facets"><int name="count">0</int></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]   2>        at 
org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 3940711 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testFacetEnumSearch
   [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=EnumFieldTest 
-Dtests.method=testFacetEnumSearch -Dtests.seed=DA3CDFE92F5C6EBC 
-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=sr-RS -Dtests.timezone=America/Thule -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.02s J2 | EnumFieldTest.testFacetEnumSearch <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DA3CDFE92F5C6EBC:5CFC38DC8BBA0DD5]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]    >        at 
org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//*[@name='facets']/int/text()=6
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">2</int><lst name="params"><str name="q">severity:*</str><str 
name="json.facet">{ severity : { type : terms, field : severity, missing : 
true, exists : true, allBuckets : true, method : enum }}</str><str 
name="fl">severity</str><str name="wt">xml</str></lst></lst><result 
name="response" numFound="0" start="0" numFoundExact="true"></result><lst 
name="facets"><int name="count">0</int></lst>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
   [junit4]    >        ... 45 more
   [junit4]   2> 3940718 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testMultivaluedKnownIntegerEnumIndexing
   [junit4]   2> 3940718 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC])
 [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS 
FROM INDEX
   [junit4]   2> 3940718 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC])
 [     ] 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> 3940718 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 3940718 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 3940722 INFO  
(searcherExecutor-26119-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 3940722 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 3940722 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC])
 [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&fl=id,severity_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 3940724 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[DA3CDFE92F5C6EBC])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedKnownIntegerEnumIndexing
   [junit4]   2> 3940727 INFO  
(TEST-EnumFieldTest.testMultivaluedSetQuery-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedSetQuery
   [junit4]   2> 3940728 INFO  
(TEST-EnumFieldTest.testMultivaluedSetQuery-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedSetQuery
   [junit4] IGNOR/A 0.00s J2 | EnumFieldTest.testMultivaluedSetQuery
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without 
docValues, which is unsupported.
   [junit4]   2> 3940807 INFO  
(TEST-EnumFieldTest.testMultivaluedEnumRangeSearch-seed#[DA3CDFE92F5C6EBC]) [   
  ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedEnumRangeSearch
   [junit4]   2> 3940808 INFO  
(TEST-EnumFieldTest.testMultivaluedEnumRangeSearch-seed#[DA3CDFE92F5C6EBC]) [   
  ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedEnumRangeSearch
   [junit4] IGNOR/A 0.08s J2 | EnumFieldTest.testMultivaluedEnumRangeSearch
   [junit4]    > Assumption #1: Skipping testing of range searching over 
multivalued EnumField - see SOLR-11193
   [junit4]   2> 3940830 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testBogusEnumIndexing
   [junit4]   2> 3940830 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 3940830 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [     ] 
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> 3940831 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{} 0 0
   [junit4]   2> 3940831 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown 
value for enum field: severity, value: blabla
   [junit4]   2> 3940831 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{} 0 0
   [junit4]   2> 3940831 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown 
value for enum field: severity, value: 145
   [junit4]   2> 3940832 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{} 0 0
   [junit4]   2> 3940832 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown 
value for enum field: severity, value: -4
   [junit4]   2> 3940833 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testBogusEnumIndexing
   [junit4]   2> 3940862 INFO  
(TEST-EnumFieldTest.testEnumSchema-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testEnumSchema
   [junit4]   2> 3940863 INFO  
(TEST-EnumFieldTest.testEnumSchema-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testEnumSchema
   [junit4]   2> 3940868 INFO  
(TEST-EnumFieldTest.testEnumSort-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testEnumSort
   [junit4]   2> 3940869 INFO  
(TEST-EnumFieldTest.testEnumSort-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testEnumSort
   [junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testEnumSort
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without 
docValues, which is unsupported.
   [junit4]   2> 3940879 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testBogusEnumSearch
   [junit4]   2> 3940879 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 3940879 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
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> 3940880 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 3940880 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 0
   [junit4]   2> 3940880 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2]} 0 0
   [junit4]   2> 3940881 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3]} 0 0
   [junit4]   2> 3940881 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4]} 0 0
   [junit4]   2> 3940881 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[8]} 0 0
   [junit4]   2> 3940881 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9]} 0 0
   [junit4]   2> 3940886 INFO  
(searcherExecutor-26119-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 3940896 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 14
   [junit4]   2> 3940896 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=severity:bla&fl=severity&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 3940897 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=severity:7&fl=severity&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 3940897 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=severity:"-3"&fl=severity&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 3940898 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testBogusEnumSearch
   [junit4]   2> 3940911 INFO  
(TEST-EnumFieldTest.testEnumRangeSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testEnumRangeSearch
   [junit4]   2> 3940912 INFO  
(TEST-EnumFieldTest.testEnumRangeSearch-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testEnumRangeSearch
   [junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testEnumRangeSearch
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without 
docValues, which is unsupported.
   [junit4]   2> 3940921 INFO  
(TEST-EnumFieldTest.testMultivaluedEnumSort-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedEnumSort
   [junit4]   2> 3940922 INFO  
(TEST-EnumFieldTest.testMultivaluedEnumSort-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedEnumSort
   [junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testMultivaluedEnumSort
   [junit4]    > Assumption #1: Skipping testing of sorting over multivalued 
EnumField - see SOLR-11193
   [junit4]   2> 3940951 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
  ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedBogusEnumSearch
   [junit4]   2> 3940952 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
  ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 3940952 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
  ] 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> 3940952 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 3940953 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 0
   [junit4]   2> 3940953 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2]} 0 0
   [junit4]   2> 3940961 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3]} 0 7
   [junit4]   2> 3940961 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4]} 0 0
   [junit4]   2> 3940961 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[8]} 0 0
   [junit4]   2> 3940962 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9]} 0 0
   [junit4]   2> 3940965 INFO  
(searcherExecutor-26119-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 3940965 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 3940966 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
  ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=severity_mv:bla&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 3940966 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
  ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=severity_mv:7&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 3940966 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
  ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=severity_mv:"-3"&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 3940969 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[DA3CDFE92F5C6EBC]) [   
  ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedBogusEnumSearch
   [junit4]   2> 3940973 INFO  
(TEST-EnumFieldTest.testSetQuery-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testSetQuery
   [junit4]   2> 3940973 INFO  
(TEST-EnumFieldTest.testSetQuery-seed#[DA3CDFE92F5C6EBC]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testSetQuery
   [junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testSetQuery
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without 
docValues, which is unsupported.
   [junit4]   2> 3940974 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 3940974 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=671466540
   [junit4]   2> 3940975 INFO  (coreCloseExecutor-26124-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@77824828
   [junit4]   2> 3940975 INFO  (coreCloseExecutor-26124-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@77824828
   [junit4]   2> 3940975 INFO  (coreCloseExecutor-26124-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d56cf9f: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@7e3d9f91
   [junit4]   2> 3940985 INFO  (coreCloseExecutor-26124-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 3941155 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 3941155 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@68542046: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@59d58fa1
   [junit4]   2> 3941160 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 3941160 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@77f66b11: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@176e364a
   [junit4]   2> 3941162 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 3941162 INFO  
(SUITE-EnumFieldTest-seed#[DA3CDFE92F5C6EBC]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@74bf7517: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@19610fa6
   [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.schema.EnumFieldTest_DA3CDFE92F5C6EBC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{severity_missingFirst=Lucene84, 
severity_missingLast=PostingsFormat(name=LuceneFixedGap), 
id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, 
maxPointsInLeafNode=1116, maxMBSortInHeap=6.2669986290775705, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sr-RS, 
timezone=America/Thule
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=261919680,total=529530880
   [junit4]   2> NOTE: All tests run in this JVM: [DirectoryFactoryTest, 
TestFaceting, TestCoreDiscovery, TestJsonFacetsWithNestedObjects, 
CdcrWithNodesRestartsTest, DeleteInactiveReplicaTest, TestCustomDocTransformer, 
TestCloudInspectUtil, TestTrackingShardHandlerFactory, RankQParserPluginTest, 
TestConfigSetImmutable, SpellingQueryConverterTest, SolrShardReporterTest, 
DistanceFunctionTest, TestSurroundQueryParser, V2ApiIntegrationTest, 
ShardsWhitelistTest, JsonLoaderTest, TestPKIAuthenticationPlugin, 
OrderedExecutorTest, TestFuzzyAnalyzedSuggestions, TestNumericRangeQuery32, 
BinaryUpdateRequestHandlerTest, ExternalFileFieldSortTest, 
TestDynamicLoadingUrl, OverseerStatusTest, BlockJoinFacetSimpleTest, 
SSLMigrationTest, ThreadDumpHandlerTest, QueryElevationComponentTest, 
RootFieldTest, TestMinimalConfig, RandomizedTaggerTest, 
CdcrOpsAndBoundariesTest, TestPartialUpdateDeduplication, TestXIncludeConfig, 
TestBadConfig, ForceLeaderTest, CopyFieldTest, TestCursorMarkWithoutUniqueKey, 
ClusterStateUpdateTest, TestInitParams, CleanupOldIndexTest, 
RequiredFieldsTest, TestSolrDeletionPolicy1, RemoteQueryErrorTest, 
XmlInterpolationTest, TestReplicationHandlerBackup, TestTlogReplayVsRecovery, 
DistanceUnitsTest, NotRequiredUniqueKeyTest, TestFieldCacheSort, 
BadComponentTest, TestSolrCloudWithSecureImpersonation, 
OverseerModifyCollectionTest, TestLRUCache, ScheduledTriggerIntegrationTest, 
TestSnapshotCloudManager, TestUtilizeNode, IndexSizeTriggerMixedBoundsTest, 
RestartWhileUpdatingTest, DistributedFacetPivotLargeTest, TestDocTermOrds, 
FacetPivotSmallTest, CurrencyRangeFacetCloudTest, TestInPlaceUpdatesStandalone, 
PropertiesRequestHandlerTest, SolrRequestParserTest, MetricTriggerTest, 
HighlighterTest, TestSizeLimitedDistributedMap, BasicAuthIntegrationTest, 
TestUtils, ShardSplitTest, SearchHandlerTest, TestPHPSerializedResponseWriter, 
TestSimDistribStateManager, TestStressRecovery, HdfsCloudIncrementalBackupTest, 
HdfsChaosMonkeyNothingIsSafeTest, BackupRestoreApiErrorConditionsTest, 
TestMissingGroups, TestExplainDocTransformer, ShardTermsTest, 
TestReRankQParserPlugin, HttpPartitionTest, TestMaxTokenLenTokenizer, 
TestHashQParserPlugin, TestRandomDVFaceting, SolrCloudExampleTest, ZkCLITest, 
DistribJoinFromCollectionTest, TestSimGenericDistributedQueue, 
LeaderVoteWaitTimeoutTest, TestBooleanSimilarityFactory, DocValuesMissingTest, 
SOLR749Test, ImplicitSnitchTest, SparseHLLTest, FullHLLTest, 
BlockDirectoryTest, TestRequestForwarding, SolrIndexMetricsTest, 
FieldMutatingUpdateProcessorTest, EchoParamsTest, AuthToolTest, 
DefaultValueUpdateProcessorTest, DirectUpdateHandlerTest, 
BigEndianAscendingWordDeserializerTest, TestCloudRecovery, 
UUIDUpdateProcessorFallbackTest, SolrPluginUtilsTest, AddBlockUpdateTest, 
ClassificationUpdateProcessorFactoryTest, AssignTest, 
AsyncCallRequestStatusResponseTest, CollectionsAPIAsyncDistributedZkTest, 
CustomCollectionTest, SplitByPrefixTest, TestHdfsCloudBackupRestore, 
ComputePlanActionTest, NodeLostTriggerTest, SystemLogListenerTest, 
TriggerIntegrationTest, HdfsRestartWhileUpdatingTest, StressHdfsTest, 
RAMDirectoryFactoryTest, TestConfigOverlay, TestConfigSets, TestCustomStream, 
TestQuerySenderListener, TestQuerySenderNoQuery, TestReloadAndDeleteDocs, 
TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, 
TestSolrCoreSnapshots, TestDistribPackageStore, TestHdfsBackupRestoreCore, 
TestSQLHandlerNonCloud, TestSnapshotCoreBackup, TestSolrConfigHandlerCloud, 
XmlUpdateRequestHandlerTest, AutoscalingHistoryHandlerTest, 
CoreAdminOperationTest, CoreAdminRequestStatusTest, DaemonStreamApiTest, 
MBeansHandlerTest, DistributedMLTComponentTest, 
DistributedSpellCheckComponentTest, ResponseLogComponentTest, 
StatsComponentTest, TermVectorComponentDistributedTest, CheckHdfsIndexTest, 
RegexBytesRefFilterTest, SimpleFacetsTest, TestUnInvertedFieldException, 
TestWriterPerf, TestMacroExpander, TestMacros, JSONWriterTest, SmileWriterTest, 
TestBinaryResponseWriter, TestCSVResponseWriter, TestRawResponseWriter, 
TestRetrieveFieldsOptimizer, TestChildDocTransformer, TestManagedResource, 
TestRestManager, TestBulkSchemaAPI, TestManagedSynonymGraphFilterFactory, 
BooleanFieldTest, DateFieldTest, DateRangeFieldTest, EnumFieldTest]
   [junit4] Completed [779/934 (1!)] on J2 in 2.57s, 15 tests, 1 error, 7 
skipped <<< FAILURES!

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

Reply via email to