Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1251/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
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([C00D906315CE7364:C942FEDB0B6794EF]: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)


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([C00D906315CE7364:4B629D7283749DD8]: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)




Build Log:
[...truncated 13116 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_C00D906315CE7364-001/init-core-data-001
   [junit4]   2> 2767254 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 2767254 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2767256 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2767258 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2767258 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2767284 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 2767285 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2767293 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=classification
   [junit4]   2> 2767296 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema classification/1.1 with uniqueid field id
   [junit4]   2> 2767330 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 2767333 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f9e21a4
   [junit4]   2> 2767333 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 2767336 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f9e21a4
   [junit4]   2> 2767336 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 2767336 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f9e21a4
   [junit4]   2> 2767338 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2767374 WARN  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2767375 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2767397 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=classification
   [junit4]   2> 2767401 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema classification/1.1 with 
uniqueid field id
   [junit4]   2> 2767401 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2767401 WARN  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 2767401 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f9e21a4
   [junit4]   2> 2767401 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2767402 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_C00D906315CE7364-001/init-core-data-001/]
   [junit4]   2> 2767403 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2767457 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2767457 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2767458 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=28.0859375, 
floorSegmentMB=1.98828125, forceMergeDeletesPctAllowed=21.006350782322542, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3126690747970219
   [junit4]   2> 2767458 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@24b3027c[collection1] main]
   [junit4]   2> 2767458 WARN  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2767459 INFO  (coreLoadExecutor-12942-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2767459 INFO  
(searcherExecutor-12943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@24b3027c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2767460 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2767464 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> 2767476 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 -Dtests.seed=C00D906315CE7364 -Dtests.slow=true -Dtests.locale=ms-MY 
-Dtests.timezone=Africa/Mogadishu -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [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([C00D906315CE7364:C942FEDB0B6794EF]: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> 2767493 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2767503 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2767513 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 2767538 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 2767548 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2767556 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2767566 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2767573 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2767586 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2767595 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2767605 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 2767615 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 2767624 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 2767631 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=knnMonoClass_sampleParams_shouldAssignCorrectClass 
-Dtests.seed=C00D906315CE7364 -Dtests.slow=true -Dtests.locale=ms-MY 
-Dtests.timezone=Africa/Mogadishu -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [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([C00D906315CE7364:4B629D7283749DD8]: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> 2767637 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2767644 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2767651 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 2767659 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 2767666 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2767675 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[C00D906315CE7364])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2767675 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2767676 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=286630961
   [junit4]   2> 2767676 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2767677 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C00D906315CE7364]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2767678 INFO  (coreCloseExecutor-12947-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@51c4c376
   [junit4]   2> 2767679 INFO  (coreCloseExecutor-12947-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1371849590
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_C00D906315CE7364-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{author=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
cat=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
title=PostingsFormat(name=Direct), 
content=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, 
maxPointsInLeafNode=369, maxMBSortInHeap=7.803089482853024, 
sim=RandomSimilarity(queryNorm=true): {author=DFR I(F)3(800.0), cat=IB LL-L2, 
id=DFR I(ne)BZ(0.3), title=BM25(k1=1.2,b=0.75), content=DFR GB2}, locale=ms-MY, 
timezone=Africa/Mogadishu
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=159740616,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudManagedSchema, 
DistributedQueueTest, OverseerCollectionConfigSetProcessorTest, 
DeleteStatusTest, ActionThrottleTest, AnalyticsMergeStrategyTest, 
UtilsToolTest, DisMaxRequestHandlerTest, TestCSVResponseWriter, 
CoreAdminCreateDiscoverTest, TestRandomCollapseQParserPlugin, 
TestTrackingShardHandlerFactory, TestAuthorizationFramework, 
TestConfigSetImmutable, TestSchemaNameResource, TestSubQueryTransformer, 
PreAnalyzedUpdateProcessorTest, TestOnReconnectListenerSupport, 
HighlighterTest, TestPartialUpdateDeduplication, 
CloudExitableDirectoryReaderTest, BlockJoinFacetDistribTest, 
TestDocumentBuilder, LeaderFailoverAfterPartitionTest, ShardRoutingTest, 
TestFreeTextSuggestions, NodeMutatorTest, TestCustomDocTransformer, 
TestSolrXml, TestConfigSets, HdfsThreadLeakTest, DeleteReplicaTest, 
TestSchemaSimilarityResource, HdfsDirectoryFactoryTest, 
TestLeaderElectionWithEmptyReplica, RecoveryAfterSoftCommitTest, 
DirectSolrConnectionTest, MoveReplicaTest, TestFastOutputStream, 
TestHdfsBackupRestoreCore, SolrXmlInZkTest, HdfsBasicDistributedZk2Test, 
RequiredFieldsTest, BaseCdcrDistributedZkTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestNumericTerms64, BlockCacheTest, 
MultiTermTest, TestReloadAndDeleteDocs, TestStressLucene, 
TestSizeLimitedDistributedMap, HdfsLockFactoryTest, TestDistribDocBasedVersion, 
CurrencyFieldXmlFileTest, TestGraphTermsQParserPlugin, TestPseudoReturnFields, 
DocumentBuilderTest, TestXIncludeConfig, FastVectorHighlighterTest, 
TestManagedSchema, DocValuesMultiTest, TestGroupingSearch, 
HdfsCollectionsAPIDistributedZkTest, BasicAuthStandaloneTest, TestBlobHandler, 
SparseHLLTest, OpenExchangeRatesOrgProviderTest, 
TestEmbeddedSolrServerConstructors, OverseerRolesTest, 
TestCursorMarkWithoutUniqueKey, TestSolrConfigHandlerCloud, TestFunctionQuery, 
TestSolrCLIRunExample, SyncSliceTest, TestLockTree, TestSimpleQParserPlugin, 
OverseerTest, TimeZoneUtilsTest, ZkNodePropsTest, TestMacros, 
HdfsUnloadDistributedZkTest, TolerantUpdateProcessorTest, 
ReplicaListTransformerTest, DistributedFacetPivotSmallAdvancedTest, 
SolrTestCaseJ4Test, StressHdfsTest, TestIntervalFaceting, TestCollectionAPI, 
SolrCoreTest, TestScoreJoinQPNoScore, RulesTest, MigrateRouteKeyTest, 
TestFaceting, HardAutoCommitTest, DocValuesMissingTest, TestLFUCache, 
ShardSplitTest, ConcurrentDeleteAndCreateCollectionTest, TestRawResponseWriter, 
SpatialHeatmapFacetsTest, PeerSyncWithIndexFingerprintCachingTest, 
SuggesterFSTTest, TestPerFieldSimilarity, MergeStrategyTest, 
ResponseHeaderTest, TestMinMaxOnMultiValuedField, MBeansHandlerTest, 
TestQuerySenderNoQuery, BasicDistributedZkTest, 
StatelessScriptUpdateProcessorFactoryTest, SmileWriterTest, 
IndexBasedSpellCheckerTest, DirectUpdateHandlerTest, SimpleMLTQParserTest, 
PolyFieldTest, TestStressVersions, TestMaxScoreQueryParser, 
HdfsRestartWhileUpdatingTest, AtomicUpdatesTest, TestCloudSchemaless, 
XmlUpdateRequestHandlerTest, SpellCheckCollatorWithCollapseTest, 
TestInitParams, SortSpecParsingTest, SynonymTokenizerTest, 
DocumentAnalysisRequestHandlerTest, TestHashPartitioner, TestBulkSchemaAPI, 
BadCopyFieldTest, CollectionStateFormat2Test, 
TestOverriddenPrefixQueryForCustomFieldType, AnalysisAfterCoreReloadTest, 
TestReplicaProperties, TestFieldCacheSort, TestCollectionAPIs, 
TestObjectReleaseTracker, TestCoreContainer, ExplicitHLLTest, 
DistributedQueryElevationComponentTest, TestSchemaManager, 
TestBM25SimilarityFactory, HdfsRecoverLeaseTest, TestIBSimilarityFactory, 
TestUpdate, TestSolrQueryParserResource, TestSolr4Spatial2, 
TestDefaultStatsCache, ChaosMonkeyNothingIsSafeTest, DocValuesNotIndexedTest, 
TestSystemCollAutoCreate, SimpleFacetsTest, TestLeaderInitiatedRecoveryThread, 
SystemInfoHandlerTest, AddBlockUpdateTest, 
BigEndianAscendingWordSerializerTest, TestComplexPhraseQParserPlugin, 
CustomCollectionTest, DistributedFacetPivotWhiteBoxTest, 
TemplateUpdateProcessorTest, DocValuesTest, TestSolrCloudWithHadoopAuthPlugin, 
SecurityConfHandlerTest, TermsComponentTest, TestSurroundQueryParser, 
TestFieldCache, TestSolrDeletionPolicy1, TestRuleBasedAuthorizationPlugin, 
TestJsonFacetRefinement, SuggestComponentTest, ZkStateReaderTest, 
TestBinaryField, CursorMarkTest, DateFieldTest, TestReplicationHandler, 
ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, 
DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, 
TestReload, TestRangeQuery, QueryElevationComponentTest, BadIndexSchemaTest, 
ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestBadConfig, 
TestIndexSearcher, SoftAutoCommitTest, SearchHandlerTest, UpdateParamsTest, 
TestSolrIndexConfig, CopyFieldTest, SolrIndexConfigTest, 
TestSolrDeletionPolicy2, NumericFieldsTest, TestElisionMultitermQuery, 
TestConfig, TestLuceneMatchVersion, TestCharFilters, 
TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
ScriptEngineTest, TestFastLRUCache, PrimUtilsTest, RAMDirectoryFactoryTest, 
TestLRUCache, UUIDFieldTest, CircularListTest, DistributedMLTComponentTest, 
TestHighlightDedupGrouping, TestTolerantSearch, TestPathTrie, 
TestJettySolrRunner, AliasIntegrationTest, CleanupOldIndexTest, 
CollectionsAPIAsyncDistributedZkTest, DistribCursorPagingTest, 
DistribJoinFromCollectionTest, DistributedVersionInfoTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnCommitTest, OnlyLeaderIndexesTest, SSLMigrationTest, 
SaslZkACLProviderTest, SolrCLIZkUtilsTest, TestCloudDeleteByQuery, 
TestCloudInspectUtil, TestCloudPivotFacet, TestConfigSetsAPI, 
TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution, 
TestSSLRandomization, TestSegmentSorting, TestSolrCloudWithSecureImpersonation, 
TestStressLiveNodes, TestTolerantUpdateProcessorRandomCloud, 
HdfsTlogReplayBufferedWhileIndexingTest, TestClusterStateMutator, 
CachingDirectoryFactoryTest, ConfigureRecoveryStrategyTest, CoreSorterTest, 
DirectoryFactoryTest, ExitableDirectoryReaderTest, TestBackupRepositoryFactory, 
TestConfigSetProperties, TestCustomStream, TestImplicitCoreProperties, 
TestInfoStreamLogging, TestShardHandlerFactory, TestSolrConfigHandler, 
TestReplicationHandlerBackup, TestReqParamsAPI, TestRestoreCore, 
TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, 
CoreMergeIndexesAdminHandlerTest, MetricsHandlerTest, 
SegmentsInfoRequestHandlerTest, StatsReloadRaceTest, TestConfigsApi, 
TestCoreAdminApis, DistributedDebugComponentTest, 
DistributedExpandComponentTest, DistributedFacetPivotLargeTest, 
DistributedQueryComponentCustomSortTest, FacetPivotSmallTest, 
InfixSuggestersTest, TestSlowCompositeReaderWrapper, 
UninvertDocValuesMergePolicyTest, JvmMetricsTest, SolrCoreMetricManagerTest, 
SolrMetricManagerTest, SolrMetricReporterTest, SolrGangliaReporterTest, 
SolrJmxReporterTest, SolrCloudReportersTest, SolrShardReporterTest, 
TestManagedResource, TestManagedResourceStorage, TestClassNameShortening, 
TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, 
TestFieldCollectionResource, TestFieldTypeCollectionResource, 
TestFieldTypeResource, TestSchemaResource, TestSchemaVersionResource, 
TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource, 
TestManagedSynonymFilterFactory, BooleanFieldTest, ChangedSchemaMergeTest, 
DateRangeFieldTest, EnumFieldTest, SpatialRPTFieldTypeTest, 
TestManagedSchemaThreadSafety, TestSchemalessBufferedUpdates, 
TestUseDocValuesAsStored, TestAddFieldRealTimeGet, 
TestComplexPhraseLeadingWildcard, TestCustomSort, TestFieldSortValues, 
TestInitQParser, TestLegacyNumericRangeQueryBuilder, TestMissingGroups, 
TestQueryWrapperFilter, TestReloadDeadlock, TestSearcherReuse, 
TestSolrFieldCacheMBean, TestStressUserVersions, TestXmlQParser, 
TestXmlQParserPlugin, TestOrdValues, TestSortByMinMaxFunction, 
BlockJoinFacetRandomTest, TestScoreJoinQPScore, TestClassicSimilarityFactory, 
TestDFISimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, 
TestExactSharedStatsCache, TestLRUStatsCache, TestPKIAuthenticationPlugin, 
TestSha256AuthenticationProvider, TestDelegationWithHadoopAuth, 
HttpSolrCallGetCoreTest, TestFieldCacheVsDocValues, AnalysisErrorHandlingTest, 
CdcrUpdateLogTest, SolrIndexMetricsTest, TestHdfsUpdateLog, 
TestInPlaceUpdatesStandalone, VersionInfoTest, 
ClassificationUpdateProcessorFactoryTest, 
ClassificationUpdateProcessorIntegrationTest, ClassificationUpdateProcessorTest]
   [junit4] Completed [691/704 (1!)] on J0 in 0.45s, 11 tests, 2 failures <<< 
FAILURES!

[...truncated 34416 lines...]
-documentation-lint:
     [echo] checking for broken html...
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:775: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:101: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build.xml:142: 
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build.xml:172: 
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:2506:
 exec returned: 1

Total time: 79 minutes 59 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]

Reply via email to