Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1434/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
6 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([944E7366BA9345C5:4B2ED2B771B42660]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
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
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
... 41 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=11565, name=searcherExecutor-3747-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
1) Thread[id=11565, name=searcherExecutor-3747-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([944E7366BA9345C5]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=11565, name=searcherExecutor-3747-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=11565, name=searcherExecutor-3747-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([944E7366BA9345C5]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.response.TestGeoJSONResponseWriter
Error Message:
org/apache/lucene/spatial3d/geom/PlanetModel
Stack Trace:
java.lang.NoClassDefFoundError: org/apache/lucene/spatial3d/geom/PlanetModel
at __randomizedtesting.SeedInfo.seed([944E7366BA9345C5]:0)
at
org.apache.lucene.spatial.spatial4j.Geo3dSpatialContextFactory.<clinit>(Geo3dSpatialContextFactory.java:36)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at
org.locationtech.spatial4j.context.SpatialContextFactory.makeSpatialContext(SpatialContextFactory.java:103)
at
org.apache.solr.schema.AbstractSpatialFieldType.init(AbstractSpatialFieldType.java:148)
at
org.apache.solr.schema.RptWithGeometrySpatialField.init(RptWithGeometrySpatialField.java:53)
at org.apache.solr.schema.FieldType.setArgs(FieldType.java:183)
at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:165)
at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:53)
at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:191)
at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:468)
at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:174)
at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
at org.apache.solr.util.TestHarness.<init>(TestHarness.java:110)
at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:687)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:677)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:551)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:540)
at
org.apache.solr.response.TestGeoJSONResponseWriter.beforeClass(TestGeoJSONResponseWriter.java:42)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException:
org.apache.lucene.spatial3d.geom.PlanetModel
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 47 more
FAILED: junit.framework.TestSuite.org.apache.solr.search.TestSolr4Spatial
Error Message:
Could not initialize class
org.apache.lucene.spatial.spatial4j.Geo3dSpatialContextFactory
Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.lucene.spatial.spatial4j.Geo3dSpatialContextFactory
at __randomizedtesting.SeedInfo.seed([944E7366BA9345C5]:0)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at
org.locationtech.spatial4j.context.SpatialContextFactory.makeSpatialContext(SpatialContextFactory.java:103)
at
org.apache.solr.schema.AbstractSpatialFieldType.init(AbstractSpatialFieldType.java:148)
at
org.apache.solr.schema.RptWithGeometrySpatialField.init(RptWithGeometrySpatialField.java:53)
at org.apache.solr.schema.FieldType.setArgs(FieldType.java:183)
at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:165)
at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:53)
at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:191)
at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:468)
at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:174)
at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
at org.apache.solr.util.TestHarness.<init>(TestHarness.java:110)
at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:687)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:677)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:551)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:540)
at
org.apache.solr.search.TestSolr4Spatial.beforeClass(TestSolr4Spatial.java:62)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.lang.Thread.run(Thread.java:748)
FAILED: junit.framework.TestSuite.org.apache.solr.search.TestSolr4Spatial2
Error Message:
Could not initialize class
org.apache.lucene.spatial.spatial4j.Geo3dSpatialContextFactory
Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.lucene.spatial.spatial4j.Geo3dSpatialContextFactory
at __randomizedtesting.SeedInfo.seed([944E7366BA9345C5]:0)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at
org.locationtech.spatial4j.context.SpatialContextFactory.makeSpatialContext(SpatialContextFactory.java:103)
at
org.apache.solr.schema.AbstractSpatialFieldType.init(AbstractSpatialFieldType.java:148)
at
org.apache.solr.schema.RptWithGeometrySpatialField.init(RptWithGeometrySpatialField.java:53)
at org.apache.solr.schema.FieldType.setArgs(FieldType.java:183)
at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:165)
at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:53)
at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:191)
at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:468)
at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:174)
at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
at org.apache.solr.util.TestHarness.<init>(TestHarness.java:110)
at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:687)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:677)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:551)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:540)
at
org.apache.solr.search.TestSolr4Spatial2.beforeClass(TestSolr4Spatial2.java:34)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11986 lines...]
[junit4] Suite: org.apache.solr.response.TestGeoJSONResponseWriter
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.response.TestGeoJSONResponseWriter_944E7366BA9345C5-001/init-core-data-001
[junit4] 2> 1257089 WARN
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
[junit4] 2> 1257090 INFO
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1257092 INFO
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1257094 INFO
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1257094 INFO
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1257095 INFO
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1257137 INFO
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1257143 INFO
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1257159 WARN
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.SpatialTermQueryPrefixTreeFieldType]. Please consult documentation how to
replace it accordingly.
[junit4] 2> 1257226 WARN
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.SpatialPointVectorFieldType]. Please consult documentation how to replace
it accordingly.
[junit4] 2> 1257276 INFO
(SUITE-TestGeoJSONResponseWriter-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-TN,
timezone=America/Indiana/Winamac
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141
(64-bit)/cpus=3,threads=1,free=158592448,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [DocumentBuilderTest,
TestUseDocValuesAsStored, HdfsRestartWhileUpdatingTest,
HdfsCollectionsAPIDistributedZkTest, SortSpecParsingTest, MBeansHandlerTest,
SuggesterFSTTest, FileUtilsTest, TermsComponentTest, TestAnalyzedSuggestions,
TestInitParams, AnalyticsMergeStrategyTest, TestSolrCloudWithHadoopAuthPlugin,
TestReloadDeadlock, HdfsThreadLeakTest, CacheHeaderTest, V2ApiIntegrationTest,
CoreMergeIndexesAdminHandlerTest, TestDocTermOrds, DocValuesMultiTest,
TestFieldCacheReopen, TestFieldSortValues, TestCopyFieldCollectionResource,
PreAnalyzedFieldManagedSchemaCloudTest, TestCloudJSONFacetJoinDomain,
TestFieldTypeResource, BasicAuthStandaloneTest, TestSimpleTextCodec,
TestDeleteCollectionOnDownNodes, TestDistributedGrouping,
TestMaxScoreQueryParser, LeaderInitiatedRecoveryOnShardRestartTest,
TestSolrXml, JavabinLoaderTest, OpenCloseCoreStressTest,
TestLuceneMatchVersion, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestManagedSynonymFilterFactory, TestLeaderElectionZkExpiry, AtomicUpdatesTest,
SolrXmlInZkTest, TestSQLHandlerNonCloud, TestCloudPseudoReturnFields,
SuggesterTSTTest, DirectoryFactoryTest, TestRealTimeGet, LoggingHandlerTest,
DocValuesNotIndexedTest, TestSolrFieldCacheBean, DOMUtilTest,
HdfsBasicDistributedZk2Test, SolrJmxReporterCloudTest, TestReloadAndDeleteDocs,
TestCloudSearcherWarming, TestPayloadScoreQParserPlugin, PreAnalyzedFieldTest,
SolrShardReporterTest, TestSolrJ, SolrRequestParserTest,
TestRequestStatusCollectionAPI, DebugComponentTest, MultiThreadedOCPTest,
ChaosMonkeySafeLeaderTest, TestReRankQParserPlugin, SOLR749Test,
TermVectorComponentTest, TestAuthorizationFramework, TestFileDictionaryLookup,
BadCopyFieldTest, StatsReloadRaceTest, TestGraphTermsQParserPlugin, TestTrie,
TestDelegationWithHadoopAuth, TestStressUserVersions, TestManagedResource,
ShardSplitTest, TestDocSet, SolrIndexConfigTest, TestCrossCoreJoin,
DistributedQueryElevationComponentTest, TestJavabinTupleStreamParser,
RecoveryAfterSoftCommitTest, TestDownShardTolerantSearch,
TestReplicationHandlerBackup, SolrGangliaReporterTest, ShardRoutingCustomTest,
FieldMutatingUpdateProcessorTest, TestDynamicFieldResource,
TestWordDelimiterFilterFactory, TestLocalFSCloudBackupRestore,
TestLMJelinekMercerSimilarityFactory, TestPrepRecovery, PolyFieldTest,
IndexSchemaRuntimeFieldTest, TestChildDocTransformer, PluginInfoTest,
LeaderElectionContextKeyTest, TestCharFilters, TestUniqueKeyFieldResource,
TestSuggestSpellingConverter, TestPerFieldSimilarity,
FullSolrCloudDistribCmdsTest, MoveReplicaHDFSUlogDirTest,
PreAnalyzedUpdateProcessorTest, SSLMigrationTest, DataDrivenBlockJoinTest,
TestMergePolicyConfig, TestGeoJSONResponseWriter]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestGeoJSONResponseWriter -Dtests.seed=944E7366BA9345C5
-Dtests.slow=true -Dtests.locale=ar-TN -Dtests.timezone=America/Indiana/Winamac
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J1 | TestGeoJSONResponseWriter (suite) <<<
[junit4] > Throwable #1: java.lang.NoClassDefFoundError:
org/apache/lucene/spatial3d/geom/PlanetModel
[junit4] > at
__randomizedtesting.SeedInfo.seed([944E7366BA9345C5]:0)
[junit4] > at
org.apache.lucene.spatial.spatial4j.Geo3dSpatialContextFactory.<clinit>(Geo3dSpatialContextFactory.java:36)
[junit4] > at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[junit4] > at java.lang.Class.newInstance(Class.java:442)
[junit4] > at
org.locationtech.spatial4j.context.SpatialContextFactory.makeSpatialContext(SpatialContextFactory.java:103)
[junit4] > at
org.apache.solr.schema.AbstractSpatialFieldType.init(AbstractSpatialFieldType.java:148)
[junit4] > at
org.apache.solr.schema.RptWithGeometrySpatialField.init(RptWithGeometrySpatialField.java:53)
[junit4] > at
org.apache.solr.schema.FieldType.setArgs(FieldType.java:183)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:165)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:53)
[junit4] > at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:191)
[junit4] > at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:468)
[junit4] > at
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:174)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
[junit4] > at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:110)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:687)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:551)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:540)
[junit4] > at
org.apache.solr.response.TestGeoJSONResponseWriter.beforeClass(TestGeoJSONResponseWriter.java:42)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.ClassNotFoundException:
org.apache.lucene.spatial3d.geom.PlanetModel
[junit4] > at
java.net.URLClassLoader.findClass(URLClassLoader.java:381)
[junit4] > at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[junit4] > at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
[junit4] > at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[junit4] > ... 47 more
[junit4] Completed [199/733 (1!)] on J1 in 0.22s, 0 tests, 1 error <<<
FAILURES!
[...truncated 99 lines...]
[junit4] Suite: org.apache.solr.search.TestSolr4Spatial2
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_944E7366BA9345C5-001/init-core-data-001
[junit4] 2> 1407269 WARN
(SUITE-TestSolr4Spatial2-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 1407269 INFO
(SUITE-TestSolr4Spatial2-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1407271 INFO
(SUITE-TestSolr4Spatial2-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1407271 INFO
(SUITE-TestSolr4Spatial2-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1407271 INFO
(SUITE-TestSolr4Spatial2-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1407271 INFO
(SUITE-TestSolr4Spatial2-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1407291 INFO
(SUITE-TestSolr4Spatial2-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1407295 INFO
(SUITE-TestSolr4Spatial2-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1407301 INFO
(SUITE-TestSolr4Spatial2-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=664, maxMBSortInHeap=5.778045249319529,
sim=RandomSimilarity(queryNorm=true): {}, locale=hu-HU,
timezone=Atlantic/Stanley
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141
(64-bit)/cpus=3,threads=1,free=210413864,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [DocumentBuilderTest,
TestUseDocValuesAsStored, HdfsRestartWhileUpdatingTest,
HdfsCollectionsAPIDistributedZkTest, SortSpecParsingTest, MBeansHandlerTest,
SuggesterFSTTest, FileUtilsTest, TermsComponentTest, TestAnalyzedSuggestions,
TestInitParams, AnalyticsMergeStrategyTest, TestSolrCloudWithHadoopAuthPlugin,
TestReloadDeadlock, HdfsThreadLeakTest, CacheHeaderTest, V2ApiIntegrationTest,
CoreMergeIndexesAdminHandlerTest, TestDocTermOrds, DocValuesMultiTest,
TestFieldCacheReopen, TestFieldSortValues, TestCopyFieldCollectionResource,
PreAnalyzedFieldManagedSchemaCloudTest, TestCloudJSONFacetJoinDomain,
TestFieldTypeResource, BasicAuthStandaloneTest, TestSimpleTextCodec,
TestDeleteCollectionOnDownNodes, TestDistributedGrouping,
TestMaxScoreQueryParser, LeaderInitiatedRecoveryOnShardRestartTest,
TestSolrXml, JavabinLoaderTest, OpenCloseCoreStressTest,
TestLuceneMatchVersion, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestManagedSynonymFilterFactory, TestLeaderElectionZkExpiry, AtomicUpdatesTest,
SolrXmlInZkTest, TestSQLHandlerNonCloud, TestCloudPseudoReturnFields,
SuggesterTSTTest, DirectoryFactoryTest, TestRealTimeGet, LoggingHandlerTest,
DocValuesNotIndexedTest, TestSolrFieldCacheBean, DOMUtilTest,
HdfsBasicDistributedZk2Test, SolrJmxReporterCloudTest, TestReloadAndDeleteDocs,
TestCloudSearcherWarming, TestPayloadScoreQParserPlugin, PreAnalyzedFieldTest,
SolrShardReporterTest, TestSolrJ, SolrRequestParserTest,
TestRequestStatusCollectionAPI, DebugComponentTest, MultiThreadedOCPTest,
ChaosMonkeySafeLeaderTest, TestReRankQParserPlugin, SOLR749Test,
TermVectorComponentTest, TestAuthorizationFramework, TestFileDictionaryLookup,
BadCopyFieldTest, StatsReloadRaceTest, TestGraphTermsQParserPlugin, TestTrie,
TestDelegationWithHadoopAuth, TestStressUserVersions, TestManagedResource,
ShardSplitTest, TestDocSet, SolrIndexConfigTest, TestCrossCoreJoin,
DistributedQueryElevationComponentTest, TestJavabinTupleStreamParser,
RecoveryAfterSoftCommitTest, TestDownShardTolerantSearch,
TestReplicationHandlerBackup, SolrGangliaReporterTest, ShardRoutingCustomTest,
FieldMutatingUpdateProcessorTest, TestDynamicFieldResource,
TestWordDelimiterFilterFactory, TestLocalFSCloudBackupRestore,
TestLMJelinekMercerSimilarityFactory, TestPrepRecovery, PolyFieldTest,
IndexSchemaRuntimeFieldTest, TestChildDocTransformer, PluginInfoTest,
LeaderElectionContextKeyTest, TestCharFilters, TestUniqueKeyFieldResource,
TestSuggestSpellingConverter, TestPerFieldSimilarity,
FullSolrCloudDistribCmdsTest, MoveReplicaHDFSUlogDirTest,
PreAnalyzedUpdateProcessorTest, SSLMigrationTest, DataDrivenBlockJoinTest,
TestMergePolicyConfig, TestGeoJSONResponseWriter,
DocumentAnalysisRequestHandlerTest, MetricUtilsTest, TestRecovery,
TestFastLRUCache, TemplateUpdateProcessorTest,
DistributedQueryComponentOptimizationTest, DistributedFacetPivotWhiteBoxTest,
TestRestManager, SolrCmdDistributorTest, TestMinMaxOnMultiValuedField,
OpenExchangeRatesOrgProviderTest, MissingSegmentRecoveryTest, TestXmlQParser,
TestConfigSetsAPIZkFailure, CheckHdfsIndexTest, TestCSVLoader,
TestUnifiedSolrHighlighter, UtilsToolTest, TestMacros, TestSolr4Spatial2]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSolr4Spatial2
-Dtests.seed=944E7366BA9345C5 -Dtests.slow=true -Dtests.locale=hu-HU
-Dtests.timezone=Atlantic/Stanley -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J1 | TestSolr4Spatial2 (suite) <<<
[junit4] > Throwable #1: java.lang.NoClassDefFoundError: Could not
initialize class org.apache.lucene.spatial.spatial4j.Geo3dSpatialContextFactory
[junit4] > at
__randomizedtesting.SeedInfo.seed([944E7366BA9345C5]:0)
[junit4] > at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[junit4] > at java.lang.Class.newInstance(Class.java:442)
[junit4] > at
org.locationtech.spatial4j.context.SpatialContextFactory.makeSpatialContext(SpatialContextFactory.java:103)
[junit4] > at
org.apache.solr.schema.AbstractSpatialFieldType.init(AbstractSpatialFieldType.java:148)
[junit4] > at
org.apache.solr.schema.RptWithGeometrySpatialField.init(RptWithGeometrySpatialField.java:53)
[junit4] > at
org.apache.solr.schema.FieldType.setArgs(FieldType.java:183)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:165)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:53)
[junit4] > at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:191)
[junit4] > at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:468)
[junit4] > at
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:174)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
[junit4] > at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:110)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:687)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:551)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:540)
[junit4] > at
org.apache.solr.search.TestSolr4Spatial2.beforeClass(TestSolr4Spatial2.java:34)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] Completed [230/733 (2!)] on J1 in 0.05s, 0 tests, 1 error <<<
FAILURES!
[...truncated 74 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/init-core-data-001
[junit4] 2> 1441583 WARN
(SUITE-TestLazyCores-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
[junit4] 2> 1441583 INFO
(SUITE-TestLazyCores-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1441584 INFO
(SUITE-TestLazyCores-seed#[944E7366BA9345C5]-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> 1441584 INFO
(SUITE-TestLazyCores-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1441588 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
[junit4] 2> 1441598 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1441631 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1441631 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1441632 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1441644 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.c.CorePropertiesLocator Found 6 core definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001
[junit4] 2> 1441644 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.c.CorePropertiesLocator Cores are: [core1, core2, badConfig1,
badSchema2, badConfig2, badSchema1]
[junit4] 2> 1441645 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1441655 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1441667 INFO (coreLoadExecutor-3521-thread-3) [
x:badConfig1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1441729 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1441736 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1441745 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1441746 INFO (coreLoadExecutor-3521-thread-3) [
x:badSchema2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1441747 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1441747 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/core2,
trusted=true
[junit4] 2> 1441751 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2' (registry
'solr.core.core2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1441751 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1441751 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1441751 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/core1,
trusted=true
[junit4] 2> 1441751 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/core2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/core2/data/]
[junit4] 2> 1441755 INFO (coreLoadExecutor-3521-thread-3) [
x:badSchema2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1441752 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1' (registry
'solr.core.core1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1441756 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1441756 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/core1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/core1/data/]
[junit4] 2> 1441758 INFO (coreLoadExecutor-3521-thread-3) [
x:badConfig2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1441759 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=61.0966796875,
floorSegmentMB=1.5849609375, forceMergeDeletesPctAllowed=5.311250591696791,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1441768 INFO (coreLoadExecutor-3521-thread-3) [
x:badSchema1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1441774 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=61.0966796875,
floorSegmentMB=1.5849609375, forceMergeDeletesPctAllowed=5.311250591696791,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1441783 INFO (coreLoadExecutor-3521-thread-3) [
x:badSchema1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1441815 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1441815 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1441815 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1441815 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1441817 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1444885348,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1441817 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2aceff63[core2] main]
[junit4] 2> 1441817 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1444885348,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1441818 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/core2/conf
[junit4] 2> 1441818 INFO (coreLoadExecutor-3521-thread-2) [ x:core2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1441819 INFO
(searcherExecutor-3522-thread-1-processing-x:core2) [ x:core2]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@2aceff63[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1441819 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@49671f77[core1] main]
[junit4] 2> 1441819 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/core1/conf
[junit4] 2> 1441820 INFO (coreLoadExecutor-3521-thread-1) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1441820 INFO
(searcherExecutor-3523-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@49671f77[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1441823 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1441823 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@42d7e27c commitCommandVersion:0
[junit4] 2> 1441836 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@3394a99f[core1] main]
[junit4] 2> 1441836 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1441837 INFO (searcherExecutor-3523-thread-1) [ ]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@3394a99f[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c7)))}
[junit4] 2> 1441838 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1441840 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1441847 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1441847 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1441859 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1441871 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
[junit4] 2> 1441876 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1441876 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badConfig1,
trusted=true
[junit4] 2> 1441876 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badConfig1' (registry 'solr.core.badConfig1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1441876 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1441876 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badConfig1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badConfig1/data/]
[junit4] 2> 1441878 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=59.9130859375,
floorSegmentMB=0.41015625, forceMergeDeletesPctAllowed=29.05194100797475,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.33048931419324934
[junit4] 2> 1441919 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1441919 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1441920 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=33, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=53.90234375,
floorSegmentMB=0.982421875, forceMergeDeletesPctAllowed=17.26228620311053,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1441920 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f88a83[badConfig1]
main]
[junit4] 2> 1441921 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badConfig1/conf
[junit4] 2> 1441921 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1441922 INFO
(searcherExecutor-3536-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@3f88a83[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1441931 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1441940 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
[junit4] 2> 1441941 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1441941 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badConfig2,
trusted=true
[junit4] 2> 1441942 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badConfig2' (registry 'solr.core.badConfig2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1441942 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1441942 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badConfig2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badConfig2/data/]
[junit4] 2> 1441944 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1937847812430209]
[junit4] 2> 1441991 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1441991 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1441992 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.36147344834377104]
[junit4] 2> 1441992 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12720eff[badConfig2]
main]
[junit4] 2> 1441992 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badConfig2/conf
[junit4] 2> 1441993 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1441993 INFO
(searcherExecutor-3540-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig2] Registered new searcher
Searcher@12720eff[badConfig2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1442004 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1442012 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
[junit4] 2> 1442014 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1442014 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badSchema1,
trusted=true
[junit4] 2> 1442015 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badSchema1' (registry 'solr.core.badSchema1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1442015 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1442015 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badSchema1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badSchema1/data/]
[junit4] 2> 1442017 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=51.4169921875,
floorSegmentMB=1.0205078125, forceMergeDeletesPctAllowed=13.808156806229325,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2201881785403674
[junit4] 2> 1442060 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1442060 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1442061 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=61.5625,
floorSegmentMB=0.587890625, forceMergeDeletesPctAllowed=13.082568239831208,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7203290391966449
[junit4] 2> 1442061 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f97f9ff[badSchema1]
main]
[junit4] 2> 1442061 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badSchema1/conf
[junit4] 2> 1442062 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1442062 INFO
(searcherExecutor-3544-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@6f97f9ff[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1442069 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1442078 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
[junit4] 2> 1442082 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1442083 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badSchema2,
trusted=true
[junit4] 2> 1442083 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badSchema2' (registry 'solr.core.badSchema2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1442083 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1442083 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badSchema2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badSchema2/data/]
[junit4] 2> 1442085 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=549901220,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1442128 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1442128 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1442129 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=1.427734375,
floorSegmentMB=0.7939453125, forceMergeDeletesPctAllowed=27.680231918425683,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.14987166767954785
[junit4] 2> 1442129 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@51a71323[badSchema2]
main]
[junit4] 2> 1442130 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-001/badSchema2/conf
[junit4] 2> 1442130 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1442131 INFO
(searcherExecutor-3548-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badSchema2] Registered new searcher
Searcher@51a71323[badSchema2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1442132 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1442132 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@42d7e27c commitCommandVersion:0
[junit4] 2> 1442141 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7119cea3[core1] main]
[junit4] 2> 1442141 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1442142 INFO
(searcherExecutor-3523-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@7119cea3[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):c7)))}
[junit4] 2> 1442143 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1442143 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1442143 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1442143 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1442144 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1442144 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@2e1af00c commitCommandVersion:0
[junit4] 2> 1442153 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7cd37c39[badConfig1]
main]
[junit4] 2> 1442153 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1442154 INFO
(searcherExecutor-3536-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@7cd37c39[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c7)))}
[junit4] 2> 1442154 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1442155 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1442155 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1442155 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1442156 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1442156 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7a5bd5e0 commitCommandVersion:0
[junit4] 2> 1442165 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ece0e8c[badSchema1]
main]
[junit4] 2> 1442165 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1442166 INFO
(searcherExecutor-3544-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@3ece0e8c[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c7)))}
[junit4] 2> 1442167 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1442167 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1442167 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1442167 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1442167 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=223222558
[junit4] 2> 1442168 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 1442168 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@55c63469: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@50ddb3a2
[junit4] 2> 1442171 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 1442171 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f0ffc5d: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@611975f3
[junit4] 2> 1442171 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 1442171 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@31d36977: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@22188dbf
[junit4] 2> 1442172 INFO
(coreCloseExecutor-3558-thread-1-processing-x:badConfig1) [ x:core2]
o.a.s.c.SolrCore [core2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4050ab0d
[junit4] 2> 1442172 INFO
(coreCloseExecutor-3558-thread-1-processing-x:badConfig1) [ x:core2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core2, tag=1079028493
[junit4] 2> 1442172 INFO
(coreCloseExecutor-3558-thread-1-processing-x:badConfig1) [ x:core2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@54d4e18c: rootName = null,
domain = solr.core.core2, service url = null, agent id = null] for registry
solr.core.core2 / com.codahale.metrics.MetricRegistry@36496014
[junit4] 2> 1442172 INFO
(coreCloseExecutor-3558-thread-2-processing-x:badConfig1) [ x:core1]
o.a.s.c.SolrCore [core1] CLOSING SolrCore
org.apache.solr.core.SolrCore@61cb0bfc
[junit4] 2> 1442172 INFO
(coreCloseExecutor-3558-thread-4-processing-x:badConfig1) [ x:badSchema2]
o.a.s.c.SolrCore [badSchema2] CLOSING SolrCore
org.apache.solr.core.SolrCore@536a1393
[junit4] 2> 1442173 INFO
(coreCloseExecutor-3558-thread-6-processing-x:badConfig1) [ x:badConfig2]
o.a.s.c.SolrCore [badConfig2] CLOSING SolrCore
org.apache.solr.core.SolrCore@5d9b46e0
[junit4] 2> 1442173 INFO
(coreCloseExecutor-3558-thread-3-processing-x:badConfig1) [ x:badSchema1]
o.a.s.c.SolrCore [badSchema1] CLOSING SolrCore
org.apache.solr.core.SolrCore@302efe7b
[junit4] 2> 1442173 INFO
(coreCloseExecutor-3558-thread-5-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4a153856
[junit4] 2> 1442176 INFO
(coreCloseExecutor-3558-thread-2-processing-x:badConfig1) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core1, tag=1640696828
[junit4] 2> 1442176 INFO
(coreCloseExecutor-3558-thread-2-processing-x:badConfig1) [ x:core1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2206045c: rootName = null,
domain = solr.core.core1, service url = null, agent id = null] for registry
solr.core.core1 / com.codahale.metrics.MetricRegistry@62076c89
[junit4] 2> 1442188 INFO
(coreCloseExecutor-3558-thread-4-processing-x:badConfig1) [ x:badSchema2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.badSchema2, tag=1399460755
[junit4] 2> 1442189 INFO
(coreCloseExecutor-3558-thread-4-processing-x:badConfig1) [ x:badSchema2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b1c5f76: rootName = null,
domain = solr.core.badSchema2, service url = null, agent id = null] for
registry solr.core.badSchema2 / com.codahale.metrics.MetricRegistry@5b6711ed
[junit4] 2> 1442194 INFO
(coreCloseExecutor-3558-thread-6-processing-x:badConfig1) [ x:badConfig2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.badConfig2, tag=1570457312
[junit4] 2> 1442194 INFO
(coreCloseExecutor-3558-thread-6-processing-x:badConfig1) [ x:badConfig2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@22669456: rootName = null,
domain = solr.core.badConfig2, service url = null, agent id = null] for
registry solr.core.badConfig2 / com.codahale.metrics.MetricRegistry@4ecec553
[junit4] 2> 1442200 INFO
(coreCloseExecutor-3558-thread-3-processing-x:badConfig1) [ x:badSchema1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.badSchema1, tag=808386171
[junit4] 2> 1442201 INFO
(coreCloseExecutor-3558-thread-3-processing-x:badConfig1) [ x:badSchema1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@66f14978: rootName = null,
domain = solr.core.badSchema1, service url = null, agent id = null] for
registry solr.core.badSchema1 / com.codahale.metrics.MetricRegistry@27e9d68b
[junit4] 2> 1442208 INFO
(coreCloseExecutor-3558-thread-5-processing-x:badConfig1) [ x:badConfig1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.badConfig1, tag=1242904662
[junit4] 2> 1442208 INFO
(coreCloseExecutor-3558-thread-5-processing-x:badConfig1) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6f3419f: rootName = null,
domain = solr.core.badConfig1, service url = null, agent id = null] for
registry solr.core.badConfig1 / com.codahale.metrics.MetricRegistry@406d795e
[junit4] 2> 1442219 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[944E7366BA9345C5]) [
x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
[junit4] 2> 1442223 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[944E7366BA9345C5]) [ x:badConfig1]
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
[junit4] 2> 1442236 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[944E7366BA9345C5]) [ x:badConfig1]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-002/solr.xml
[junit4] 2> 1442242 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[944E7366BA9345C5]) [ x:badConfig1]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1442271 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[944E7366BA9345C5]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1442271 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[944E7366BA9345C5]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1442271 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[944E7366BA9345C5]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1442273 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[944E7366BA9345C5]) [ x:badConfig1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1442287 INFO
(coreLoadExecutor-3565-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1442293 INFO
(coreLoadExecutor-3565-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1442299 INFO
(coreLoadExecutor-3565-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1442305 INFO
(coreLoadExecutor-3565-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1442310 INFO
(coreLoadExecutor-3565-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1442311 INFO
(coreLoadExecutor-3565-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1442311 INFO
(coreLoadExecutor-3565-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 1442311 INFO
(coreLoadExecutor-3565-thread-1-processing-x:badConfig1) [ 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@5c654332
[junit4] 2> 1442311 INFO
(coreLoadExecutor-3565-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1442314 INFO
(coreLoadExecutor-3565-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-002/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-002/./collection1/data/]
[junit4] 2> 1442315 INFO
(coreLoadExecutor-3565-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1442315 INFO
(coreLoadExecutor-3565-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1442315 INFO
(coreLoadExecutor-3565-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 1442316 INFO
(coreLoadExecutor-3565-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1442316 INFO
(coreLoadExecutor-3565-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1442316 INFO
(coreLoadExecutor-3565-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-002/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-002/./collection5/data/]
[junit4] 2> 1442317 INFO
(coreLoadExecutor-3565-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1442317 INFO
(coreLoadExecutor-3565-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 1442317 INFO
(coreLoadExecutor-3565-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c654332
[junit4] 2> 1442317 INFO
(coreLoadExecutor-3565-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=61.0966796875,
floorSegmentMB=1.5849609375, forceMergeDeletesPctAllowed=5.311250591696791,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1442317 INFO
(coreLoadExecutor-3565-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1442317 INFO
(coreLoadExecutor-3565-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-002/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_944E7366BA9345C5-001/tempDir-002/./collection2/data/]
[junit4] 2> 1442317 INFO
(coreLoadExecutor-3565-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=61.0966796875,
floorSegmentMB=1.5849609375, forceMergeDe
[...truncated too long message...]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([944E7366BA9345C5]:0)
[junit4] Completed [254/733 (3!)] on J0 in 29.07s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 1487 lines...]
[junit4] Suite: org.apache.solr.search.TestSolr4Spatial
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial_944E7366BA9345C5-001/init-core-data-001
[junit4] 2> 1730122 WARN
(SUITE-TestSolr4Spatial-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=48 numCloses=48
[junit4] 2> 1730122 INFO
(SUITE-TestSolr4Spatial-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1730123 INFO
(SUITE-TestSolr4Spatial-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1730123 INFO
(SUITE-TestSolr4Spatial-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1730124 INFO
(SUITE-TestSolr4Spatial-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1730124 INFO
(SUITE-TestSolr4Spatial-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1730140 INFO
(SUITE-TestSolr4Spatial-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1730145 INFO
(SUITE-TestSolr4Spatial-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1730160 INFO
(SUITE-TestSolr4Spatial-seed#[944E7366BA9345C5]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> NOTE: test params are:
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=30240, maxDocsPerChunk=742, blockSize=574),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=30240, blockSize=574)), sim=RandomSimilarity(queryNorm=true): {},
locale=vi-VN, timezone=Europe/Isle_of_Man
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141
(64-bit)/cpus=3,threads=1,free=216812752,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [DocumentBuilderTest,
TestUseDocValuesAsStored, HdfsRestartWhileUpdatingTest,
HdfsCollectionsAPIDistributedZkTest, SortSpecParsingTest, MBeansHandlerTest,
SuggesterFSTTest, FileUtilsTest, TermsComponentTest, TestAnalyzedSuggestions,
TestInitParams, AnalyticsMergeStrategyTest, TestSolrCloudWithHadoopAuthPlugin,
TestReloadDeadlock, HdfsThreadLeakTest, CacheHeaderTest, V2ApiIntegrationTest,
CoreMergeIndexesAdminHandlerTest, TestDocTermOrds, DocValuesMultiTest,
TestFieldCacheReopen, TestFieldSortValues, TestCopyFieldCollectionResource,
PreAnalyzedFieldManagedSchemaCloudTest, TestCloudJSONFacetJoinDomain,
TestFieldTypeResource, BasicAuthStandaloneTest, TestSimpleTextCodec,
TestDeleteCollectionOnDownNodes, TestDistributedGrouping,
TestMaxScoreQueryParser, LeaderInitiatedRecoveryOnShardRestartTest,
TestSolrXml, JavabinLoaderTest, OpenCloseCoreStressTest,
TestLuceneMatchVersion, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestManagedSynonymFilterFactory, TestLeaderElectionZkExpiry, AtomicUpdatesTest,
SolrXmlInZkTest, TestSQLHandlerNonCloud, TestCloudPseudoReturnFields,
SuggesterTSTTest, DirectoryFactoryTest, TestRealTimeGet, LoggingHandlerTest,
DocValuesNotIndexedTest, TestSolrFieldCacheBean, DOMUtilTest,
HdfsBasicDistributedZk2Test, SolrJmxReporterCloudTest, TestReloadAndDeleteDocs,
TestCloudSearcherWarming, TestPayloadScoreQParserPlugin, PreAnalyzedFieldTest,
SolrShardReporterTest, TestSolrJ, SolrRequestParserTest,
TestRequestStatusCollectionAPI, DebugComponentTest, MultiThreadedOCPTest,
ChaosMonkeySafeLeaderTest, TestReRankQParserPlugin, SOLR749Test,
TermVectorComponentTest, TestAuthorizationFramework, TestFileDictionaryLookup,
BadCopyFieldTest, StatsReloadRaceTest, TestGraphTermsQParserPlugin, TestTrie,
TestDelegationWithHadoopAuth, TestStressUserVersions, TestManagedResource,
ShardSplitTest, TestDocSet, SolrIndexConfigTest, TestCrossCoreJoin,
DistributedQueryElevationComponentTest, TestJavabinTupleStreamParser,
RecoveryAfterSoftCommitTest, TestDownShardTolerantSearch,
TestReplicationHandlerBackup, SolrGangliaReporterTest, ShardRoutingCustomTest,
FieldMutatingUpdateProcessorTest, TestDynamicFieldResource,
TestWordDelimiterFilterFactory, TestLocalFSCloudBackupRestore,
TestLMJelinekMercerSimilarityFactory, TestPrepRecovery, PolyFieldTest,
IndexSchemaRuntimeFieldTest, TestChildDocTransformer, PluginInfoTest,
LeaderElectionContextKeyTest, TestCharFilters, TestUniqueKeyFieldResource,
TestSuggestSpellingConverter, TestPerFieldSimilarity,
FullSolrCloudDistribCmdsTest, MoveReplicaHDFSUlogDirTest,
PreAnalyzedUpdateProcessorTest, SSLMigrationTest, DataDrivenBlockJoinTest,
TestMergePolicyConfig, TestGeoJSONResponseWriter,
DocumentAnalysisRequestHandlerTest, MetricUtilsTest, TestRecovery,
TestFastLRUCache, TemplateUpdateProcessorTest,
DistributedQueryComponentOptimizationTest, DistributedFacetPivotWhiteBoxTest,
TestRestManager, SolrCmdDistributorTest, TestMinMaxOnMultiValuedField,
OpenExchangeRatesOrgProviderTest, MissingSegmentRecoveryTest, TestXmlQParser,
TestConfigSetsAPIZkFailure, CheckHdfsIndexTest, TestCSVLoader,
TestUnifiedSolrHighlighter, UtilsToolTest, TestMacros, TestSolr4Spatial2,
TestSchemaVersionResource, TestImplicitCoreProperties, TestRawResponseWriter,
TestFieldCacheSortRandom, TestRuleBasedAuthorizationPlugin,
TestExceedMaxTermLength, CollectionsAPIAsyncDistributedZkTest,
AutoScalingHandlerTest, SolrCLIZkUtilsTest, BlockDirectoryTest,
ConfigureRecoveryStrategyTest, TestStressLiveNodes,
StatelessScriptUpdateProcessorFactoryTest, MergeStrategyTest,
HdfsChaosMonkeyNothingIsSafeTest, TestSolrCloudWithKerberosAlt,
TestValueSourceCache, TestStreamBody, TestComplexPhraseQParserPlugin,
TestFiltering, TestRandomCollapseQParserPlugin, DateRangeFieldTest,
TestEmbeddedSolrServerAdminHandler, TestRTGBase,
TestSubQueryTransformerCrossCore, SchemaVersionSpecificBehaviorTest,
ConvertedLegacyTest, ExternalFileFieldSortTest, TestSolrCLIRunExample,
TestSortByMinMaxFunction, FileBasedSpellCheckerTest, AutoCommitTest,
TestSimpleQParserPlugin, TestFastWriter, SecurityConfHandlerTest,
BadIndexSchemaTest, DeleteStatusTest, PingRequestHandlerTest, SampleTest,
ChangedSchemaMergeTest, DistributedFacetPivotSmallAdvancedTest,
TestFieldCacheWithThreads, TestMultiWordSynonyms, TestObjectReleaseTracker,
SystemInfoHandlerTest, TestUninvertingReader, QueryEqualityTest,
SignatureUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest,
TestSchemaResource, BasicDistributedZk2Test, TestSolr4Spatial]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSolr4Spatial
-Dtests.seed=944E7366BA9345C5 -Dtests.slow=true -Dtests.locale=vi-VN
-Dtests.timezone=Europe/Isle_of_Man -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J1 | TestSolr4Spatial (suite) <<<
[junit4] > Throwable #1: java.lang.NoClassDefFoundError: Could not
initialize class org.apache.lucene.spatial.spatial4j.Geo3dSpatialContextFactory
[junit4] > at
__randomizedtesting.SeedInfo.seed([944E7366BA9345C5]:0)
[junit4] > at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[junit4] > at java.lang.Class.newInstance(Class.java:442)
[junit4] > at
org.locationtech.spatial4j.context.SpatialContextFactory.makeSpatialContext(SpatialContextFactory.java:103)
[junit4] > at
org.apache.solr.schema.AbstractSpatialFieldType.init(AbstractSpatialFieldType.java:148)
[junit4] > at
org.apache.solr.schema.RptWithGeometrySpatialField.init(RptWithGeometrySpatialField.java:53)
[junit4] > at
org.apache.solr.schema.FieldType.setArgs(FieldType.java:183)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:165)
[junit4] > at
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:53)
[junit4] > at
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:191)
[junit4] > at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:468)
[junit4] > at
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:174)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
[junit4] > at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:110)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:687)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:551)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:540)
[junit4] > at
org.apache.solr.search.TestSolr4Spatial.beforeClass(TestSolr4Spatial.java:62)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] Completed [733/733 (4!)] on J1 in 0.05s, 0 tests, 1 error <<<
FAILURES!
[...truncated 46283 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]