Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1671/

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([EACFDD81A4921E93:6C0F3AB400747DFA]: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">0</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 15874 lines...]
   [junit4] Suite: org.apache.solr.schema.EnumFieldTest
   [junit4]   2> 2188617 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-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-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2188618 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2188618 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.schema.EnumFieldTest_EACFDD81A4921E93-001/data-dir-171-001
   [junit4]   2> 2188618 WARN  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 2188618 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2188620 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2188620 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2188625 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2188643 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2188651 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.s.IndexSchema Schema name=tiny
   [junit4]   2> 2188653 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2190693 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2190694 WARN  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2190694 WARN  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] o.e.j.u.s.S.config 
Trusting all certificates configured for 
Client@77a4075a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2190694 WARN  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] o.e.j.u.s.S.config 
No Client EndPointIdentificationAlgorithm configured for 
Client@77a4075a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2190697 WARN  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2190698 WARN  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] o.e.j.u.s.S.config 
Trusting all certificates configured for 
Client@714edffc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2190698 WARN  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] o.e.j.u.s.S.config 
No Client EndPointIdentificationAlgorithm configured for 
Client@714edffc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2190699 WARN  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-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> 2190728 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7fe748
   [junit4]   2> 2190735 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7fe748
   [junit4]   2> 2190735 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7fe748
   [junit4]   2> 2190736 INFO  (coreLoadExecutor-22584-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2190743 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from 
paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2190760 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2190777 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=tiny
   [junit4]   2> 2190779 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field 
id
   [junit4]   2> 2190779 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2190779 INFO  (coreLoadExecutor-22584-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@4e7fe748
   [junit4]   2> 2190779 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.schema.EnumFieldTest_EACFDD81A4921E93-001/data-dir-171-001/]
   [junit4]   2> 2190781 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2190816 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2190816 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2190817 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13711583269053584]
   [junit4]   2> 2190818 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized 
to use dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf
   [junit4]   2> 2190818 INFO  (coreLoadExecutor-22584-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2190819 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2190824 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testMultivaluedKnownIntegerEnumIndexing
   [junit4]   2> 2190824 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93])
 [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS 
FROM INDEX
   [junit4]   2> 2190824 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93])
 [     ] 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> 2190825 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 2190826 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2190827 INFO  
(searcherExecutor-22586-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2190831 INFO  
(searcherExecutor-22586-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2190832 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2190832 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93])
 [     ] 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> 2190833 INFO  
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedKnownIntegerEnumIndexing
   [junit4]   2> 2190979 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testBogusEnumSearch
   [junit4]   2> 2190979 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2190979 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
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> 2190979 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 2190980 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 0
   [junit4]   2> 2190980 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2]} 0 0
   [junit4]   2> 2190980 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3]} 0 0
   [junit4]   2> 2190980 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4]} 0 0
   [junit4]   2> 2190981 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[8]} 0 0
   [junit4]   2> 2190981 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9]} 0 0
   [junit4]   2> 2190985 INFO  
(searcherExecutor-22586-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2190985 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 2190985 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
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> 2190986 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
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> 2190986 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
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> 2190987 INFO  
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testBogusEnumSearch
   [junit4]   2> 2190991 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testFacetEnumSearch
   [junit4]   2> 2190992 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2190992 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
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> 2190992 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 2190992 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 0
   [junit4]   2> 2190992 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2]} 0 0
   [junit4]   2> 2190993 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3]} 0 0
   [junit4]   2> 2190993 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4]} 0 0
   [junit4]   2> 2190993 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[5]} 0 0
   [junit4]   2> 2190997 INFO  
(searcherExecutor-22586-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2190997 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 2190997 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
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=0
   [junit4]   2> 2190998 ERROR 
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
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">0</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> 2190998 ERROR 
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
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">0</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> 2190999 INFO  
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testFacetEnumSearch
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=EnumFieldTest 
-Dtests.method=testFacetEnumSearch -Dtests.seed=EACFDD81A4921E93 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=uk-UA 
-Dtests.timezone=Asia/Anadyr -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J2 | EnumFieldTest.testFacetEnumSearch <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EACFDD81A4921E93:6C0F3AB400747DFA]: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">0</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> 2191005 INFO  
(TEST-EnumFieldTest.testEnumRangeSearch-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testEnumRangeSearch
   [junit4]   2> 2191006 INFO  
(TEST-EnumFieldTest.testEnumRangeSearch-seed#[EACFDD81A4921E93]) [     ] 
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> 2191010 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[EACFDD81A4921E93]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedBogusEnumIndexing
   [junit4]   2> 2191010 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[EACFDD81A4921E93]) [ 
    ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 2191011 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[EACFDD81A4921E93]) [ 
    ] 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> 2191011 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[EACFDD81A4921E93]) [ 
   x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{} 0 0
   [junit4]   2> 2191011 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[EACFDD81A4921E93]) [ 
   x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching 
Unknown value for enum field: severity_mv, value: blabla
   [junit4]   2> 2191011 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[EACFDD81A4921E93]) [ 
   x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{} 0 0
   [junit4]   2> 2191012 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[EACFDD81A4921E93]) [ 
   x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching 
Unknown value for enum field: severity_mv, value: 145
   [junit4]   2> 2191012 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[EACFDD81A4921E93]) [ 
   x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{} 0 0
   [junit4]   2> 2191012 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[EACFDD81A4921E93]) [ 
   x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching 
Unknown value for enum field: severity_mv, value: -4
   [junit4]   2> 2191013 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[EACFDD81A4921E93]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedBogusEnumIndexing
   [junit4]   2> 2191017 INFO  
(TEST-EnumFieldTest.testEnumSort-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testEnumSort
   [junit4]   2> 2191018 INFO  
(TEST-EnumFieldTest.testEnumSort-seed#[EACFDD81A4921E93]) [     ] 
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> 2191022 INFO  
(TEST-EnumFieldTest.testEnumSchema-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testEnumSchema
   [junit4]   2> 2191023 INFO  
(TEST-EnumFieldTest.testEnumSchema-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testEnumSchema
   [junit4]   2> 2191027 INFO  
(TEST-EnumFieldTest.testSetQuery-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testSetQuery
   [junit4]   2> 2191027 INFO  
(TEST-EnumFieldTest.testSetQuery-seed#[EACFDD81A4921E93]) [     ] 
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> 2191033 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93]) [     
] o.a.s.SolrTestCaseJ4 ###Starting testKnownIntegerEnumIndexing
   [junit4]   2> 2191033 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93]) [     
] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2191033 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93]) [     
] 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> 2191033 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 2191034 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 0
   [junit4]   2> 2191037 INFO  
(searcherExecutor-22586-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2191037 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 2191038 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93]) [     
] 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> 2191039 INFO  
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[EACFDD81A4921E93]) [     
] o.a.s.SolrTestCaseJ4 ###Ending testKnownIntegerEnumIndexing
   [junit4]   2> 2191043 INFO  
(TEST-EnumFieldTest.testMultivaluedEnumSort-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedEnumSort
   [junit4]   2> 2191044 INFO  
(TEST-EnumFieldTest.testMultivaluedEnumSort-seed#[EACFDD81A4921E93]) [     ] 
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> 2191048 INFO  
(TEST-EnumFieldTest.testEnumFieldTypeWithoutDocValues-seed#[EACFDD81A4921E93]) 
[     ] o.a.s.SolrTestCaseJ4 ###Starting testEnumFieldTypeWithoutDocValues
   [junit4]   2> 2191049 INFO  
(TEST-EnumFieldTest.testEnumFieldTypeWithoutDocValues-seed#[EACFDD81A4921E93]) 
[     ] o.a.s.SolrTestCaseJ4 ###Ending testEnumFieldTypeWithoutDocValues
   [junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testEnumFieldTypeWithoutDocValues
   [junit4]    > Assumption #1: Only testing EnumFieldType without docValues.
   [junit4]   2> 2191054 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testBogusEnumIndexing
   [junit4]   2> 2191054 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2191054 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[EACFDD81A4921E93]) [     ] 
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> 2191054 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{} 0 0
   [junit4]   2> 2191054 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown 
value for enum field: severity, value: blabla
   [junit4]   2> 2191054 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{} 0 0
   [junit4]   2> 2191055 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown 
value for enum field: severity, value: 145
   [junit4]   2> 2191055 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{} 0 0
   [junit4]   2> 2191055 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[EACFDD81A4921E93]) [    
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown 
value for enum field: severity, value: -4
   [junit4]   2> 2191056 INFO  
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testBogusEnumIndexing
   [junit4]   2> 2191060 INFO  
(TEST-EnumFieldTest.testMultivaluedEnumRangeSearch-seed#[EACFDD81A4921E93]) [   
  ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedEnumRangeSearch
   [junit4]   2> 2191060 INFO  
(TEST-EnumFieldTest.testMultivaluedEnumRangeSearch-seed#[EACFDD81A4921E93]) [   
  ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedEnumRangeSearch
   [junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testMultivaluedEnumRangeSearch
   [junit4]    > Assumption #1: Skipping testing of range searching over 
multivalued EnumField - see SOLR-11193
   [junit4]   2> 2191065 INFO  
(TEST-EnumFieldTest.testMultivaluedSetQuery-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedSetQuery
   [junit4]   2> 2191065 INFO  
(TEST-EnumFieldTest.testMultivaluedSetQuery-seed#[EACFDD81A4921E93]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedSetQuery
   [junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testMultivaluedSetQuery
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without 
docValues, which is unsupported.
   [junit4]   2> 2191070 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
  ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedBogusEnumSearch
   [junit4]   2> 2191070 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
  ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 2191070 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
  ] 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> 2191070 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 2191073 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 2
   [junit4]   2> 2191073 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2]} 0 0
   [junit4]   2> 2191073 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3]} 0 0
   [junit4]   2> 2191073 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4]} 0 0
   [junit4]   2> 2191074 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[8]} 0 0
   [junit4]   2> 2191074 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9]} 0 0
   [junit4]   2> 2191077 INFO  
(searcherExecutor-22586-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2191077 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
 x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 2191077 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
  ] 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> 2191078 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
  ] 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> 2191078 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
  ] 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> 2191079 INFO  
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[EACFDD81A4921E93]) [   
  ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedBogusEnumSearch
   [junit4]   2> 2191079 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2191079 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=881943490
   [junit4]   2> 2191079 INFO  (coreCloseExecutor-22591-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5b3ce240
   [junit4]   2> 2191080 INFO  (coreCloseExecutor-22591-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@5b3ce240
   [junit4]   2> 2191080 INFO  (coreCloseExecutor-22591-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6a8c69f4: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@17899c69
   [junit4]   2> 2191090 INFO  (coreCloseExecutor-22591-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 2191091 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 2191092 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@34483936: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@2ffad8ff
   [junit4]   2> 2191097 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 2191097 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@74b5cf73: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@656fa528
   [junit4]   2> 2191099 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 2191099 INFO  
(SUITE-EnumFieldTest-seed#[EACFDD81A4921E93]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2829a7dd: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@7d488e6a
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.schema.EnumFieldTest_EACFDD81A4921E93-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{severity_missingFirst=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 severity_missingLast=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=FST50}, docValues:{}, maxPointsInLeafNode=837, 
maxMBSortInHeap=7.23271617347805, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=uk-UA, 
timezone=Asia/Anadyr
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=127671880,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleQParserPlugin, 
TestSurroundQueryParser, SolrCloudExampleTest, SolrIndexMetricsTest, 
TestTlogReplayVsRecovery, TestNestedDocsSort, SolrIndexSearcherTest, TestUtils, 
MetricTriggerTest, NodeMutatorTest, NestedAtomicUpdateTest, 
XmlInterpolationTest, RestartWhileUpdatingTest, TestDownShardTolerantSearch, 
SSLMigrationTest, DeleteShardTest, CdcrOpsAndBoundariesTest, 
CleanupOldIndexTest, TestInPlaceUpdatesStandalone, 
TlogReplayBufferedWhileIndexingTest, TestUtilizeNode, 
PreAnalyzedFieldManagedSchemaCloudTest, TestSolrQueryParser, 
SolrMetricManagerTest, ZkShardTermsTest, DistanceUnitsTest, 
TestExactStatsCache, HdfsCloudIncrementalBackupTest, 
BinaryUpdateRequestHandlerTest, TestPayloadCheckQParserPlugin, 
TestManagedResource, TestLegacyFieldCache, TestLegacyFieldReuse, 
SolrJmxReporterCloudTest, TestDocumentBuilder, TestFuzzyAnalyzedSuggestions, 
ShardsWhitelistTest, NotRequiredUniqueKeyTest, 
TestUnifiedSolrHighlighterWithoutStoredId, CopyFieldTest, TestCharFilters, 
AdminHandlersProxyTest, DeleteInactiveReplicaTest, TestLRUCache, 
TestFieldCacheSort, TestSchemaResource, PeerSyncReplicationTest, 
TestBlockCollapse, JSONWriterTest, TransactionLogTest, 
PropertiesRequestHandlerTest, TestUseDocValuesAsStored2, 
TestSchemalessBufferedUpdates, HealthCheckHandlerTest, 
TestSolrConfigHandlerConcurrent, RootFieldTest, BadComponentTest, 
CollectionsAPIDistributedZkTest, TestFilteredDocIdSet, LeaderElectionTest, 
HttpPartitionTest, TestWordDelimiterFilterFactory, 
TestQueryingOnDownCollection, MaxScoreCollectorTest, ConvertedLegacyTest, 
TestHalfAndHalfDocValues, TestRetrieveFieldsOptimizer, BasicDistributedZk2Test, 
TestHdfsUpdateLog, SystemLogListenerTest, TestEmbeddedSolrServerConstructors, 
TestCustomDocTransformer, SolrShardReporterTest, DocValuesMissingTest, 
EchoParamsTest, CdcrWithNodesRestartsTest, TestLeaderElectionWithEmptyReplica, 
DefaultValueUpdateProcessorTest, DebugComponentTest, 
SystemCollectionCompatTest, BigEndianAscendingWordDeserializerTest, 
TestConfigSetsAPI, ShardSplitTest, CachingDirectoryFactoryTest, 
RankQParserPluginTest, AddBlockUpdateTest, MoveReplicaTest, 
TestReRankQParserPlugin, AuthToolTest, TestComplexPhraseQParserPlugin, 
TestQueryUtils, TestFaceting, TestJsonFacetErrors, TestSolrCachePerf, 
TestRequestStatusCollectionAPI, TestCopyFieldCollectionResource, 
TestMissingGroups, TestTolerantSearch, ClusterStateUpdateTest, 
TestSolrCLIRunExample, BlockDirectoryTest, TestExplainDocTransformer, 
OrderedExecutorTest, PKIAuthenticationIntegrationTest, CheckHdfsIndexTest, 
TestNumericRangeQuery32, OverseerModifyCollectionTest, TestApiFramework, 
ZkCLITest, TestJsonFacetsWithNestedObjects, JsonLoaderTest, QueryResultKeyTest, 
SpellingQueryConverterTest, TestSimPolicyCloud, 
ChaosMonkeySafeLeaderWithPullReplicasTest, ForceLeaderTest, 
ForceLeaderWithTlogReplicasTest, LeaderVoteWaitTimeoutTest, OverseerStatusTest, 
OverseerTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, TestCloudInspectUtil, 
TestCloudPhrasesIdentificationComponent, TestCloudPseudoReturnFields, 
TestCloudRecovery, TestCloudSearcherWarming, TestRequestForwarding, 
TestSSLRandomization, TestShortCircuitedRequests, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, 
TestTolerantUpdateProcessorRandomCloud, TestZkChroot, 
VMParamsZkACLAndCredentialsProvidersTest, BackupRestoreApiErrorConditionsTest, 
CollectionReloadTest, TestCollectionsAPIViaSolrCloudCluster, 
TestReplicaProperties, AutoScalingHandlerTest, ExecutePlanActionTest, 
NodeAddedTriggerTest, NodeMarkersRegistrationTest, 
ScheduledTriggerIntegrationTest, TriggerIntegrationTest, TestConfig, 
TestConfigSetImmutable, TestCorePropertiesReload, TestDynamicLoadingUrl, 
TestInfoStreamLogging, TestMinimalConfig, TestQuerySenderListener, 
TestShardHandlerFactory, TestSolrDeletionPolicy2, 
HdfsBackupRepositoryIntegrationTest, TestDistribPackageStore, 
TestHdfsBackupRestoreCore, TestReplicationHandlerDiskOverFlow, 
TestSolrConfigHandlerCloud, ThreadDumpHandlerTest, CustomTermsComponentTest, 
DistributedFacetPivotLongTailTest, DistributedQueryComponentCustomSortTest, 
MoreLikeThisComponentTest, PhrasesIdentificationComponentTest, 
QueryElevationComponentTest, TermVectorComponentDistributedTest, 
JavabinLoaderTest, EmbeddedSolrNoSerializeTest, RandomizedTaggerTest, 
TaggerTest, TestLegacyField, JvmMetricsTest, SolrSlf4jReporterTest, 
TestStreamBody, TestPushWriter, TestChildDocTransformerHierarchy, 
TestFieldTypeCollectionResource, TestManagedSynonymFilterFactory, 
ChangedSchemaMergeTest, EnumFieldTest]
   [junit4] Completed [763/934 (1!)] on J2 in 2.63s, 15 tests, 1 error, 7 
skipped <<< FAILURES!

[...truncated 51297 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:634:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:507:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:494:
 Source checkout is dirty (unversioned/missing files) after running tests!!! 
Offending files:
* solr/contrib/analytics/src/test-files/solr/filestore
* solr/contrib/analytics/src/test-files/solr/userfiles
* 
solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/collection1/conf/dataimport.properties
* solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/filestore
* solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/userfiles
* solr/contrib/dataimporthandler/src/test-files/dih/solr/filestore
* solr/contrib/dataimporthandler/src/test-files/dih/solr/userfiles
* solr/contrib/extraction/src/test-files/extraction/solr/filestore
* solr/contrib/extraction/src/test-files/extraction/solr/userfiles
* solr/contrib/langid/src/test-files/langid/solr/filestore
* solr/contrib/langid/src/test-files/langid/solr/userfiles
* solr/contrib/ltr/src/test-files/solr/filestore
* solr/contrib/ltr/src/test-files/solr/userfiles
* solr/contrib/prometheus-exporter/src/test-files/solr/filestore
* solr/contrib/prometheus-exporter/src/test-files/solr/userfiles
* solr/contrib/velocity/src/test-files/velocity/solr/filestore
* solr/contrib/velocity/src/test-files/velocity/solr/userfiles
* solr/core/src/test-files/solr/filestore
* solr/core/src/test-files/solr/userfiles
* solr/solrj/src/test-files/solrj/solr/multicore/filestore
* solr/solrj/src/test-files/solrj/solr/multicore/userfiles

Total time: 71 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to