Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1769/

3 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([F0C715137EEBC2C6:F9887BAB6042254D]: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([F0C715137EEBC2C6:7BA81802E8512C7A]: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.client.solrj.TestSolrJErrorHandling.testWithXml

Error Message:
expected:<989> but was:<987>

Stack Trace:
java.lang.AssertionError: expected:<989> but was:<987>
        at 
__randomizedtesting.SeedInfo.seed([2B004166E780DDFD:80E2F8906586C490]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.doThreads(TestSolrJErrorHandling.java:185)
        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.doIt(TestSolrJErrorHandling.java:200)
        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml(TestSolrJErrorHandling.java:110)
        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 13271 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_F0C715137EEBC2C6-001/init-core-data-001
   [junit4]   2> 5845178 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 5845178 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 5845179 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-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> 5845194 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 5845194 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 5845301 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 5845302 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 5845343 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=classification
   [junit4]   2> 5845492 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema classification/1.1 with uniqueid field id
   [junit4]   2> 5845647 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 5845650 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@707c020
   [junit4]   2> 5845651 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 5845717 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@707c020
   [junit4]   2> 5845717 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 5845718 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@707c020
   [junit4]   2> 5845735 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 5845989 WARN  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 5845990 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 5846050 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=classification
   [junit4]   2> 5846106 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema classification/1.1 with 
uniqueid field id
   [junit4]   2> 5846106 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 5846106 WARN  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 5846106 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@707c020
   [junit4]   2> 5846107 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 5846107 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_F0C715137EEBC2C6-001/init-core-data-001/]
   [junit4]   2> 5846121 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=30.29296875, 
floorSegmentMB=1.474609375, forceMergeDeletesPctAllowed=11.786878121011679, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.38197657159301
   [junit4]   2> 5847136 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5847136 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5847180 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=34.8935546875, 
floorSegmentMB=1.5205078125, forceMergeDeletesPctAllowed=7.44446826546535, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 5847220 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a9f4bba[collection1] main]
   [junit4]   2> 5847220 WARN  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 5847221 INFO  (coreLoadExecutor-8882-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 5847221 INFO  
(searcherExecutor-8883-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3a9f4bba[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5847222 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 5847228 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 5847468 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 5847589 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 5847739 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 5847826 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 5848012 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 5848253 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 5848330 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 5848355 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> 5848574 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 -Dtests.seed=F0C715137EEBC2C6 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=vi -Dtests.timezone=Asia/Macao -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.26s J0 | 
ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F0C715137EEBC2C6:F9887BAB6042254D]: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> 5848630 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 5848689 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 5848706 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 5848842 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 5848845 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 5849105 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 5849108 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 5849234 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=knnMonoClass_sampleParams_shouldAssignCorrectClass 
-Dtests.seed=F0C715137EEBC2C6 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=vi -Dtests.timezone=Asia/Macao -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.13s J0 | 
ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F0C715137EEBC2C6:7BA81802E8512C7A]: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> 5849238 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 5849354 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 5849357 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 5849467 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[F0C715137EEBC2C6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 5849467 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 5849467 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=917598472
   [junit4]   2> 5849467 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 5849469 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[F0C715137EEBC2C6]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 5849484 INFO  (coreCloseExecutor-8887-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@bea8a60
   [junit4]   2> 5849496 INFO  (coreCloseExecutor-8887-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=199920224
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_F0C715137EEBC2C6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{author=FST50, cat=PostingsFormat(name=Memory), id=FST50, 
title=PostingsFormat(name=Direct), content=PostingsFormat(name=MockRandom)}, 
docValues:{}, maxPointsInLeafNode=1584, maxMBSortInHeap=6.0893798659952285, 
sim=RandomSimilarity(queryNorm=true): {author=IB SPL-D2, cat=DFR 
I(ne)B3(800.0), id=IB LL-D1, title=DFR I(n)1, content=DFR I(ne)L3(800.0)}, 
locale=vi, timezone=Asia/Macao
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=171405816,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonFacetRefinement, 
TestDownShardTolerantSearch, CdcrReplicationHandlerTest, 
UniqFieldsUpdateProcessorFactoryTest, SpellPossibilityIteratorTest, 
SearchHandlerTest, TestConfigSetProperties, ScriptEngineTest, 
SignatureUpdateProcessorFactoryTest, TestSizeLimitedDistributedMap, 
TestFoldingMultitermQuery, ZkNodePropsTest, PathHierarchyTokenizerFactoryTest, 
StandardRequestHandlerTest, EnumFieldTest, TestRuleBasedAuthorizationPlugin, 
BasicDistributedZkTest, TestSolrCoreProperties, TestStressLiveNodes, 
TestFastWriter, ConfigSetsAPITest, SegmentsInfoRequestHandlerTest, 
SolrCoreTest, TestReqParamsAPI, ExitableDirectoryReaderTest, 
TestDynamicFieldCollectionResource, CursorPagingTest, 
TestSubQueryTransformerCrossCore, CollectionsAPIAsyncDistributedZkTest, 
CoreAdminRequestStatusTest, TestLRUStatsCache, TestRTGBase, TestLRUCache, 
OverseerRolesTest, DefaultValueUpdateProcessorTest, TestValueSourceCache, 
TestOrdValues, ResponseLogComponentTest, TestAnalyzedSuggestions, 
DataDrivenBlockJoinTest, TestTrieFacet, CustomCollectionTest, 
OverriddenZkACLAndCredentialsProvidersTest, TemplateUpdateProcessorTest, 
AliasIntegrationTest, RollingRestartTest, HdfsSyncSliceTest, 
TestDistributedSearch, DistributedDebugComponentTest, TestInitQParser, 
ResponseHeaderTest, ConfigureRecoveryStrategyTest, ReturnFieldsTest, 
TestCustomStream, TestSolrQueryParserResource, TestImpersonationWithHadoopAuth, 
UUIDFieldTest, TestJettySolrRunner, TestHighlightDedupGrouping, 
BaseCdcrDistributedZkTest, DeleteNodeTest, TestMissingGroups, 
RegexBoostProcessorTest, SpatialRPTFieldTypeTest, SyncSliceTest, 
TestReplicationHandler, DeleteStatusTest, SolrCloudReportersTest, 
DocumentAnalysisRequestHandlerTest, TestSolrFieldCacheMBean, TestCryptoKeys, 
DistributedQueryComponentOptimizationTest, PolyFieldTest, 
DistributedSpellCheckComponentTest, DistribJoinFromCollectionTest, 
ParsingFieldUpdateProcessorsTest, TestReplicaProperties, TestDistribIDF, 
JvmMetricsTest, TestSuggestSpellingConverter, WrapperMergePolicyFactoryTest, 
TestReloadDeadlock, TestPushWriter, TestTestInjection, 
TestFieldCacheVsDocValues, TestCSVLoader, TestDocBasedVersionConstraints, 
TestInfoStreamLogging, TestLeaderElectionWithEmptyReplica, TestLazyCores, 
TestBackupRepositoryFactory, TestSolrDynamicMBean, SolrMetricReporterTest, 
TestManagedSchema, TestDistributedStatsComponentCardinality, 
LeaderElectionIntegrationTest, TestFieldCacheReopen, BlockJoinFacetDistribTest, 
TestObjectReleaseTracker, TestSmileRequest, PluginInfoTest, 
LeaderElectionContextKeyTest, UUIDUpdateProcessorFallbackTest, 
SolrRequestParserTest, SimpleCollectionCreateDeleteTest, 
DocValuesNotIndexedTest, TestRandomFlRTGCloud, TestSQLHandlerNonCloud, 
DistributedQueryElevationComponentTest, TestFaceting, 
CurrencyFieldOpenExchangeTest, HdfsBasicDistributedZk2Test, BasicZkTest, 
ClusterStateUpdateTest, TestRandomFaceting, ZkCLITest, ShardRoutingCustomTest, 
TestRecovery, TestJoin, TestCoreContainer, SpellCheckComponentTest, 
PeerSyncTest, TestIndexSearcher, SoftAutoCommitTest, SpatialFilterTest, 
SchemaVersionSpecificBehaviorTest, TestAtomicUpdateErrorCases, 
DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, TestSolrDeletionPolicy1, 
SolrInfoMBeanTest, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, 
TestOmitPositions, RequiredFieldsTest, TestSolrQueryParser, 
FastVectorHighlighterTest, LoggingHandlerTest, TestJmxIntegration, 
BinaryUpdateRequestHandlerTest, TestLFUCache, MultiThreadedOCPTest, 
ShardSplitTest, TlogReplayBufferedWhileIndexingTest, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, 
HdfsNNFailoverTest, TestClusterStateMutator, ZkStateWriterTest, 
BlobRepositoryCloudTest, CoreSorterTest, DirectoryFactoryTest, 
HdfsDirectoryFactoryTest, TestConfigSets, TestCorePropertiesReload, 
TestInitParams, TestReloadAndDeleteDocs, TestConfigReload, 
CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, 
MetricsHandlerTest, StatsReloadRaceTest, TestApiFramework, TestCollectionAPIs, 
DistributedExpandComponentTest, DistributedFacetPivotSmallTest, 
InfixSuggestersTest, SuggestComponentTest, TestUnifiedSolrHighlighter, 
TestSlowCompositeReaderWrapper, SolrGangliaReporterTest, 
SolrGraphiteReporterTest, TestMacros, SmileWriterTest, 
TestBinaryResponseWriter, TestCustomDocTransformer, TestExportWriter, 
TestGraphMLResponseWriter, TestManagedResource, TestManagedResourceStorage, 
TestRestManager, TestFieldResource, TestSchemaNameResource, 
TestSolrQueryParserDefaultOperatorResource, TestManagedStopFilterFactory, 
ChangedSchemaMergeTest, TestBulkSchemaConcurrent, TestSchemaManager, 
TestSchemalessBufferedUpdates, TestUseDocValuesAsStored, 
TestComplexPhraseLeadingWildcard, TestComplexPhraseQParserPlugin, 
TestFieldSortValues, TestFilteredDocIdSet, TestHashQParserPlugin, 
TestOverriddenPrefixQueryForCustomFieldType, TestRecoveryHdfs, 
TestSha256AuthenticationProvider, TestSolrCloudWithHadoopAuthPlugin, 
TestFieldCache, TestFieldCacheWithThreads, TestNumericTerms64, UpdateLogTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, 
ClassificationUpdateProcessorFactoryTest, 
ClassificationUpdateProcessorIntegrationTest, ClassificationUpdateProcessorTest]
   [junit4] Completed [690/704 (1!)] on J0 in 5.19s, 11 tests, 2 failures <<< 
FAILURES!

[...truncated 726 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestSolrJErrorHandling
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/init-core-data-001
   [junit4]   2> 289124 WARN  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 289124 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 289126 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 289365 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 289365 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 289365 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-002/cores/core
   [junit4]   2> 289397 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 289516 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77c0d708{/solr,null,AVAILABLE}
   [junit4]   2> 289517 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@42250916{HTTP/1.1,[http/1.1]}{127.0.0.1:51235}
   [junit4]   2> 289517 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.e.j.s.Server Started @310937ms
   [junit4]   2> 289517 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51235, 
configSetBaseDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001,
 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-002/cores}
   [junit4]   2> 289518 ERROR 
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 289518 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 289518 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 289518 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 289518 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-11T13:53:17.658Z
   [junit4]   2> 289518 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/solr.xml
   [junit4]   2> 289840 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001
   [junit4]   2> 289848 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 291284 WARN  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 291285 WARN  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 291285 WARN  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 291285 WARN  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 291285 WARN  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../contrib/langid/lib
   [junit4]   2> 291286 WARN  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 291286 WARN  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../contrib/ltr/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../contrib/ltr/lib
   [junit4]   2> 291286 WARN  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 291286 WARN  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 291286 WARN  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 291297 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is 
enabled
   [junit4]   2> 291298 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 291899 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 294830 INFO  (coreLoadExecutor-169-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> 294852 INFO  (coreLoadExecutor-169-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> 294853 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid 
field id
   [junit4]   2> 294853 INFO  (coreLoadExecutor-169-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> 294853 INFO  (coreLoadExecutor-169-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> 295069 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1,
 trusted=true
   [junit4]   2> 295069 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 295070 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/data/]
   [junit4]   2> 295070 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18376df3
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
init: current segments file is "segments"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@1f095ec7
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
delete []
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
delete []
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
init: create=true
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
   [junit4]   2> 
dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@67db1a8d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e70ae1e; 
maxCacheMB=0.181640625 maxMergeSizeMB=0.1201171875))
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> 
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> 
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, 
maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> 
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@2ca5dece
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@1395b6a5
   [junit4]   2> 
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
now flush at close
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]:   
start flush: applyAllDeletes=true
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]:   
index before flush 
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-169-thread-1]: 
startFullFlush
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-169-thread-1]: 
coreLoadExecutor-169-thread-1 finishFullFlush success=true
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
apply all deletes during flush
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
now apply all deletes for all segments maxDoc=0
   [junit4]   2> 295122 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-169-thread-1]: 
prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-169-thread-1]: 
initDynamicDefaults spins=false maxThreadCount=2 maxMergeCount=7
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-169-thread-1]: 
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-169-thread-1]: 
now merge
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-169-thread-1]:   
index: 
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-169-thread-1]:   
no more merges pending; now return
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
waitForMerges
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
waitForMerges done
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
commit: start
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
commit: enter lock
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
commit: now prepare
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
prepareCommit: flush
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]:   
index before flush 
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-169-thread-1]: 
startFullFlush
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
apply all deletes during flush
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
now apply all deletes for all segments maxDoc=0
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-169-thread-1]: 
prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-169-thread-1]: 
coreLoadExecutor-169-thread-1 finishFullFlush success=true
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
startCommit(): start
   [junit4]   2> 295123 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
startCommit index= changeCount=2
   [junit4]   2> 295143 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
startCommit: wrote pending segments file "pending_segments_1"
   [junit4]   2> 295143 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
done all syncs: []
   [junit4]   2> 295143 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
commit: pendingCommit != null
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
commit: done writing segments file "segments_1"
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
delete []
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
commit: took 23.9 msec
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
commit: done
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
rollback
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
all running merges have aborted
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
rollback: done finish merges
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-169-thread-1]: 
abort
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-169-thread-1]: 
done abort success=true
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
rollback: infos=
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
delete []
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 295147 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
delete []
   [junit4]   2> 295151 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 295999 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 295999 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 296000 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 
15000ms; 
   [junit4]   2> 296000 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 296039 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
init: current segments file is "segments_1"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@1f095ec7
   [junit4]   2> 296039 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
init: load commit "segments_1"
   [junit4]   2> 296039 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
delete []
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
delete []
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-169-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
init: create=false
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
   [junit4]   2> 
dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@67db1a8d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e70ae1e; 
maxCacheMB=0.181640625 maxMergeSizeMB=0.1201171875))
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> 
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=APPEND
   [junit4]   2> 
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, 
maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> 
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@295af837
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@67a1cf65
   [junit4]   2> 
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
flush at getReader
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-169-thread-1]: 
startFullFlush
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
apply all deletes during flush
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
now apply all deletes for all segments maxDoc=0
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-169-thread-1]: 
prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-169-thread-1]: 
coreLoadExecutor-169-thread-1 finishFullFlush success=true
   [junit4]   2> 296040 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-169-thread-1]: 
getReader took 0 msec
   [junit4]   2> 296041 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e4ffe80[collection1] main]
   [junit4]   2> 296041 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/conf
   [junit4]   2> 296041 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/conf
   [junit4]   2> 296041 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
   [junit4]   2> 296042 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/conf
   [junit4]   2> 296042 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for 
/schema/analysis/stopwords/english
   [junit4]   2> 296042 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 296042 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 296042 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_synonyms_english.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/conf
   [junit4]   2> 296042 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Loaded initArgs 
{ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 296042 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 3 synonym 
mappings for /schema/analysis/synonyms/english
   [junit4]   2> 296045 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 296045 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 296045 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 296046 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 296046 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 296046 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 296046 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001/tempDir-001/collection1/conf/elevate.xml
   [junit4]   2> 296090 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 296107 INFO  
(searcherExecutor-170-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@1e4ffe80[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 296109 INFO  
(searcherExecutor-170-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher}
 hits=0 status=0 QTime=1
   [junit4]   2> 296109 INFO  
(searcherExecutor-170-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 296109 INFO  
(searcherExecutor-170-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 296109 INFO  
(searcherExecutor-170-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 296111 INFO  
(searcherExecutor-170-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1e4ffe80[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 296119 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 2147483647 transient cores
   [junit4]   2> 296188 INFO  (coreLoadExecutor-169-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1564390252167036928
   [junit4]   2> 296358 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#51235
   [junit4]   2> 296363 INFO  
(TEST-TestSolrJErrorHandling.testRawSocket-seed#[2B004166E780DDFD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRawSocket
   [junit4]   2> 296884 INFO  (qtp1010761151-1436) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={}{} 0 8
   [junit4]   2> 296884 ERROR (qtp1010761151-1436) [    x:collection1] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: ERROR: [doc=0] 
unknown field 'unknown_field_0'
   [junit4]   2>        at 
org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:212)
   [junit4]   2>        at 
org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:100)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.updateDocument(DirectUpdateHandler2.java:946)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.updateDocOrDocValues(DirectUpdateHandler2.java:937)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:317)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:254)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:204)
   [junit4]   2>        at 
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
   [junit4]   2>        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:992)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1208)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:754)
   [junit4]   2>        at 
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleAdds(JsonLoader.java:501)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:145)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:121)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:84)
   [junit4]   2>        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
   [junit4]   2>        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2465)
   [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:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [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> 304850 INFO  
(TEST-TestSolrJErrorHandling.testRawSocket-seed#[2B004166E780DDFD]) [    ] 
o.a.s.c.s.TestSolrJErrorHandling BUFFER=HTTP/1.1 400 Bad Request
   [junit4]   2> Date: Tue, 11 Apr 2017 13:53:25 GMT
   [junit4]   2> Content-Type: text/plain;charset=utf-8
   [junit4]   2> Content-Length: 244
   [junit4]   2> Server: Jetty(9.3.14.v20161028)
   [junit4]   2> 
   [junit4]   2> 
{"responseHeader":{"status":400,"QTime":8},"error":{"metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","org.apache.solr.common.SolrException"],"msg":"ERROR:
 [doc=0] unknown field 'unknown_field_0'","code":400}}
   [junit4]   2> 
   [junit4]   2> 304850 INFO  
(TEST-TestSolrJErrorHandling.testRawSocket-seed#[2B004166E780DDFD]) [    ] 
o.a.s.c.s.TestSolrJErrorHandling RESPONSE BODY:HTTP/1.1 400 Bad Request
   [junit4]   2> Date: Tue, 11 Apr 2017 13:53:25 GMT
   [junit4]   2> Content-Type: text/plain;charset=utf-8
   [junit4]   2> Content-Length: 244
   [junit4]   2> Server: Jetty(9.3.14.v20161028)
   [junit4]   2> 
   [junit4]   2> 
{"responseHeader":{"status":400,"QTime":8},"error":{"metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","org.apache.solr.common.SolrException"],"msg":"ERROR:
 [doc=0] unknown field 'unknown_field_0'","code":400}}
   [junit4]   2> 
   [junit4]   2> 304850 INFO  
(TEST-TestSolrJErrorHandling.testRawSocket-seed#[2B004166E780DDFD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRawSocket
   [junit4]   2> 304855 INFO  
(TEST-TestSolrJErrorHandling.testHttpURLConnection-seed#[2B004166E780DDFD]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting testHttpURLConnection
   [junit4]   2> 305602 INFO  (qtp1010761151-1434) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={}{} 0 0
   [junit4]   2> 305602 ERROR (qtp1010761151-1434) [    x:collection1] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: ERROR: [doc=0] 
unknown field 'unknown_field_0'
   [junit4]   2>        at 
org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:212)
   [junit4]   2>        at 
org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:100)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.updateDocument(DirectUpdateHandler2.java:946)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.updateDocOrDocValues(DirectUpdateHandler2.java:937)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:317)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:254)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:204)
   [junit4]   2>        at 
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
   [junit4]   2>        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:992)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1208)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:754)
   [junit4]   2>        at 
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleAdds(JsonLoader.java:501)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:145)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:121)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:84)
   [junit4]   2>        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
   [junit4]   2>        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2465)
   [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:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [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.execute(ExecuteProduceConsume.java:100)
   [junit4]   2>        at 
org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)
   [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> 314613 INFO  
(TEST-TestSolrJErrorHandling.testHttpURLConnection-seed#[2B004166E780DDFD]) [   
 ] o.a.s.c.s.TestSolrJErrorHandling CODE=400
   [junit4]   2> 314613 INFO  
(TEST-TestSolrJErrorHandling.testHttpURLConnection-seed#[2B004166E780DDFD]) [   
 ] o.a.s.c.s.TestSolrJErrorHandling Attempting to get error stream.
   [junit4]   2> 314635 INFO  
(TEST-TestSolrJErrorHandling.testHttpURLConnection-seed#[2B004166E780DDFD]) [   
 ] o.a.s.c.s.TestSolrJErrorHandling RESPONSE 
BODY:{"responseHeader":{"status":400,"QTime":1},"error":{"metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","org.apache.solr.common.SolrException"],"msg":"ERROR:
 [doc=0] unknown field 'unknown_field_0'","code":400}}
   [junit4]   2> 
   [junit4]   2> 314635 INFO  
(TEST-TestSolrJErrorHandling.testHttpURLConnection-seed#[2B004166E780DDFD]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testHttpURLConnection
   [junit4]   2> 314643 INFO  
(TEST-TestSolrJErrorHandling.testWithBinary-seed#[2B004166E780DDFD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testWithBinary
   [junit4]   2> 314655 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [DW][qtp1010761151-1438]: anyChanges? numDocsInRam=0 
deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 314655 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [DW][qtp1010761151-1438]: anyChanges? numDocsInRam=0 
deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 314655 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [IW][qtp1010761151-1438]: nrtIsCurrent: infoVersion 
matches: true; DW changes: true; BD changes: false
   [junit4]   2> 314656 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [IW][qtp1010761151-1438]: flush at getReader
   [junit4]   2> 314656 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [DW][qtp1010761151-1438]: startFullFlush
   [junit4]   2> 314656 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [DW][qtp1010761151-1438]: anyChanges? numDocsInRam=0 
deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [DW][qtp1010761151-1438]: qtp1010761151-1438: flush 
naked frozen global deletes
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [BD][qtp1010761151-1438]: push deletes  1 deleted 
queries bytesUsed=80 segmentPrivate?=false delGen=2 packetCount=1 
totBytesUsed=80
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [DW][qtp1010761151-1438]: flush: push buffered 
updates:  1 deleted queries bytesUsed=80
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [IW][qtp1010761151-1438]: apply all deletes during 
flush
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [IW][qtp1010761151-1438]: now apply all deletes for 
all segments maxDoc=0
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [BD][qtp1010761151-1438]: prune sis=segments_1:  
minGen=9223372036854775807 packetCount=1
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [BD][qtp1010761151-1438]: pruneDeletes: prune 1 
packets; 0 packets remain
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [IW][qtp1010761151-1438]: incRefDeleter for NRT 
reader version=2 segments=
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [IW][qtp1010761151-1438]: return reader version=2 
reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [DW][qtp1010761151-1438]: qtp1010761151-1438 
finishFullFlush success=true
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [IW][qtp1010761151-1438]: getReader took 3 msec
   [junit4]   2> 314659 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [IFD][qtp1010761151-1438]: delete []
   [junit4]   2> 314660 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.LoggingInfoStream [IW][qtp1010761151-1438]: decRefDeleter for NRT 
reader version=2 segments=
   [junit4]   2> 314660 INFO  (qtp1010761151-1438) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/

[...truncated too long message...]

_7: _7(7.0.0):C349/348:delGen=1 _8(7.0.0):C2/2:delGen=1 minGen=34 packetCount=0
   [junit4]   2> 384681 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-175-thread-1]: 
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 384681 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-175-thread-1]: 
now merge
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-175-thread-1]:  
 index: _7(7.0.0):C349/348:delGen=1 _8(7.0.0):C2/2:delGen=1
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-175-thread-1]:  
 no more merges pending; now return
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
waitForMerges
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
waitForMerges done
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
commit: start
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
commit: enter lock
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
commit: now prepare
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
prepareCommit: flush
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]:  
 index before flush _7(7.0.0):C349/348:delGen=1 _8(7.0.0):C2/2:delGen=1
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-175-thread-1]: 
startFullFlush
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
apply all deletes during flush
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
now apply all deletes for all segments maxDoc=351
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-175-thread-1]: 
applyDeletes: open segment readers took 0 msec
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-175-thread-1]: 
applyDeletes: no segments; skipping
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-175-thread-1]: 
prune sis=segments_7: _7(7.0.0):C349/348:delGen=1 _8(7.0.0):C2/2:delGen=1 
minGen=34 packetCount=0
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-175-thread-1]: 
coreCloseExecutor-175-thread-1 finishFullFlush success=true
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
startCommit(): start
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]:  
 skip startCommit(): no changes pending
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-175-thread-1]: 
delete []
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
commit: pendingCommit == null; skip
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
commit: took 0.4 msec
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
commit: done
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
rollback
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
all running merges have aborted
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
rollback: done finish merges
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-175-thread-1]: 
abort
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-175-thread-1]: 
done abort success=true
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-175-thread-1]: 
rollback: infos=_7(7.0.0):C349/348:delGen=1 _8(7.0.0):C2/2:delGen=1
   [junit4]   2> 384682 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-175-thread-1]: 
now checkpoint "_7(7.0.0):C349/348:delGen=1 _8(7.0.0):C2/2:delGen=1" [2 
segments ; isCommit = false]
   [junit4]   2> 384683 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-175-thread-1]: 
delete []
   [junit4]   2> 384683 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-175-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 384707 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-175-thread-1]: 
delete []
   [junit4]   2> 384707 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-175-thread-1]: 
delete []
   [junit4]   2> 385109 INFO  (coreCloseExecutor-175-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=992407314
   [junit4]   2> 385124 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@77c0d708{/solr,null,UNAVAILABLE}
   [junit4]   2> 385125 INFO  
(SUITE-TestSolrJErrorHandling-seed#[2B004166E780DDFD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestSolrJErrorHandling_2B004166E780DDFD-001
   [junit4]   2> Apr 11, 2017 1:54:53 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1620, maxMBSortInHeap=5.546389233471361, 
sim=RandomSimilarity(queryNorm=false): {}, locale=bg, timezone=Asia/Thimbu
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=347471208,total=430440448
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocumentObjectBinder, 
DivideEvaluatorTest, MergeIndexesEmbeddedTest, AndEvaluatorTest, 
QueryResponseTest, GreaterThanEvaluatorTest, FacetFieldTest, UuidEvaluatorTest, 
StreamingTest, TestUpdateRequestCodec, SolrExampleEmbeddedTest, 
SquareRootEvaluatorTest, SolrExampleStreamingBinaryTest, 
TestDelegationTokenResponse, HttpSolrClientConPoolTest, JdbcTest, 
CompoundEvaluatorTest, ArcTangentEvaluatorTest, FieldEvaluatorTest, 
TestSolrJErrorHandling]
   [junit4] Completed [87/126 (1!)] on J1 in 96.60s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 31565 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj2110646973
 [ecj-lint] Compiling 15 source files to /tmp/ecj2110646973
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/classification/src/java/org/apache/lucene/classification/KNearestNeighborClassifier.java
 (at line 42)
 [ecj-lint]     import org.apache.lucene.search.similarities.ClassicSimilarity;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.search.similarities.ClassicSimilarity 
is never used
 [ecj-lint] ----------
 [ecj-lint] 1 problem (1 error)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:775: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build.xml:208:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2179:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2004:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2043:
 Compile failed; see the compiler error output for details.

Total time: 234 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
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