Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6510/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
3 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestConfigSetImmutable
Error Message:
Could not remove the following files (in the order of attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores\core:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores\core
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009
Stack Trace:
java.io.IOException: Could not remove the following files (in the order of
attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores\core:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores\core
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009
at __randomizedtesting.SeedInfo.seed([DD84A8D5E55B4139]:0)
at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
at
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
at
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
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:745)
FAILED:
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass
Error Message:
Expected: is "class1" got: "class2"
Stack Trace:
java.lang.AssertionError:
Expected: is "class1"
got: "class2"
at
__randomizedtesting.SeedInfo.seed([DD84A8D5E55B4139:56EBA5C473E1AF85]:0)
at org.junit.Assert.assertThat(Assert.java:780)
at org.junit.Assert.assertThat(Assert.java:738)
at
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass(ClassificationUpdateProcessorTest.java:122)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:745)
FAILED:
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
Error Message:
Expected: is "class1" got: "class2"
Stack Trace:
java.lang.AssertionError:
Expected: is "class1"
got: "class2"
at
__randomizedtesting.SeedInfo.seed([DD84A8D5E55B4139:D4CBC66DFBF2A6B2]:0)
at org.junit.Assert.assertThat(Assert.java:780)
at org.junit.Assert.assertThat(Assert.java:738)
at
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField(ClassificationUpdateProcessorTest.java:102)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:745)
Build Log:
[...truncated 11664 lines...]
[junit4] Suite:
org.apache.solr.update.processor.ClassificationUpdateProcessorTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ClassificationUpdateProcessorTest_DD84A8D5E55B4139-001\init-core-data-001
[junit4] 2> 930637 WARN
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
[junit4] 2> 930638 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 930648 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-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> 930649 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 930651 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 930735 WARN
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 930736 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 930755 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=classification
[junit4] 2> 930765 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema classification/1.1 with uniqueid field id
[junit4] 2> 930879 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@306b0df3
[junit4] 2> 930882 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@306b0df3
[junit4] 2> 930882 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@306b0df3
[junit4] 2> 930885 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 930963 WARN (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 930964 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 930986 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=classification
[junit4] 2> 930998 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema classification/1.1 with
uniqueid field id
[junit4] 2> 930998 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
trusted=true
[junit4] 2> 930999 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@306b0df3
[junit4] 2> 930999 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 930999 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ClassificationUpdateProcessorTest_DD84A8D5E55B4139-001\init-core-data-001\]
[junit4] 2> 931002 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1280264844,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 931226 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 931227 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 931227 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=48.802734375,
floorSegmentMB=0.7109375, forceMergeDeletesPctAllowed=12.670606432563762,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.38723868140425
[junit4] 2> 931229 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5f43dc4a[collection1] main]
[junit4] 2> 931230 WARN (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
switching to use InMemory storage instead.
[junit4] 2> 931230 INFO (coreLoadExecutor-3266-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 931233 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 931233 INFO
(searcherExecutor-3267-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5f43dc4a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 931235 INFO
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
[junit4] 2> 931419 INFO
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
[junit4] 2> 931421 INFO
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
[junit4] 2> 931443 INFO
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
[junit4] 2> 931446 INFO
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
knnMonoClass_sampleParams_shouldAssignCorrectClass
[junit4] 2> 931460 INFO
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
knnMonoClass_sampleParams_shouldAssignCorrectClass
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=ClassificationUpdateProcessorTest
-Dtests.method=knnMonoClass_sampleParams_shouldAssignCorrectClass
-Dtests.seed=DD84A8D5E55B4139 -Dtests.slow=true -Dtests.locale=sr-RS
-Dtests.timezone=Pacific/Enderbury -Dtests.asserts=true
-Dtests.file.encoding=Cp1252
[junit4] FAILURE 0.02s J0 |
ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass
<<<
[junit4] > Throwable #1: java.lang.AssertionError:
[junit4] > Expected: is "class1"
[junit4] > got: "class2"
[junit4] > at
__randomizedtesting.SeedInfo.seed([DD84A8D5E55B4139:56EBA5C473E1AF85]:0)
[junit4] > at
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass(ClassificationUpdateProcessorTest.java:122)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 931466 INFO
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
[junit4] 2> 931480 INFO
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=ClassificationUpdateProcessorTest
-Dtests.method=classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
-Dtests.seed=DD84A8D5E55B4139 -Dtests.slow=true -Dtests.locale=sr-RS
-Dtests.timezone=Pacific/Enderbury -Dtests.asserts=true
-Dtests.file.encoding=Cp1252
[junit4] FAILURE 0.02s J0 |
ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
<<<
[junit4] > Throwable #1: java.lang.AssertionError:
[junit4] > Expected: is "class1"
[junit4] > got: "class2"
[junit4] > at
__randomizedtesting.SeedInfo.seed([DD84A8D5E55B4139:D4CBC66DFBF2A6B2]:0)
[junit4] > at
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField(ClassificationUpdateProcessorTest.java:102)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 931483 INFO
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
[junit4] 2> 931491 INFO
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
[junit4] 2> 931494 INFO
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
bayesMonoClass_boostFields_shouldAssignCorrectClass
[junit4] 2> 931510 INFO
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
bayesMonoClass_boostFields_shouldAssignCorrectClass
[junit4] 2> 931512 INFO
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
[junit4] 2> 931536 INFO
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
[junit4] 2> 931538 INFO
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
[junit4] 2> 931557 INFO
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
[junit4] 2> 931559 INFO
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
knnMonoClass_boostFields_shouldAssignCorrectClass
[junit4] 2> 931566 INFO
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
knnMonoClass_boostFields_shouldAssignCorrectClass
[junit4] 2> 931569 INFO
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
[junit4] 2> 931584 INFO
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
[junit4] 2> 931587 INFO
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
bayesMonoClass_sampleParams_shouldAssignCorrectClass
[junit4] 2> 931598 INFO
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
bayesMonoClass_sampleParams_shouldAssignCorrectClass
[junit4] 2> 931598 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 931598 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1245389384
[junit4] 2> 931598 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 931599 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 931600 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 931600 INFO
(SUITE-ClassificationUpdateProcessorTest-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 931601 INFO (coreCloseExecutor-3271-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1ab0c595
[junit4] 2> 931602 INFO (coreCloseExecutor-3271-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=447792533
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ClassificationUpdateProcessorTest_DD84A8D5E55B4139-001
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=false): {author=IB LL-LZ(0.3), cat=IB LL-D1,
id=LM Jelinek-Mercer(0.700000), title=DFI(Standardized), content=DFR I(ne)L1},
locale=sr-RS, timezone=Pacific/Enderbury
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=89877480,total=340344832
[junit4] 2> NOTE: All tests run in this JVM: [SolrSlf4jReporterTest,
TestIBSimilarityFactory, TestMissingGroups, CloudMLTQParserTest,
SolrRequestParserTest, TestConfigReload, DistributedFacetPivotLongTailTest,
TestSuggestSpellingConverter, DocumentBuilderTest, PolyFieldTest,
TestCSVResponseWriter, TestUniqueKeyFieldResource, TestAnalyzeInfixSuggestions,
TestMacroExpander, JsonValidatorTest, TestDistribIDF,
TestLegacyNumericRangeQueryBuilder, TestReloadAndDeleteDocs, BitVectorTest,
NodeMutatorTest, TestStressReorder, TestLeaderElectionWithEmptyReplica,
TestScoreJoinQPScore, PathHierarchyTokenizerFactoryTest,
HdfsBasicDistributedZk2Test, StressHdfsTest, TestCoreContainer,
TestPartialUpdateDeduplication, ClusterStateUpdateTest, TestJettySolrRunner,
HdfsChaosMonkeyNothingIsSafeTest, CloudExitableDirectoryReaderTest,
TestOnReconnectListenerSupport, PrimitiveFieldTypeTest,
ConfigureRecoveryStrategyTest, HdfsDirectoryTest, TestSchemaVersionResource,
TestCollationField, FastVectorHighlighterTest, ReplaceNodeTest, SolrCoreTest,
TestSort, TestRequestStatusCollectionAPI, TestBinaryResponseWriter,
ConcurrentDeleteAndCreateCollectionTest, TestTolerantSearch, TestConfigsApi,
HighlighterTest, CollectionsAPIAsyncDistributedZkTest, UnloadDistributedZkTest,
TestStressCloudBlindAtomicUpdates, NumericFieldsTest,
XmlUpdateRequestHandlerTest, SOLR749Test, TestHashPartitioner,
CustomCollectionTest, CheckHdfsIndexTest,
BigEndianAscendingWordDeserializerTest, TestFieldCacheReopen,
AnalysisErrorHandlingTest, SpellingQueryConverterTest, SolrIndexConfigTest,
OverseerRolesTest, AlternateDirectoryTest, RestartWhileUpdatingTest,
TestChildDocTransformer, SampleTest, AnalysisAfterCoreReloadTest,
TestPushWriter, TestCustomSort, TestStressLucene, RankQueryTest,
OutputWriterTest, AnalyticsQueryTest, TestSolrConfigHandler, ZkCLITest,
TestUtils, OpenExchangeRatesOrgProviderTest, UpdateLogTest,
DataDrivenBlockJoinTest, TestSurroundQueryParser, TestSolrCloudWithKerberosAlt,
TestFunctionQuery, ZkNodePropsTest, ShufflingReplicaListTransformerTest,
TestBM25SimilarityFactory, CursorPagingTest, LeaderFailoverAfterPartitionTest,
TestTrieFacet, IndexBasedSpellCheckerTest, TestSolrCoreParser,
ConjunctionSolrSpellCheckerTest, DateRangeFieldTest, SolrXmlInZkTest,
SpatialFilterTest, TestFastOutputStream, TestImplicitCoreProperties,
MultiTermTest, TestSolrCloudSnapshots, TestWordDelimiterFilterFactory,
PreAnalyzedFieldManagedSchemaCloudTest, TestDistributedSearch,
QueryEqualityTest, TestCloudRecovery, TestSystemIdResolver,
TestCursorMarkWithoutUniqueKey, DateMathParserTest, PingRequestHandlerTest,
TestCollationFieldDocValues, BooleanFieldTest,
DistributedQueryElevationComponentTest, SynonymTokenizerTest,
XsltUpdateRequestHandlerTest, AssignTest, SyncSliceTest, SolrCLIZkUtilsTest,
TestFieldCacheSortRandom, EnumFieldTest, RecoveryAfterSoftCommitTest,
TestNumericTerms32, TestSearcherReuse, TestExtendedDismaxParser, TestSolrJ,
JvmMetricsTest, CurrencyFieldXmlFileTest, TestUseDocValuesAsStored2,
ClassificationUpdateProcessorTest]
[junit4] Completed [231/702 (1!)] on J0 in 1.00s, 11 tests, 2 failures <<<
FAILURES!
[...truncated 1086 lines...]
[junit4] Suite: org.apache.solr.core.TestConfigSetImmutable
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\init-core-data-001
[junit4] 2> 2628385 INFO
(SUITE-TestConfigSetImmutable-seed#[DD84A8D5E55B4139]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 2628388 INFO
(SUITE-TestConfigSetImmutable-seed#[DD84A8D5E55B4139]-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> 2628390 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaHandlerImmutable
[junit4] 2> 2629009 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2629009 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 2629010 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-003\cores\core
[junit4] 2> 2629014 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2629015 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1553f3e3{/solr,null,AVAILABLE}
[junit4] 2> 2629017 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@8c07e90{HTTP/1.1,[http/1.1]}{127.0.0.1:49408}
[junit4] 2> 2629017 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.Server Started @2634113ms
[junit4] 2> 2629017 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=49408,
configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-001,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-003\cores}
[junit4] 2> 2629017 ERROR
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 2629018 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 2629018 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone
mode on port null
[junit4] 2> 2629018 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2629018 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-11T19:19:43.128Z
[junit4] 2> 2629018 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-001\solr.xml
[junit4] 2> 2629031 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2629144 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2629148 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2629148 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2629152 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-003\cores
[junit4] 2> 2629152 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2629155 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001/tempDir-001/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001/tempDir-001/collection1/lib/classes]
[junit4] 2> 2629225 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 2629243 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as
managed, but managed schema resource managed-schema not found - loading
non-managed schema schema-rest.xml instead
[junit4] 2> 2629247 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test-rest
[junit4] 2> 2629344 WARN (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema
is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2629345 WARN (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] query parser default operator
is OR. WARNING: Deprecated, please use 'q.op' on request instead.
[junit4] 2> 2629346 WARN (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.s.IndexSchema Field title is not multivalued and
destination for multiple copyFields (3)
[junit4] 2> 2629349 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
/schema/analysis/stopwords/german
[junit4] 2> 2629349 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
for path /schema/analysis/synonyms/german
[junit4] 2> 2629355 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
/schema/analysis/stopwords/english
[junit4] 2> 2629355 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
for path /schema/analysis/synonyms/english
[junit4] 2> 2629355 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test-rest/1.6 with uniqueid
field id
[junit4] 2> 2629363 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/english
[junit4] 2> 2629363 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing
ManagedResource /schema/analysis/synonyms/english
[junit4] 2> 2629363 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/german
[junit4] 2> 2629363 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing
ManagedResource /schema/analysis/synonyms/german
[junit4] 2> 2629366 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-001\collection1\conf\managed-schema
[junit4] 2> 2629367 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed
schema, renamed the non-managed schema
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-001\collection1\conf\schema-rest.xml
to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-001\collection1\conf\schema-rest.xml.bak
[junit4] 2> 2629368 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from configset
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-001\collection1,
trusted=true
[junit4] 2> 2629369 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2629369 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629369 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-001\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-003\cores\core\data\]
[junit4] 2> 2629376 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=2.63671875,
floorSegmentMB=2.1533203125, forceMergeDeletesPctAllowed=15.398282732370925,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2629495 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2629495 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 2629497 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629497 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629497 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=65.0146484375,
floorSegmentMB=1.400390625, forceMergeDeletesPctAllowed=6.255180257629959,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7759109946552573
[junit4] 2> 2629500 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@79fb6237[collection1] main]
[junit4] 2> 2629501 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-001\collection1\conf
[junit4] 2> 2629502 WARN (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/stopwords/english
[junit4] 2> 2629503 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path
_schema_analysis_stopwords_english.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-001\collection1\conf
[junit4] 2> 2629503 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for
/schema/analysis/stopwords/english
[junit4] 2> 2629503 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/stopwords/english
[junit4] 2> 2629504 WARN (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/stopwords/german
[junit4] 2> 2629505 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path
_schema_analysis_stopwords_german.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-001\collection1\conf
[junit4] 2> 2629505 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for
/schema/analysis/stopwords/german
[junit4] 2> 2629505 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/stopwords/german
[junit4] 2> 2629506 WARN (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/synonyms/english
[junit4] 2> 2629506 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym
mappings for /schema/analysis/synonyms/english
[junit4] 2> 2629506 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/synonyms/english
[junit4] 2> 2629507 WARN (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/synonyms/german
[junit4] 2> 2629507 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym
mappings for /schema/analysis/synonyms/german
[junit4] 2> 2629507 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/synonyms/german
[junit4] 2> 2629507 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2629508 INFO
(searcherExecutor-11544-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@79fb6237[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629509 INFO (coreLoadExecutor-11543-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1564410782541676544
[junit4] 2> 2629676 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrJettyTestBase Jetty Assigned Port#49408
[junit4] 2> 2629681 INFO (qtp528187040-30766) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/schema params={wt=json}
status=0 QTime=0
[junit4] 2> 2629683 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.AbstractConnector Stopped
ServerConnector@8c07e90{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 2629683 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1563500481
[junit4] 2> 2629683 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 2629685 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 2629686 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 2629686 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2629686 INFO (coreCloseExecutor-11549-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6b0a86a
[junit4] 2> 2629687 INFO (coreCloseExecutor-11549-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=112240746
[junit4] 2> 2629691 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1553f3e3{/solr,null,UNAVAILABLE}
[junit4] 2> 2629691 INFO
(TEST-TestConfigSetImmutable.testSchemaHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaHandlerImmutable
[junit4] 2> 2629694 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSolrConfigHandlerImmutable
[junit4] 2> 2630312 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2630312 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 2630313 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-006\cores\core
[junit4] 2> 2630316 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2630317 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1d34ae8{/solr,null,AVAILABLE}
[junit4] 2> 2630318 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@11b930fd{HTTP/1.1,[http/1.1]}{127.0.0.1:49412}
[junit4] 2> 2630318 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.Server Started @2635414ms
[junit4] 2> 2630318 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=49412,
configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-004,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-006\cores}
[junit4] 2> 2630318 ERROR
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 2630319 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 2630319 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone
mode on port null
[junit4] 2> 2630319 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2630319 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-11T19:19:44.429Z
[junit4] 2> 2630319 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-004\solr.xml
[junit4] 2> 2630331 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2630443 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2630447 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2630447 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2630451 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-006\cores
[junit4] 2> 2630451 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2630453 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001/tempDir-004/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001/tempDir-004/collection1/lib/classes]
[junit4] 2> 2630527 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 2630543 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as
managed, but managed schema resource managed-schema not found - loading
non-managed schema schema-rest.xml instead
[junit4] 2> 2630546 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test-rest
[junit4] 2> 2630650 WARN (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema
is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2630651 WARN (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] query parser default operator
is OR. WARNING: Deprecated, please use 'q.op' on request instead.
[junit4] 2> 2630653 WARN (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.s.IndexSchema Field title is not multivalued and
destination for multiple copyFields (3)
[junit4] 2> 2630655 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
/schema/analysis/stopwords/german
[junit4] 2> 2630655 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
for path /schema/analysis/synonyms/german
[junit4] 2> 2630661 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
/schema/analysis/stopwords/english
[junit4] 2> 2630661 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
for path /schema/analysis/synonyms/english
[junit4] 2> 2630661 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test-rest/1.6 with uniqueid
field id
[junit4] 2> 2630667 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/english
[junit4] 2> 2630667 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing
ManagedResource /schema/analysis/synonyms/english
[junit4] 2> 2630667 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/german
[junit4] 2> 2630668 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing
ManagedResource /schema/analysis/synonyms/german
[junit4] 2> 2630670 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-004\collection1\conf\managed-schema
[junit4] 2> 2630673 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed
schema, renamed the non-managed schema
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-004\collection1\conf\schema-rest.xml
to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-004\collection1\conf\schema-rest.xml.bak
[junit4] 2> 2630674 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from configset
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-004\collection1,
trusted=true
[junit4] 2> 2630674 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2630674 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2630675 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-004\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-006\cores\core\data\]
[junit4] 2> 2630681 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=2.63671875,
floorSegmentMB=2.1533203125, forceMergeDeletesPctAllowed=15.398282732370925,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2630803 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2630803 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 2630805 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2630805 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2630806 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=65.0146484375,
floorSegmentMB=1.400390625, forceMergeDeletesPctAllowed=6.255180257629959,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7759109946552573
[junit4] 2> 2630807 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5d7cab71[collection1] main]
[junit4] 2> 2630808 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-004\collection1\conf
[junit4] 2> 2630809 WARN (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/stopwords/english
[junit4] 2> 2630810 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path
_schema_analysis_stopwords_english.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-004\collection1\conf
[junit4] 2> 2630810 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for
/schema/analysis/stopwords/english
[junit4] 2> 2630810 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/stopwords/english
[junit4] 2> 2630815 WARN (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/stopwords/german
[junit4] 2> 2630815 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path
_schema_analysis_stopwords_german.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-004\collection1\conf
[junit4] 2> 2630815 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for
/schema/analysis/stopwords/german
[junit4] 2> 2630815 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/stopwords/german
[junit4] 2> 2630816 WARN (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/synonyms/english
[junit4] 2> 2630816 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym
mappings for /schema/analysis/synonyms/english
[junit4] 2> 2630816 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/synonyms/english
[junit4] 2> 2630817 WARN (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/synonyms/german
[junit4] 2> 2630817 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym
mappings for /schema/analysis/synonyms/german
[junit4] 2> 2630817 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/synonyms/german
[junit4] 2> 2630818 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2630818 INFO
(searcherExecutor-11557-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5d7cab71[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2630818 INFO (coreLoadExecutor-11556-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1564410783914262528
[junit4] 2> 2630976 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrJettyTestBase Jetty Assigned Port#49412
[junit4] 2> 2630981 ERROR (qtp317217838-30788) [ x:collection1]
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: solrconfig
editing is not enabled because ConfigSet is immutable
[junit4] 2> at
org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:128)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
[junit4] 2> at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2480)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:344)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 2630983 INFO (qtp317217838-30788) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/config params={wt=json}
status=403 QTime=0
[junit4] 2> 2630984 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.AbstractConnector Stopped
ServerConnector@11b930fd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 2630984 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1962498037
[junit4] 2> 2630985 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 2630986 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 2630987 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 2630987 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2630988 INFO (coreCloseExecutor-11562-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@21a11f53
[junit4] 2> 2630990 INFO (coreCloseExecutor-11562-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=564207443
[junit4] 2> 2630993 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1d34ae8{/solr,null,UNAVAILABLE}
[junit4] 2> 2630995 INFO
(TEST-TestConfigSetImmutable.testSolrConfigHandlerImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testSolrConfigHandlerImmutable
[junit4] 2> 2630998 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testAddSchemaFieldsImmutable
[junit4] 2> 2631670 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2631670 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 2631671 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores\core
[junit4] 2> 2631674 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2631675 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1775138e{/solr,null,AVAILABLE}
[junit4] 2> 2631676 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@5f789ac2{HTTP/1.1,[http/1.1]}{127.0.0.1:49418}
[junit4] 2> 2631676 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.e.j.s.Server Started @2636772ms
[junit4] 2> 2631676 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=49418,
configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-007,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores}
[junit4] 2> 2631676 ERROR
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 2631677 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 2631678 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone
mode on port null
[junit4] 2> 2631678 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2631678 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-11T19:19:45.788Z
[junit4] 2> 2631678 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-007\solr.xml
[junit4] 2> 2631690 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2631836 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2631839 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2631839 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2631844 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores
[junit4] 2> 2631844 INFO
(TEST-TestConfigSetImmutable.testAddSchemaFieldsImmutable-seed#[DD84A8D5E55B4139])
[ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2631868 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001/tempDir-007/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001/tempDir-007/collection1/lib/classes]
[junit4] 2> 2631984 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 2632012 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as
managed, but managed schema resource managed-schema not found - loading
non-managed schema schema-rest.xml instead
[junit4] 2> 2632016 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test-rest
[junit4] 2> 2632106 WARN (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema
is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2632107 WARN (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] query parser default operator
is OR. WARNING: Deprecated, please use 'q.op' on request instead.
[junit4] 2> 2632108 WARN (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.s.IndexSchema Field title is not multivalued and
destination for multiple copyFields (3)
[junit4] 2> 2632110 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
/schema/analysis/stopwords/german
[junit4] 2> 2632110 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
for path /schema/analysis/synonyms/german
[junit4] 2> 2632117 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
/schema/analysis/stopwords/english
[junit4] 2> 2632117 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
for path /schema/analysis/synonyms/english
[junit4] 2> 2632117 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test-rest/1.6 with uniqueid
field id
[junit4] 2> 2632123 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/english
[junit4] 2> 2632124 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing
ManagedResource /schema/analysis/synonyms/english
[junit4] 2> 2632124 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/german
[junit4] 2> 2632124 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing
ManagedResource /schema/analysis/synonyms/german
[junit4] 2> 2632126 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-007\collection1\conf\managed-schema
[junit4] 2> 2632127 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed
schema, renamed the non-managed schema
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-007\collection1\conf\schema-rest.xml
to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-007\collection1\conf\schema-rest.xml.bak
[junit4] 2> 2632128 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from configset
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-007\collection1,
trusted=true
[junit4] 2> 2632128 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6fd483e1
[junit4] 2> 2632128 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2632129 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-007\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores\core\data\]
[junit4] 2> 2632136 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=2.63671875,
floorSegmentMB=2.1533203125, forceMergeDeletesPctAllowed=15.398282732370925,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2632258 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2632258 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 2632260 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2632260 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2632261 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=65.0146484375,
floorSegmentMB=1.400390625, forceMergeDeletesPctAllowed=6.255180257629959,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7759109946552573
[junit4] 2> 2632262 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ea325a[collection1]
main]
[junit4] 2> 2632263 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-007\collection1\conf
[junit4] 2> 2632264 WARN (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/stopwords/english
[junit4] 2> 2632265 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path
_schema_analysis_stopwords_english.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-007\collection1\conf
[junit4] 2> 2632265 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for
/schema/analysis/stopwords/english
[junit4] 2> 2632265 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/stopwords/english
[junit4] 2> 2632266 WARN (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/stopwords/german
[junit4] 2> 2632266 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path
_schema_analysis_stopwords_german.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-007\collection1\conf
[junit4] 2> 2632266 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for
/schema/analysis/stopwords/german
[junit4] 2> 2632266 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/stopwords/german
[junit4] 2> 2632267 WARN (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.ManagedResource No stored data found for
/schema/analysis/synonyms/english
[junit4] 2> 2632268 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym
mappings for /schema/analysis/synonyms/english
[junit4] 2> 2632268 INFO (coreLoadExecutor-11569-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/sy
[...truncated too long message...]
Test, DeleteNodeTest, TestConfigSetProperties, TestSolrCoreProperties,
ExternalFileFieldSortTest, TestMacros, TestPathTrie,
TestDelegationWithHadoopAuth, TestUseDocValuesAsStored,
TestSortByMinMaxFunction, SolrCoreMetricManagerTest, TestBadConfig,
ShardRoutingCustomTest, TestFreeTextSuggestions, TestDFRSimilarityFactory,
SortByFunctionTest, TestConfigSetsAPI, TestSimpleQParserPlugin, CursorMarkTest,
CdcrVersionReplicationTest, UUIDFieldTest, CoreAdminHandlerTest,
TestClusterStateMutator, TestOverriddenPrefixQueryForCustomFieldType,
TestSolrCoreSnapshots, BlockJoinFacetSimpleTest, TestReRankQParserPlugin,
TestDocumentBuilder, ResponseHeaderTest, CleanupOldIndexTest,
TestIntervalFaceting, DeleteShardTest, SolrIndexSplitterTest, BadCopyFieldTest,
HdfsRecoveryZkTest, BasicAuthStandaloneTest, CdcrBootstrapTest,
BasicFunctionalityTest, TestRecovery, FacetPivotSmallTest,
TestSimpleTrackingShardHandler, AnalyticsMergeStrategyTest,
SolrCloudExampleTest, TestSubQueryTransformer, TestCloudSchemaless,
TestStressUserVersions, PreAnalyzedUpdateProcessorTest, TestWriterPerf,
TestReloadDeadlock, ExitableDirectoryReaderTest, TestCrossCoreJoin,
TestExactSharedStatsCache, TestFieldTypeCollectionResource, TestReload,
SolrCoreCheckLockOnStartupTest, TestSolrCLIRunExample,
TestSolrCloudWithSecureImpersonation, CoreSorterTest,
SpellPossibilityIteratorTest, UpdateRequestProcessorFactoryTest,
CollectionsAPISolrJTest, DistanceFunctionTest, TestSQLHandler, TestInitQParser,
SpatialRPTFieldTypeTest, ShowFileRequestHandlerTest, TestQueryUtils,
TermVectorComponentTest, FileBasedSpellCheckerTest,
WrapperMergePolicyFactoryTest, SpellCheckCollatorWithCollapseTest,
TestIndexSearcher, CollectionTooManyReplicasTest, BlobRepositoryCloudTest,
IndexSchemaTest, TestMaxScoreQueryParser, StatsComponentTest,
CdcrReplicationHandlerTest, TestReqParamsAPI, TestExpandComponent,
TestSolrCloudWithDelegationTokens, TestFieldCacheVsDocValues,
DistributedVersionInfoTest, PeerSyncReplicationTest, TestLuceneMatchVersion,
FullSolrCloudDistribCmdsTest, TestSolrQueryResponse, CdcrUpdateLogTest,
CoreMergeIndexesAdminHandlerTest, ResponseLogComponentTest, BlockCacheTest,
URLClassifyProcessorTest, TestQuerySenderListener, TestShortCircuitedRequests,
LeaderElectionIntegrationTest, ConfigSetsAPITest,
TestSerializedLuceneMatchVersion, TermVectorComponentDistributedTest,
ReturnFieldsTest, TestDistributedGrouping, TestTrie, RegexBoostProcessorTest,
HdfsTlogReplayBufferedWhileIndexingTest, TestInPlaceUpdatesStandalone,
TestQueryTypes, TestFieldCacheSort, ScriptEngineTest, PrimUtilsTest,
TestComplexPhraseQParserPlugin, TestClusterProperties, TestConfigOverlay,
SmileWriterTest, TestDistributedMissingSort,
LeaderInitiatedRecoveryOnShardRestartTest,
TestPerFieldSimilarityWithDefaultOverride, TestSSLRandomization,
LeaderFailureAfterFreshStartTest, VMParamsZkACLAndCredentialsProvidersTest,
BadIndexSchemaTest, TestRebalanceLeaders, TolerantUpdateProcessorTest,
CollectionsAPIDistributedZkTest, TestRawResponseWriter, HdfsSyncSliceTest,
HdfsWriteToMultipleCollectionsTest, TestSolrDeletionPolicy2, TestBlobHandler,
SuggesterTest, CircularListTest, QueryParsingTest, OnlyLeaderIndexesTest,
TimeZoneUtilsTest, CoreAdminCreateDiscoverTest, MinimalSchemaTest,
StatsReloadRaceTest, WordBreakSolrSpellCheckerTest,
DirectUpdateHandlerOptimizeTest, SolrCmdDistributorTest,
TestCopyFieldCollectionResource, BadComponentTest,
TestSubQueryTransformerDistrib, TestDeleteCollectionOnDownNodes, TestJoin,
TestScoreJoinQPNoScore, TestCollapseQParserPlugin, TestCodecSupport,
TestDocBasedVersionConstraints, TestManagedStopFilterFactory,
TestCloudInspectUtil, TestHdfsCloudBackupRestore, TestGraphTermsQParserPlugin,
TestFiltering, HdfsNNFailoverTest, DistanceUnitsTest, CollectionReloadTest,
TestRealTimeGet, VersionInfoTest, TestMiniSolrCloudClusterSSL,
SuggesterTSTTest, DistributedFacetPivotWhiteBoxTest,
TestSolrConfigHandlerCloud, SpatialHeatmapFacetsTest, TestValueSourceCache,
DistributedFacetPivotLargeTest, NotRequiredUniqueKeyTest, TestRangeQuery,
TestSlowCompositeReaderWrapper, ChaosMonkeySafeLeaderTest,
BasicDistributedZk2Test, OpenCloseCoreStressTest, BasicZkTest, RecoveryZkTest,
TestReplicationHandler, TestRandomFaceting, LeaderElectionTest,
ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, AutoCommitTest,
TestFaceting, DistributedSpellCheckComponentTest, ZkControllerTest,
HardAutoCommitTest, DistributedTermsComponentTest, TestSolr4Spatial,
SpellCheckComponentTest, QueryElevationComponentTest, PeerSyncTest,
ConvertedLegacyTest, TestLazyCores, CurrencyFieldOpenExchangeTest,
SimplePostToolTest, TestCoreDiscovery, TestFoldingMultitermQuery,
SuggesterWFSTTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest,
TestPseudoReturnFields, FieldMutatingUpdateProcessorTest,
TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest,
StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1,
DebugComponentTest, CacheHeaderTest, DisMaxRequestHandlerTest,
DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory,
TestOmitPositions, RequestHandlersTest, RequiredFieldsTest,
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest,
SolrPluginUtilsTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest,
BinaryUpdateRequestHandlerTest, TestComponentsName, TestLFUCache,
DirectSolrConnectionTest, TestPhraseSuggestions,
TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory,
TestFastWriter, ResourceLoaderTest, PluginInfoTest,
ChaosMonkeyNothingIsSafeTest, ConnectionManagerTest, DeleteInactiveReplicaTest,
DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, ForceLeaderTest,
MissingSegmentRecoveryTest, MoveReplicaTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest,
OverseerStatusTest, OverseerTaskQueueTest, RemoteQueryErrorTest,
ReplicationFactorTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest,
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest,
TestCloudDeleteByQuery, TestCloudPivotFacet, TestDistribDocBasedVersion,
TestDownShardTolerantSearch, TestLeaderElectionZkExpiry,
TestLocalFSCloudBackupRestore, TestRandomFlRTGCloud,
TestRandomRequestDistribution, TestRequestForwarding, TestSegmentSorting,
TestStressLiveNodes, TestTolerantUpdateProcessorCloud,
TestTolerantUpdateProcessorRandomCloud, HdfsRecoverLeaseTest,
HdfsUnloadDistributedZkTest, ZkStateWriterTest, RuleEngineTest,
DirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest,
TestBackupRepositoryFactory, TestConfigSetImmutable]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestConfigSetImmutable -Dtests.seed=DD84A8D5E55B4139
-Dtests.slow=true -Dtests.locale=en-IN -Dtests.timezone=Asia/Pyongyang
-Dtests.asserts=true -Dtests.file.encoding=Cp1252
[junit4] ERROR 0.00s J1 | TestConfigSetImmutable (suite) <<<
[junit4] > Throwable #1: java.io.IOException: Could not remove the
following files (in the order of attempts):
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores\core:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores\core
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009\cores
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestConfigSetImmutable_DD84A8D5E55B4139-001\tempDir-009
[junit4] > at
__randomizedtesting.SeedInfo.seed([DD84A8D5E55B4139]:0)
[junit4] > at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] Completed [545/702 (2!)] on J1 in 4.61s, 3 tests, 1 error <<<
FAILURES!
[...truncated 34867 lines...]
-documentation-lint:
[echo] checking for broken html...
[jtidy] Checking for broken html (such as invalid tags)...
[delete] Deleting directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\jtidy_tmp
[echo] Checking for broken links...
[exec]
[exec] Crawl/parse...
[exec]
[exec] Verify...
[echo] Checking for missing docs...
[exec]
[exec]
build/docs/classification\org\apache\lucene\classification/KNearestNeighborClassifier.html
[exec] missing Methods:
classifyFromTopDocs-org.apache.lucene.search.TopDocs-
[exec]
[exec] Missing javadocs were found!
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:775: The
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:101: The
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build.xml:142: The
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build.xml:172: The
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:2506:
exec returned: 1
Total time: 99 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]