Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19367/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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([DDD6CF501D3FCAE:492024D1F7A1B25]: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([DDD6CF501D3FCAE:86B261E497691212]: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 13208 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_DDD6CF501D3FCAE-001/init-core-data-001
   [junit4]   2> 2481480 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=110 numCloses=110
   [junit4]   2> 2481481 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2481483 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2481483 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2481484 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2481508 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 2481509 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2481526 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=classification
   [junit4]   2> 2481529 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema classification/1.1 with uniqueid field id
   [junit4]   2> 2481550 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 2481552 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44872ea5
   [junit4]   2> 2481552 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 2481555 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44872ea5
   [junit4]   2> 2481556 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 2481556 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44872ea5
   [junit4]   2> 2481557 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2481576 WARN  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2481576 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2481583 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=classification
   [junit4]   2> 2481586 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema classification/1.1 with 
uniqueid field id
   [junit4]   2> 2481586 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2481586 WARN  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 2481587 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44872ea5
   [junit4]   2> 2481587 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2481587 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_DDD6CF501D3FCAE-001/init-core-data-001/]
   [junit4]   2> 2481588 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=55.1201171875, 
floorSegmentMB=1.0, forceMergeDeletesPctAllowed=29.682538655891136, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2564938377742958
   [junit4]   2> 2481629 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2481629 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2481630 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2481630 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3bc923e7[collection1] main]
   [junit4]   2> 2481630 WARN  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2481631 INFO  (coreLoadExecutor-10466-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2481631 INFO  
(searcherExecutor-10467-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3bc923e7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2481632 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2481635 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2481669 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2481671 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 2481701 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 2481704 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2481714 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2481716 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 2481724 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 2481728 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2481737 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2481739 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> 2481748 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 -Dtests.seed=DDD6CF501D3FCAE -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sr-Latn-ME -Dtests.timezone=America/Cayman -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J0 | 
ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DDD6CF501D3FCAE:492024D1F7A1B25]: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> 2481753 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 2481761 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=knnMonoClass_sampleParams_shouldAssignCorrectClass 
-Dtests.seed=DDD6CF501D3FCAE -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sr-Latn-ME -Dtests.timezone=America/Cayman -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J0 | 
ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DDD6CF501D3FCAE:86B261E497691212]: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> 2481764 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2481771 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2481773 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2481781 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2481784 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2481790 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2481793 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 2481799 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[DDD6CF501D3FCAE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 2481799 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2481799 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1556006575
   [junit4]   2> 2481799 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2481800 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[DDD6CF501D3FCAE]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2481823 INFO  (coreCloseExecutor-10471-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2b75851a
   [junit4]   2> 2481824 INFO  (coreCloseExecutor-10471-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=729122074
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_DDD6CF501D3FCAE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{author=PostingsFormat(name=Memory), cat=FSTOrd50, 
id=PostingsFormat(name=Memory), 
title=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
content=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=1069, 
maxMBSortInHeap=6.17777516233577, sim=RandomSimilarity(queryNorm=true): 
{author=DFR G3(800.0), cat=IB LL-L2, id=DFR I(n)Z(0.3), title=IB SPL-D3(800.0), 
content=DFR GL2}, locale=sr-Latn-ME, timezone=America/Cayman
   [junit4]   2> NOTE: Linux 4.4.0-72-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=12,threads=1,free=257847136,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCoreSnapshots, 
GraphQueryTest, SegmentsInfoRequestHandlerTest, TestConfigSetsAPI, 
TestRemoteStreaming, SpatialRPTFieldTypeTest, PeerSyncReplicationTest, 
SolrCoreTest, HdfsBasicDistributedZk2Test, LeaderElectionContextKeyTest, 
SearchHandlerTest, CurrencyFieldOpenExchangeTest, 
ClassificationUpdateProcessorFactoryTest, TestLazyCores, TestJoin, 
TestMissingGroups, InfixSuggestersTest, TestPseudoReturnFields, 
AliasIntegrationTest, TestOmitPositions, TestFastWriter, 
TestObjectReleaseTracker, ChangedSchemaMergeTest, ReplaceNodeTest, 
TestLMJelinekMercerSimilarityFactory, SolrMetricReporterTest, 
DisMaxRequestHandlerTest, DefaultValueUpdateProcessorTest, 
TestDistributedSearch, MissingSegmentRecoveryTest, TestManagedResourceStorage, 
DistributedQueryElevationComponentTest, TestLeaderElectionWithEmptyReplica, 
TestQuerySenderListener, TestClassicSimilarityFactory, BlockDirectoryTest, 
StandardRequestHandlerTest, TestTrackingShardHandlerFactory, 
TestSolrQueryResponse, TestReloadAndDeleteDocs, TestClassNameShortening, 
LeaderElectionIntegrationTest, ZkNodePropsTest, DocValuesNotIndexedTest, 
ExitableDirectoryReaderTest, TlogReplayBufferedWhileIndexingTest, 
ConfigureRecoveryStrategyTest, CacheHeaderTest, MinimalSchemaTest, 
PolyFieldTest, TestJmxIntegration, TestAddFieldRealTimeGet, TestRealTimeGet, 
TestJsonRequest, MultiTermTest, HdfsLockFactoryTest, TestOrdValues, 
DistributedQueryComponentOptimizationTest, PKIAuthenticationIntegrationTest, 
TestUseDocValuesAsStored, TestFieldCacheReopen, TestFoldingMultitermQuery, 
TestTestInjection, SpatialHeatmapFacetsTest, DateMathParserTest, 
CustomCollectionTest, ResponseHeaderTest, FastVectorHighlighterTest, 
TestLRUCache, TestSolrQueryParserResource, TestRuleBasedAuthorizationPlugin, 
TestAtomicUpdateErrorCases, TestDistribIDF, TestPushWriter, 
DistributedFacetPivotLargeTest, DataDrivenBlockJoinTest, AddBlockUpdateTest, 
TestAnalyzeInfixSuggestions, CursorPagingTest, TemplateUpdateProcessorTest, 
CollectionsAPIAsyncDistributedZkTest, SystemInfoHandlerTest, 
DistributedDebugComponentTest, SyncSliceTest, TestTrieFacet, 
ResponseLogComponentTest, WrapperMergePolicyFactoryTest, 
TestDFRSimilarityFactory, XsltUpdateRequestHandlerTest, TestStressLiveNodes, 
TestBadConfig, TestCloudRecovery, TestSQLHandlerNonCloud, 
TestReplicaProperties, TestCloudInspectUtil, ParsingFieldUpdateProcessorsTest, 
TestBackupRepositoryFactory, TestCodecSupport, TestFilteredDocIdSet, 
TestCollectionAPIs, NotRequiredUniqueKeyTest, PluginInfoTest, 
TestSchemaVersionResource, TestGeoJSONResponseWriter, TestCSVLoader, 
TestSolrDeletionPolicy2, TestImpersonationWithHadoopAuth, 
TestClusterStateMutator, TestConfigSetProperties, SparseHLLTest, 
TestSolrCloudWithSecureImpersonation, TestSolrFieldCacheMBean, 
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, 
ShardRoutingTest, TestReplicationHandler, ZkSolrClientTest, 
TestRandomDVFaceting, TestFaceting, TestRecovery, 
DistributedSpellCheckComponentTest, TestReload, TestCoreContainer, 
TestSolr4Spatial, QueryElevationComponentTest, PeerSyncTest, 
BadIndexSchemaTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, 
DirectUpdateHandlerTest, TestIndexSearcher, CurrencyFieldXmlFileTest, 
SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, 
SortByFunctionTest, DebugComponentTest, TestWriterPerf, 
TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, 
FileBasedSpellCheckerTest, TestValueSourceCache, RequiredFieldsTest, 
TestSolrQueryParser, SolrPluginUtilsTest, TestCollationField, 
UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, 
TestAnalyzedSuggestions, TestPartialUpdateDeduplication, 
PingRequestHandlerTest, HighlighterConfigTest, SOLR749Test, 
TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, TestStressRecovery, 
TestMergePolicyConfig, TestDocSet, NumericFieldsTest, 
TestElisionMultitermQuery, TestConfig, OutputWriterTest, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestSolrCoreProperties, TestPhraseSuggestions, SpellPossibilityIteratorTest, 
TestCharFilters, SynonymTokenizerTest, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, 
TestBM25SimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, 
ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, 
TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, BaseCdcrDistributedZkTest, 
CdcrBootstrapTest, CollectionsAPISolrJTest, DeleteStatusTest, 
DistribCursorPagingTest, DistribJoinFromCollectionTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
NodeMutatorTest, OnlyLeaderIndexesTest, SolrXmlInZkTest, 
TestCloudDeleteByQuery, TestCryptoKeys, TestDownShardTolerantSearch, 
TestLockTree, TestOnReconnectListenerSupport, TestRandomRequestDistribution, 
TestRebalanceLeaders, TestSSLRandomization, TestSizeLimitedDistributedMap, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsRecoverLeaseTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, 
HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, BlobRepositoryCloudTest, 
CachingDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, 
TestCorePropertiesReload, TestCustomStream, TestImplicitCoreProperties, 
TestInfoStreamLogging, TestNRTOpen, TestSolrDynamicMBean, TestSolrXml, 
TestConfigReload, TestHdfsBackupRestoreCore, TestReplicationHandlerBackup, 
TestReqParamsAPI, TestRestoreCore, TestSQLHandler, TestSystemCollAutoCreate, 
DistributedFacetPivotSmallTest, TestDistributedStatsComponentCardinality, 
SubstringBytesRefFilterTest, TestIntervalFaceting, 
TestCopyFieldCollectionResource, TestFieldCollectionResource, 
TestSchemaResource, TestManagedSynonymFilterFactory, TestPointFields, 
AnalyticsQueryTest, CursorMarkTest, LargeFieldTest, MergeStrategyTest, 
TestComplexPhraseQParserPlugin, TestCustomSort, TestGraphTermsQParserPlugin, 
TestInitQParser, TestMultiWordSynonyms, TestRandomCollapseQParserPlugin, 
TestDelegationWithHadoopAuth, TestSolrCloudWithHadoopAuthPlugin, 
VersionInfoTest, AddSchemaFieldsUpdateProcessorFactoryTest, AtomicUpdatesTest, 
ClassificationUpdateProcessorTest]
   [junit4] Completed [690/704 (1!)] on J0 in 0.36s, 11 tests, 2 failures <<< 
FAILURES!

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

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