Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/895/
Java: 64bit/jdk-15-ea+14 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.handler.admin.MetricsHandlerTest
Error Message:
Can't load schema
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml:
Plugin init failure for [schema.xml] fieldType "HTMLstandardtok": Plugin init
failure for [schema.xml] analyzer/charFilter: Error loading class
'solr.HTMLStripCharFilterFactory'
Stack Trace:
org.apache.solr.common.SolrException: Can't load schema
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml:
Plugin init failure for [schema.xml] fieldType "HTMLstandardtok": Plugin init
failure for [schema.xml] analyzer/charFilter: Error loading class
'solr.HTMLStripCharFilterFactory'
at __randomizedtesting.SeedInfo.seed([6A5EF62603B42272]:0)
at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:609)
at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:180)
at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:85)
at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:39)
at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111)
at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:805)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:795)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:645)
at
org.apache.solr.handler.admin.MetricsHandlerTest.beforeClass(MetricsHandlerTest.java:49)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
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.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
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: org.apache.solr.common.SolrException: Plugin init failure for
[schema.xml] fieldType "HTMLstandardtok": Plugin init failure for [schema.xml]
analyzer/charFilter: Error loading class 'solr.HTMLStripCharFilterFactory'
at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:182)
at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:501)
... 32 more
Caused by: org.apache.solr.common.SolrException: Plugin init failure for
[schema.xml] analyzer/charFilter: Error loading class
'solr.HTMLStripCharFilterFactory'
at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:182)
at
org.apache.solr.schema.FieldTypePluginLoader.readAnalyzer(FieldTypePluginLoader.java:281)
at
org.apache.solr.schema.FieldTypePluginLoader.create(FieldTypePluginLoader.java:99)
at
org.apache.solr.schema.FieldTypePluginLoader.create(FieldTypePluginLoader.java:48)
at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:152)
... 33 more
Caused by: org.apache.solr.common.SolrException: Error loading class
'solr.HTMLStripCharFilterFactory'
at
org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:534)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:572)
at
org.apache.solr.schema.FieldTypePluginLoader$1.create(FieldTypePluginLoader.java:262)
at
org.apache.solr.schema.FieldTypePluginLoader$1.create(FieldTypePluginLoader.java:255)
at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:152)
... 37 more
Caused by: java.lang.ClassNotFoundException: solr.HTMLStripCharFilterFactory
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:435)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:590)
at
java.base/java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:855)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:523)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:428)
at
org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:518)
... 41 more
Build Log:
[...truncated 13566 lines...]
[junit4] Suite: org.apache.solr.handler.admin.MetricsHandlerTest
[junit4] 2> 189737 INFO
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
[junit4] 2> 189739 INFO
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.handler.admin.MetricsHandlerTest_6A5EF62603B42272-001\data-dir-9-001
[junit4] 2> 189739 INFO
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 189740 INFO
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 189740 INFO
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 189740 INFO
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 189752 INFO
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
[junit4] 2> 189770 INFO
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 189775 WARN
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
[junit4] 2> 189779 WARN
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieFloatField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 189783 WARN
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieLongField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 189799 WARN
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieDateField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 189999 WARN
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.c.SolrResourceLoader 'solr.HTMLStripCharFilterFactory' looks like an
analysis factory, but caller requested different class type:
org.apache.lucene.analysis.util.CharFilterFactory
[junit4] 2> 190020 INFO
(SUITE-MetricsHandlerTest-seed#[6A5EF62603B42272]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6b77246c),
locale=mas-TZ, timezone=Indian/Maldives
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 15-ea
(64-bit)/cpus=6,threads=1,free=119206360,total=262258688
[junit4] 2> NOTE: All tests run in this JVM: [CursorPagingTest,
TestCursorMarkWithoutUniqueKey, SuggesterTest, TestReqParamsAPI,
OpenExchangeRatesOrgProviderTest, StatsComponentTest,
CollectionsAPIDistributedZkTest, TestSimUtils, MetricsHandlerTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MetricsHandlerTest
-Dtests.seed=6A5EF62603B42272 -Dtests.slow=true -Dtests.locale=mas-TZ
-Dtests.timezone=Indian/Maldives -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J3 | MetricsHandlerTest (suite) <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: Can't load
schema
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml:
Plugin init failure for [schema.xml] fieldType "HTMLstandardtok": Plugin init
failure for [schema.xml] analyzer/charFilter: Error loading class
'solr.HTMLStripCharFilterFactory'
[junit4] > at
__randomizedtesting.SeedInfo.seed([6A5EF62603B42272]:0)
[junit4] > at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:609)
[junit4] > at
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:180)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:85)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:39)
[junit4] > at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:111)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:805)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:795)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:645)
[junit4] > at
org.apache.solr.handler.admin.MetricsHandlerTest.beforeClass(MetricsHandlerTest.java:49)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:832)
[junit4] > Caused by: org.apache.solr.common.SolrException: Plugin init
failure for [schema.xml] fieldType "HTMLstandardtok": Plugin init failure for
[schema.xml] analyzer/charFilter: Error loading class
'solr.HTMLStripCharFilterFactory'
[junit4] > at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:182)
[junit4] > at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:501)
[junit4] > ... 32 more
[junit4] > Caused by: org.apache.solr.common.SolrException: Plugin init
failure for [schema.xml] analyzer/charFilter: Error loading class
'solr.HTMLStripCharFilterFactory'
[junit4] > at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:182)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader.readAnalyzer(FieldTypePluginLoader.java:281)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader.create(FieldTypePluginLoader.java:99)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader.create(FieldTypePluginLoader.java:48)
[junit4] > at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:152)
[junit4] > ... 33 more
[junit4] > Caused by: org.apache.solr.common.SolrException: Error loading
class 'solr.HTMLStripCharFilterFactory'
[junit4] > at
org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:534)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:572)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader$1.create(FieldTypePluginLoader.java:262)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader$1.create(FieldTypePluginLoader.java:255)
[junit4] > at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:152)
[junit4] > ... 37 more
[junit4] > Caused by: java.lang.ClassNotFoundException:
solr.HTMLStripCharFilterFactory
[junit4] > at
java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:435)
[junit4] > at
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:590)
[junit4] > at
java.base/java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:855)
[junit4] > at
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:523)
[junit4] > at java.base/java.lang.Class.forName0(Native Method)
[junit4] > at java.base/java.lang.Class.forName(Class.java:428)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:518)
[junit4] > ... 41 more
[junit4] Completed [71/901 (1!)] on J3 in 0.52s, 0 tests, 1 error <<<
FAILURES!
[...truncated 47714 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/895/consoleText
[repro] Revision: b5f9be5022a6c77bfcd11eed76ffafc19ceafa8e
[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr\core
[repro] MetricsHandlerTest
[repro] ant compile-test
[...truncated 3448 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.MetricsHandlerTest" -Dtests.showOutput=onerror
"-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=6A5EF62603B42272
-Dtests.slow=true -Dtests.locale=mas-TZ -Dtests.timezone=Indian/Maldives
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[...truncated 102 lines...]
[repro] Failures w/original seeds:
[repro] 0/5 failed: org.apache.solr.handler.admin.MetricsHandlerTest
[repro] Exiting with code 0
[...truncated 78 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]