Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16140/
Java: 64bit/jdk1.8.0_72 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

4 tests failed.
FAILED:  
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImport

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:33234/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: 
http://127.0.0.1:33234/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([B82FA1B733223C15:3D83DC2C8B2DA235]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImport(TestSolrEntityProcessorEndToEnd.java:152)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:51251/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: 
http://127.0.0.1:51251/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([B82FA1B733223C15:4FE4EE7E9E208FC8]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam(TestSolrEntityProcessorEndToEnd.java:185)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:56342/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: 
http://127.0.0.1:56342/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([B82FA1B733223C15:49580D0292414F82]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity(TestSolrEntityProcessorEndToEnd.java:222)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFqParam

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:58753/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: 
http://127.0.0.1:58753/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([B82FA1B733223C15:49641F44A3624B20]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFqParam(TestSolrEntityProcessorEndToEnd.java:170)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 16141 lines...]
   [junit4] Suite: 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001
   [junit4]   2> 8012 T44 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 8016 T44 oas.SolrTestCaseJ4.setUp ###Starting testFullImport
   [junit4]   2> 8024 T44 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 8024 T44 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001/collection1'
   [junit4]   2> 8025 T44 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 8025 T44 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001
   [junit4]   2> 8040 T44 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 8050 T44 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 8067 T44 oasc.SolrConfig.<init> Loaded SolrConfig: 
dataimport-solrconfig.xml
   [junit4]   2> 8082 T44 oass.IndexSchema.readSchema [null] Schema 
name=dih_test
   [junit4]   2> 8100 T44 oass.IndexSchema.readSchema default search field in 
schema is desc
   [junit4]   2> 8101 T44 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 8101 T44 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 8102 T44 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 8102 T44 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001
   [junit4]   2> 8102 T44 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001'
   [junit4]   2> 8103 T44 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 8103 T44 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001
   [junit4]   2> 8103 T44 oasc.CoreContainer.<init> New CoreContainer 856761938
   [junit4]   2> 8103 T44 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001]
   [junit4]   2> 8104 T44 oasc.CoreContainer.load WARN Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001/lib
   [junit4]   2> 8104 T44 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 8107 T44 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 8108 T44 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 8109 T44 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 8109 T44 oasc.CoreContainer.initializeAuthorizationPlugin 
Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 8110 T44 oasc.CoreContainer.initializeAuthenticationPlugin No 
authentication plugin used.
   [junit4]   2> 8111 T44 oasc.CoreDescriptor.<init> Created CoreDescriptor: 
{name=collection1, config=dataimport-solrconfig.xml, transient=false, 
schema=dataimport-schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=collection1, 
dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 8112 T45 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001/collection1'
   [junit4]   2> 8112 T45 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 8112 T45 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001
   [junit4]   2> 8124 T45 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 8128 T45 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 8140 T45 oasc.SolrConfig.<init> Loaded SolrConfig: 
dataimport-solrconfig.xml
   [junit4]   2> 8150 T45 oass.IndexSchema.readSchema [collection1] Schema 
name=dih_test
   [junit4]   2> 8172 T45 oass.IndexSchema.readSchema default search field in 
schema is desc
   [junit4]   2> 8172 T45 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 8173 T45 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 8175 T45 oasc.ConfigSetProperties.readFromResourceLoader Did 
not find ConfigSet properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001/collection1'
   [junit4]   2> 8175 T45 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001/collection1
   [junit4]   2> 8176 T45 x:x:collection1 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 8183 T45 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] 
Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001/]
   [junit4]   2> 8183 T45 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX 
monitoring not detected for core: collection1
   [junit4]   2> 8184 T45 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for newSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, 
{q=rocks,start=0,rows=10}, {q=static newSearcher warming query from 
solrconfig.xml}]}]
   [junit4]   2> 8184 T45 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for firstSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 8198 T45 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001
   [junit4]   2> 8199 T45 x:x:collection1 oasc.SolrCore.getNewIndexDir New 
index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001/index/
   [junit4]   2> 8199 T45 x:x:collection1 oasc.SolrCore.initIndex WARN 
[collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 8200 T45 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001/index
   [junit4]   2> 8251 T45 x:x:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001/index,segFN=segments_1,generation=1}
   [junit4]   2> 8251 T45 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 8252 T47 x:x:collection1 oasc.SolrCore$11.run Looking for old 
index directories to cleanup for core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001/
   [junit4]   2> 8254 T45 x:x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" 
(default)
   [junit4]   2> 8254 T45 x:x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 8256 T45 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 8258 T45 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 8259 T45 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 8260 T45 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 8262 T45 x:x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/search,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 8263 T45 x:x:collection1 oasc.SolrCore.initStatsCache Using 
default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 8263 T45 x:x:collection1 oasu.CommitTracker.<init> Hard 
AutoCommit: disabled
   [junit4]   2> 8264 T45 x:x:collection1 oasu.CommitTracker.<init> Soft 
AutoCommit: disabled
   [junit4]   2> 8274 T45 x:x:collection1 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001/index,segFN=segments_1,generation=1}
   [junit4]   2> 8274 T45 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 8274 T45 x:x:collection1 oass.SolrIndexSearcher.<init> Opening 
[Searcher@6cef9a8d[collection1] main]
   [junit4]   2> 8275 T45 x:x:collection1 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001/collection1/conf
   [junit4]   2> 8275 T45 x:x:collection1 oasr.RestManager.init Initializing 
RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001/collection1/conf}
   [junit4]   2> 8275 T45 x:x:collection1 oasr.ManagedResourceStorage.load 
Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001/collection1/conf
   [junit4]   2> 8276 T45 x:x:collection1 oasr.RestManager.init Initializing 0 
registered ManagedResources
   [junit4]   2> 8276 T45 x:x:collection1 oash.ReplicationHandler.inform 
Commits will be reserved for  10000
   [junit4]   2> 8276 T48 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@6cef9a8d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8276 T48 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 8277 T48 x:x:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@6cef9a8d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8277 T45 x:x:collection1 oasc.CoreContainer.registerCore 
registering core: collection1
   [junit4]   2> 8279 T44 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 8310 T44 oejul.Log.initialized Logging initialized @9409ms
   [junit4]   2> 8469 T44 oejs.Server.doStart jetty-9.3.6.v20151106
   [junit4]   2> 8518 T44 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@67c78079{/solr,null,AVAILABLE}
   [junit4]   2> 8532 T44 oejs.AbstractConnector.doStart Started 
ServerConnector@6b73b7c1{HTTP/1.1,[http/1.1]}{127.0.0.1:33234}
   [junit4]   2> 8532 T44 oejs.Server.doStart Started @9631ms
   [junit4]   2> 8532 T44 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data,
 hostContext=/solr, hostPort=33234}
   [junit4]   2> 8545 T44 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 8547 T44 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001'
   [junit4]   2> 8547 T44 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 8547 T44 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001
   [junit4]   2> 8550 T44 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/solr.xml
   [junit4]   2> 8564 T44 oasc.CorePropertiesLocator.<init> Config-defined core 
root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001
   [junit4]   2> 8564 T44 oasc.CoreContainer.<init> New CoreContainer 1254205942
   [junit4]   2> 8564 T44 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001]
   [junit4]   2> 8565 T44 oasc.CoreContainer.load WARN Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/lib
   [junit4]   2> 8576 T44 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 600000,urlScheme : ,connTimeout : 60000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 8578 T44 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 8579 T44 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 8579 T44 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 8579 T44 oasc.CoreContainer.initializeAuthorizationPlugin 
Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 8579 T44 oasc.CoreContainer.initializeAuthenticationPlugin No 
authentication plugin used.
   [junit4]   2> 8580 T44 oasc.CorePropertiesLocator.discover Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001
   [junit4]   2> 8584 T44 oasc.CoreDescriptor.<init> Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, loadOnStartup=true, 
schema=schema.xml, configSetProperties=configsetprops.json, transient=false, 
dataDir=data/}
   [junit4]   2> 8584 T44 oasc.CorePropertiesLocator$1.visitFile Found core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1
   [junit4]   2> 8585 T44 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 8587 T62 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1'
   [junit4]   2> 8587 T44 oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0
   [junit4]   2> 8588 T62 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 8589 T44 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 8590 T62 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-001
   [junit4]   2> 8604 T62 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 8630 T62 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 8640 T62 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 8647 T62 oass.IndexSchema.readSchema [collection1] Schema 
name=dih_test
   [junit4]   2> 8659 T62 oass.IndexSchema.readSchema default search field in 
schema is desc
   [junit4]   2> 8660 T62 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 8660 T62 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 8662 T62 oasc.ConfigSetProperties.readFromResourceLoader Did 
not find ConfigSet properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1'
   [junit4]   2> 8663 T62 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1
   [junit4]   2> 8663 T62 x:x:collection1 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 8663 T62 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] 
Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/]
   [junit4]   2> 8664 T62 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX 
monitoring not detected for core: collection1
   [junit4]   2> 8664 T62 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for newSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, 
{q=rocks,start=0,rows=10}, {q=static newSearcher warming query from 
solrconfig.xml}]}]
   [junit4]   2> 8664 T62 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for firstSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 8665 T62 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data
   [junit4]   2> 8665 T62 x:x:collection1 oasc.SolrCore.getNewIndexDir New 
index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index/
   [junit4]   2> 8665 T62 x:x:collection1 oasc.SolrCore.initIndex WARN 
[collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 8666 T62 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index
   [junit4]   2> 8705 T62 x:x:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 8706 T62 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 8706 T66 x:x:collection1 oasc.SolrCore$11.run Looking for old 
index directories to cleanup for core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/
   [junit4]   2> 8708 T62 x:x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" 
(default)
   [junit4]   2> 8708 T62 x:x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 8710 T62 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 8711 T62 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 8711 T62 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 8712 T62 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 8714 T62 x:x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/search,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 8714 T62 x:x:collection1 oasc.SolrCore.initStatsCache Using 
default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 8715 T62 x:x:collection1 oasu.CommitTracker.<init> Hard 
AutoCommit: disabled
   [junit4]   2> 8715 T62 x:x:collection1 oasu.CommitTracker.<init> Soft 
AutoCommit: disabled
   [junit4]   2> 8716 T62 x:x:collection1 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 8716 T62 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 8717 T62 x:x:collection1 oass.SolrIndexSearcher.<init> Opening 
[Searcher@765dba2f[collection1] main]
   [junit4]   2> 8717 T62 x:x:collection1 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/conf
   [junit4]   2> 8717 T62 x:x:collection1 oasr.RestManager.init Initializing 
RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/conf}
   [junit4]   2> 8718 T62 x:x:collection1 oasr.ManagedResourceStorage.load 
Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/conf
   [junit4]   2> 8718 T62 x:x:collection1 oasr.RestManager.init Initializing 0 
registered ManagedResources
   [junit4]   2> 8718 T62 x:x:collection1 oash.ReplicationHandler.inform 
Commits will be reserved for  10000
   [junit4]   2> 8718 T67 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@765dba2f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8718 T67 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 8719 T67 x:x:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@765dba2f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8719 T62 x:x:collection1 oasc.CoreContainer.registerCore 
registering core: collection1
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 
org.apache.solr.core.SolrCore@7f07704c
   [junit4]   2> 9092 T44 C1 oasc.SolrCore.execute [collection1]  webapp=null 
path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=0 
status=0 QTime=0
   [junit4]   2> 9343 T44 oashd.TestSolrEntityProcessorEndToEnd.testFullImport 
ERROR IOException occured when talking to server at: 
http://127.0.0.1:33234/solr/collection1 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:33234/solr/collection1
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
   [junit4]   2>        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.addDocumentsToSolr(TestSolrEntityProcessorEndToEnd.java:288)
   [junit4]   2>        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImport(TestSolrEntityProcessorEndToEnd.java:148)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.net.SocketException: Connection reset
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:209)
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]   2>        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2>        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2>        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
   [junit4]   2>        ... 47 more
   [junit4]   2> 
   [junit4]   2> 9345 T44 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 9345 T44 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=856761938
   [junit4]   2> 9346 T70 x:x:collection1 oasc.SolrCore.close [collection1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@7f07704c
   [junit4]   2> 9346 T70 x:x:collection1 oasu.DirectUpdateHandler2.close 
closing DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 9347 T70 x:x:collection1 
oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 9347 T70 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 9347 T70 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 9351 T70 x:x:collection1 oasc.SolrCore.closeSearcher 
[collection1] Closing main searcher on request.
   [junit4]   2> 9351 T70 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 9352 T70 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 9352 T70 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001/index
   [junit4]   2> 9352 T70 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001;done=false>>]
   [junit4]   2> 9352 T70 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/init-core-data-001
   [junit4]   2> 9359 T44 oejs.AbstractConnector.doStop Stopped 
ServerConnector@6b73b7c1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 9359 T44 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1254205942
   [junit4]   2> 9360 T71 x:x:collection1 oasc.SolrCore.close [collection1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@45edcc29
   [junit4]   2> 9360 T71 x:x:collection1 oasu.DirectUpdateHandler2.close 
closing DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 9360 T71 x:x:collection1 
oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 9361 T71 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 9361 T71 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 9363 T71 x:x:collection1 oasc.SolrCore.closeSearcher 
[collection1] Closing main searcher on request.
   [junit4]   2> 9363 T71 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 9363 T71 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 9363 T71 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index
   [junit4]   2> 9363 T71 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 9363 T71 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data
   [junit4]   2> 9365 T44 oejsh.ContextHandler.doStop Stopped 
o.e.j.s.ServletContextHandler@67c78079{/solr,null,UNAVAILABLE}
   [junit4]   2> 9367 T44 oas.SolrTestCaseJ4.tearDown ###Ending testFullImport
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrEntityProcessorEndToEnd -Dtests.method=testFullImport 
-Dtests.seed=B82FA1B733223C15 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=tr-TR -Dtests.timezone=Japan -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.36s J0 | TestSolrEntityProcessorEndToEnd.testFullImport 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: IOException occured 
when talking to server at: http://127.0.0.1:33234/solr/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B82FA1B733223C15:3D83DC2C8B2DA235]:0)
   [junit4]    >        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImport(TestSolrEntityProcessorEndToEnd.java:152)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 9373 T44 oas.SolrTestCaseJ4.setUp ###Starting 
testFullImportWrongSolrUrl
   [junit4]   2> 9378 T44 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 9378 T44 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002/collection1'
   [junit4]   2> 9378 T44 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 9378 T44 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002
   [junit4]   2> 9386 T44 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 9390 T44 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 9398 T44 oasc.SolrConfig.<init> Loaded SolrConfig: 
dataimport-solrconfig.xml
   [junit4]   2> 9404 T44 oass.IndexSchema.readSchema [null] Schema 
name=dih_test
   [junit4]   2> 9412 T44 oass.IndexSchema.readSchema default search field in 
schema is desc
   [junit4]   2> 9413 T44 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 9413 T44 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 9413 T44 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 9414 T44 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002
   [junit4]   2> 9414 T44 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002'
   [junit4]   2> 9414 T44 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 9414 T44 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002
   [junit4]   2> 9414 T44 oasc.CoreContainer.<init> New CoreContainer 1085112749
   [junit4]   2> 9414 T44 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002]
   [junit4]   2> 9415 T44 oasc.CoreContainer.load WARN Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002/lib
   [junit4]   2> 9415 T44 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 9416 T44 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 9416 T44 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 9416 T44 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 9417 T44 oasc.CoreContainer.initializeAuthorizationPlugin 
Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 9417 T44 oasc.CoreContainer.initializeAuthenticationPlugin No 
authentication plugin used.
   [junit4]   2> 9418 T44 oasc.CoreDescriptor.<init> Created CoreDescriptor: 
{name=collection1, config=dataimport-solrconfig.xml, transient=false, 
schema=dataimport-schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=collection1, 
dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data,
 shard=shard1}
   [junit4]   2> 9419 T72 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002/collection1'
   [junit4]   2> 9419 T72 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 9419 T72 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002
   [junit4]   2> 9425 T72 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 9428 T72 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 9448 T72 oasc.SolrConfig.<init> Loaded SolrConfig: 
dataimport-solrconfig.xml
   [junit4]   2> 9453 T72 oass.IndexSchema.readSchema [collection1] Schema 
name=dih_test
   [junit4]   2> 9462 T72 oass.IndexSchema.readSchema default search field in 
schema is desc
   [junit4]   2> 9463 T72 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 9463 T72 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 9464 T72 oasc.ConfigSetProperties.readFromResourceLoader Did 
not find ConfigSet properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002/collection1'
   [junit4]   2> 9464 T72 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002/collection1
   [junit4]   2> 9464 T72 x:x:collection1 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 9465 T72 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] 
Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/]
   [junit4]   2> 9465 T72 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX 
monitoring not detected for core: collection1
   [junit4]   2> 9465 T72 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for newSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, 
{q=rocks,start=0,rows=10}, {q=static newSearcher warming query from 
solrconfig.xml}]}]
   [junit4]   2> 9465 T72 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for firstSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 9467 T72 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data
   [junit4]   2> 9467 T72 x:x:collection1 oasc.SolrCore.getNewIndexDir New 
index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index/
   [junit4]   2> 9467 T72 x:x:collection1 oasc.SolrCore.initIndex WARN 
[collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 9467 T72 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index
   [junit4]   2> 9523 T72 x:x:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 9523 T72 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 9523 T74 x:x:collection1 oasc.SolrCore$11.run Looking for old 
index directories to cleanup for core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/
   [junit4]   2> 9525 T72 x:x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" 
(default)
   [junit4]   2> 9525 T72 x:x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 9527 T72 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 9528 T72 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 9529 T72 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 9530 T72 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 9532 T72 x:x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/search,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 9533 T72 x:x:collection1 oasc.SolrCore.initStatsCache Using 
default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 9533 T72 x:x:collection1 oasu.CommitTracker.<init> Hard 
AutoCommit: disabled
   [junit4]   2> 9533 T72 x:x:collection1 oasu.CommitTracker.<init> Soft 
AutoCommit: disabled
   [junit4]   2> 9535 T72 x:x:collection1 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 9535 T72 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 9536 T72 x:x:collection1 oass.SolrIndexSearcher.<init> Opening 
[Searcher@23f1ff7a[collection1] main]
   [junit4]   2> 9536 T72 x:x:collection1 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002/collection1/conf
   [junit4]   2> 9536 T72 x:x:collection1 oasr.RestManager.init Initializing 
RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002/collection1/conf}
   [junit4]   2> 9536 T72 x:x:collection1 oasr.ManagedResourceStorage.load 
Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002/collection1/conf
   [junit4]   2> 9537 T72 x:x:collection1 oasr.RestManager.init Initializing 0 
registered ManagedResources
   [junit4]   2> 9537 T72 x:x:collection1 oash.ReplicationHandler.inform 
Commits will be reserved for  10000
   [junit4]   2> 9538 T75 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@23f1ff7a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9538 T75 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 9538 T75 x:x:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@23f1ff7a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9538 T72 x:x:collection1 oasc.CoreContainer.registerCore 
registering core: collection1
   [junit4]   2> 9540 T44 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 9546 T44 oejs.Server.doStart jetty-9.3.6.v20151106
   [junit4]   2> 9550 T44 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@7c96c9fa{/solr,null,AVAILABLE}
   [junit4]   2> 9551 T44 oejs.AbstractConnector.doStart Started 
ServerConnector@787712cd{HTTP/1.1,[http/1.1]}{127.0.0.1:43539}
   [junit4]   2> 9551 T44 oejs.Server.doStart Started @10651ms
   [junit4]   2> 9551 T44 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/data,
 hostContext=/solr, hostPort=43539}
   [junit4]   2> 9552 T44 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 9552 T44 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002'
   [junit4]   2> 9552 T44 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 9553 T44 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002
   [junit4]   2> 9553 T44 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/solr.xml
   [junit4]   2> 9558 T44 oasc.CorePropertiesLocator.<init> Config-defined core 
root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002
   [junit4]   2> 9558 T44 oasc.CoreContainer.<init> New CoreContainer 739160417
   [junit4]   2> 9558 T44 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002]
   [junit4]   2> 9559 T44 oasc.CoreContainer.load WARN Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/lib
   [junit4]   2> 9559 T44 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 600000,urlScheme : ,connTimeout : 60000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 9560 T44 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 9561 T44 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 9562 T44 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 9562 T44 oasc.CoreContainer.initializeAuthorizationPlugin 
Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 9562 T44 oasc.CoreContainer.initializeAuthenticationPlugin No 
authentication plugin used.
   [junit4]   2> 9563 T44 oasc.CorePropertiesLocator.discover Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002
   [junit4]   2> 9565 T44 oasc.CoreDescriptor.<init> Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, loadOnStartup=true, 
schema=schema.xml, configSetProperties=configsetprops.json, transient=false, 
dataDir=data/}
   [junit4]   2> 9565 T44 oasc.CorePropertiesLocator$1.visitFile Found core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1
   [junit4]   2> 9565 T44 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 9566 T44 oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0
   [junit4]   2> 9566 T44 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 9567 T88 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1'
   [junit4]   2> 9567 T88 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 9567 T88 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/core-home-002
   [junit4]   2> 9576 T88 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 9580 T88 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 9590 T88 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 9596 T88 oass.IndexSchema.readSchema [collection1] Schema 
name=dih_test
   [junit4]   2> 9603 T88 oass.IndexSchema.readSchema default search field in 
schema is desc
   [junit4]   2> 9604 T88 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 9604 T88 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 9605 T88 oasc.ConfigSetProperties.readFromResourceLoader Did 
not find ConfigSet properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1'
   [junit4]   2> 9605 T88 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1
   [junit4]   2> 9605 T88 x:x:collection1 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 9605 T88 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] 
Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/data/]
   [junit4]   2> 9605 T88 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX 
monitoring not detected for core: collection1
   [junit4]   2> 9606 T88 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for newSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, 
{q=rocks,start=0,rows=10}, {q=static newSearcher warming query from 
solrconfig.xml}]}]
   [junit4]   2> 9606 T88 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for firstSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 9606 T88 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/data
   [junit4]   2> 9606 T88 x:x:collection1 oasc.SolrCore.getNewIndexDir New 
index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/data/index/
   [junit4]   2> 9606 T88 x:x:collection1 oasc.SolrCore.initIndex WARN 
[collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 9607 T88 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/data/index
   [junit4]   2> 9636 T88 x:x:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 9636 T88 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 9637 T92 x:x:collection1 oasc.SolrCore$11.run Looking for old 
index directories to cleanup for core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/data/
   [junit4]   2> 9638 T88 x:x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" 
(default)
   [junit4]   2> 9639 T88 x:x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 9640 T88 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 9640 T88 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 9641 T88 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 9642 T88 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 9643 T88 x:x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/search,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 9643 T88 x:x:collection1 oasc.SolrCore.initStatsCache Using 
default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 9644 T88 x:x:collection1 oasu.CommitTracker.<init> Hard 
AutoCommit: disabled
   [junit4]   2> 9644 T88 x:x:collection1 oasu.CommitTracker.<init> Soft 
AutoCommit: disabled
   [junit4]   2> 9645 T88 x:x:collection1 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 9645 T88 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 9646 T88 x:x:collection1 oass.SolrIndexSearcher.<init> Opening 
[Searcher@66dab1b0[collection1] main]
   [junit4]   2> 9646 T88 x:x:collection1 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/conf
   [junit4]   2> 9646 T88 x:x:collection1 oasr.RestManager.init Initializing 
RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-002/collection1/conf}
   [junit4]   2> 9647 T88 x:x:collection1 oasr.ManagedResourceStorage.load 
Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B7332

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

irector.execute(DefaultRequestDirector.java:487)
   [junit4]   2>        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
   [junit4]   2>        ... 47 more
   [junit4]   2> 
   [junit4]   2> 13020 T44 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 13020 T44 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1215466447
   [junit4]   2> 13021 T203 x:x:collection1 oasc.SolrCore.close [collection1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@737fc4f
   [junit4]   2> 13021 T203 x:x:collection1 oasu.DirectUpdateHandler2.close 
closing DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 13021 T203 x:x:collection1 
oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 13021 T203 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 13021 T203 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 13023 T203 x:x:collection1 oasc.SolrCore.closeSearcher 
[collection1] Closing main searcher on request.
   [junit4]   2> 13023 T203 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 13023 T203 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-005/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-005/collection1/data;done=false>>]
   [junit4]   2> 13023 T203 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-005/collection1/data
   [junit4]   2> 13023 T203 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-005/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-005/collection1/data/index;done=false>>]
   [junit4]   2> 13023 T203 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-005/collection1/data/index
   [junit4]   2> 13024 T44 oejs.AbstractConnector.doStop Stopped 
ServerConnector@205abc3e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 13024 T44 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=432371346
   [junit4]   2> 13025 T205 x:x:collection1 oasc.SolrCore.close [collection1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@2600fcef
   [junit4]   2> 13025 T205 x:x:collection1 oasu.DirectUpdateHandler2.close 
closing DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 13025 T205 x:x:collection1 
oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 13025 T205 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 13025 T205 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 13027 T205 x:x:collection1 oasc.SolrCore.closeSearcher 
[collection1] Closing main searcher on request.
   [junit4]   2> 13027 T205 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 13027 T205 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-006/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-006/collection1/data;done=false>>]
   [junit4]   2> 13027 T205 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-006/collection1/data
   [junit4]   2> 13027 T205 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-006/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-006/collection1/data/index;done=false>>]
   [junit4]   2> 13027 T205 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001/tempDir-006/collection1/data/index
   [junit4]   2> 13028 T44 oejsh.ContextHandler.doStop Stopped 
o.e.j.s.ServletContextHandler@156ea370{/solr,null,UNAVAILABLE}
   [junit4]   2> 13029 T44 oas.SolrTestCaseJ4.tearDown ###Ending 
testFullImportFqParam
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrEntityProcessorEndToEnd -Dtests.method=testFullImportFqParam 
-Dtests.seed=B82FA1B733223C15 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=tr-TR -Dtests.timezone=Japan -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.68s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportFqParam <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: IOException occured 
when talking to server at: http://127.0.0.1:58753/solr/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B82FA1B733223C15:49641F44A3624B20]:0)
   [junit4]    >        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFqParam(TestSolrEntityProcessorEndToEnd.java:170)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 13031 T44 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_B82FA1B733223C15-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=ClassicSimilarity, locale=tr-TR, timezone=Japan
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 
1.8.0_72 (64-bit)/cpus=12,threads=1,free=467033344,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestZKPropertiesWriter, 
TestSolrEntityProcessorEndToEnd]
   [junit4] Completed [23/38 (1!)] on J0 in 5.06s, 6 tests, 4 failures <<< 
FAILURES!

[...truncated 59 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:253: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:459: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: 
There were test failures: 38 suites, 157 tests, 4 failures, 3 ignored [seed: 
B82FA1B733223C15]

Total time: 54 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to