Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2932/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

6 tests failed.
FAILED:  
org.apache.solr.handler.dataimport.TestContentStreamDataSource.testSimple

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:58945/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([5916479EF0CDDEA6:61A56360D73E0A77]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.handler.dataimport.TestContentStreamDataSource.testSimple(TestContentStreamDataSource.java:72)
        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:497)
        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:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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)
Caused by: java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:209)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:480)
        ... 43 more


FAILED:  
org.apache.solr.handler.dataimport.TestContentStreamDataSource.testCommitWithin

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:58947/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([5916479EF0CDDEA6:E3C428E673E330B3]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.handler.dataimport.TestContentStreamDataSource.testCommitWithin(TestContentStreamDataSource.java:92)
        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:497)
        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:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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)
Caused by: java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:209)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:480)
        ... 43 more


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

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

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: 
http://127.0.0.1:58933/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([5916479EF0CDDEA6:A85DF96D608DA993]: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:497)
        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:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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:58936/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: 
http://127.0.0.1:58936/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([5916479EF0CDDEA6:A861EB2B51AEAD31]: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:497)
        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:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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:58938/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: 
http://127.0.0.1:58938/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([5916479EF0CDDEA6:AEDD08575DCF6D7B]: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:497)
        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:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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.testFullImport

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

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: 
http://127.0.0.1:58940/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([5916479EF0CDDEA6:DCBA3A0548C24086]: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:497)
        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:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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 14525 lines...]
   [junit4] Suite: 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001
   [junit4]   2> 16366 T39 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 16377 T39 oas.SolrTestCaseJ4.setUp ###Starting 
testFullImportFqParam
   [junit4]   2> 16394 T39 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 16394 T39 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001/collection1'
   [junit4]   2> 16395 T39 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 16395 T39 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001
   [junit4]   2> 16443 T39 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 16448 T39 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 16458 T39 oasc.SolrConfig.<init> Loaded SolrConfig: 
dataimport-solrconfig.xml
   [junit4]   2> 16467 T39 oass.IndexSchema.readSchema [null] Schema 
name=dih_test
   [junit4]   2> 16488 T39 oass.IndexSchema.readSchema default search field in 
schema is desc
   [junit4]   2> 16489 T39 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 16490 T39 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 16491 T39 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 16491 T39 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001
   [junit4]   2> 16491 T39 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001'
   [junit4]   2> 16492 T39 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 16492 T39 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001
   [junit4]   2> 16492 T39 oasc.CoreContainer.<init> New CoreContainer 
1216377015
   [junit4]   2> 16492 T39 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001]
   [junit4]   2> 16493 T39 oasc.CoreContainer.load WARN Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001/lib
   [junit4]   2> 16494 T39 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> 16501 T39 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 16502 T39 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 16503 T39 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 16503 T39 oasc.CoreContainer.initializeAuthorizationPlugin 
Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 16503 T39 oasc.CoreContainer.initializeAuthenticationPlugin No 
authentication plugin used.
   [junit4]   2> 16505 T39 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=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 16511 T40 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001/collection1'
   [junit4]   2> 16512 T40 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 16512 T40 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001
   [junit4]   2> 16523 T40 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 16541 T40 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 16586 T40 oasc.SolrConfig.<init> Loaded SolrConfig: 
dataimport-solrconfig.xml
   [junit4]   2> 16619 T40 oass.IndexSchema.readSchema [collection1] Schema 
name=dih_test
   [junit4]   2> 16652 T40 oass.IndexSchema.readSchema default search field in 
schema is desc
   [junit4]   2> 16652 T40 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 16653 T40 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 16656 T40 oasc.ConfigSetProperties.readFromResourceLoader Did 
not find ConfigSet properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001/collection1'
   [junit4]   2> 16656 T40 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001/collection1
   [junit4]   2> 16657 T40 x:x:collection1 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 16673 T40 x:x:collection1 oasc.SolrCore.<init> [[collection1] 
] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001/]
   [junit4]   2> 16673 T40 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX 
monitoring not detected for core: collection1
   [junit4]   2> 16674 T40 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> 16674 T40 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for firstSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 16695 T40 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001
   [junit4]   2> 16696 T40 x:x:collection1 oasc.SolrCore.getNewIndexDir New 
index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001/index/
   [junit4]   2> 16697 T40 x:x:collection1 oasc.SolrCore.initIndex WARN 
[collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 16697 T40 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001/index
   [junit4]   2> 16732 T40 x:x:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001/index,segFN=segments_1,generation=1}
   [junit4]   2> 16732 T40 x:x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 16742 T42 x:x:collection1 oasc.SolrCore$12.run Looking for old 
index directories to cleanup for core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001/
   [junit4]   2> 16746 T40 x:x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" 
(default)
   [junit4]   2> 16746 T40 x:x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 16751 T40 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 16753 T40 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 16754 T40 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 16758 T40 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 16761 T40 x:x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/mbeans,standard,,/update/csv,/search,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 16762 T40 x:x:collection1 oasc.SolrCore.initStatsCache Using 
default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 16763 T40 x:x:collection1 oasu.CommitTracker.<init> Hard 
AutoCommit: disabled
   [junit4]   2> 16763 T40 x:x:collection1 oasu.CommitTracker.<init> Soft 
AutoCommit: disabled
   [junit4]   2> 16787 T40 x:x:collection1 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001/index,segFN=segments_1,generation=1}
   [junit4]   2> 16788 T40 x:x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 16788 T40 x:x:collection1 oass.SolrIndexSearcher.<init> 
Opening Searcher@cf8c2e0[collection1] main
   [junit4]   2> 16788 T40 x:x:collection1 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001/collection1/conf
   [junit4]   2> 16788 T40 x:x:collection1 oasr.RestManager.init Initializing 
RestManager with initArgs: 
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001/collection1/conf}
   [junit4]   2> 16789 T40 x:x:collection1 oasr.ManagedResourceStorage.load 
Reading _rest_managed.json using 
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001/collection1/conf
   [junit4]   2> 16789 T40 x:x:collection1 oasr.RestManager.init Initializing 0 
registered ManagedResources
   [junit4]   2> 16789 T40 x:x:collection1 oash.ReplicationHandler.inform 
Commits will be reserved for  10000
   [junit4]   2> 16790 T40 x:x:collection1 oasc.CoreContainer.registerCore 
registering core: collection1
   [junit4]   2> 16790 T43 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@cf8c2e0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 16790 T43 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 16790 T43 x:x:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@cf8c2e0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 16795 T39 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 16905 T39 oejul.Log.initialized Logging initialized @18986ms
   [junit4]   2> 17520 T39 oejs.Server.doStart jetty-9.3.6.v20151106
   [junit4]   2> 17648 T39 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@33c30c0f{/solr,null,AVAILABLE}
   [junit4]   2> 17693 T39 oejs.AbstractConnector.doStart Started 
ServerConnector@1fe8bc54{HTTP/1.1,[http/1.1]}{127.0.0.1:58933}
   [junit4]   2> 17693 T39 oejs.Server.doStart Started @19774ms
   [junit4]   2> 17694 T39 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data,
 hostContext=/solr, hostPort=58933}
   [junit4]   2> 17721 T39 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 17726 T39 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001'
   [junit4]   2> 17728 T39 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 17730 T39 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001
   [junit4]   2> 17735 T39 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/solr.xml
   [junit4]   2> 17758 T39 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001
   [junit4]   2> 17758 T39 oasc.CoreContainer.<init> New CoreContainer 150876459
   [junit4]   2> 17760 T39 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001]
   [junit4]   2> 17761 T39 oasc.CoreContainer.load WARN Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/lib
   [junit4]   2> 17834 T39 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> 17841 T39 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 17843 T39 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 17844 T39 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 17845 T39 oasc.CoreContainer.initializeAuthorizationPlugin 
Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 17846 T39 oasc.CoreContainer.initializeAuthenticationPlugin No 
authentication plugin used.
   [junit4]   2> 17851 T39 oasc.CorePropertiesLocator.discover Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001
   [junit4]   2> 17857 T39 oasc.CoreDescriptor.<init> Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, loadOnStartup=true, 
schema=schema.xml, configSetProperties=configsetprops.json, transient=false, 
dataDir=data/}
   [junit4]   2> 17857 T39 oasc.CorePropertiesLocator$1.visitFile Found core 
collection1 in 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1
   [junit4]   2> 17858 T39 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 17859 T57 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1'
   [junit4]   2> 17872 T57 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 17873 T57 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-001
   [junit4]   2> 17892 T39 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1
   [junit4]   2> 17892 T39 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 17897 T57 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 17902 T57 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 17919 T57 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 17927 T57 oass.IndexSchema.readSchema [collection1] Schema 
name=dih_test
   [junit4]   2> 17960 T57 oass.IndexSchema.readSchema default search field in 
schema is desc
   [junit4]   2> 17961 T57 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 17961 T57 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 17993 T57 oasc.ConfigSetProperties.readFromResourceLoader Did 
not find ConfigSet properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1'
   [junit4]   2> 17993 T57 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1
   [junit4]   2> 17993 T57 x:x:collection1 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 17994 T57 x:x:collection1 oasc.SolrCore.<init> [[collection1] 
] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/]
   [junit4]   2> 17994 T57 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX 
monitoring not detected for core: collection1
   [junit4]   2> 17994 T57 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> 17994 T57 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for firstSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 17994 T57 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data
   [junit4]   2> 17995 T57 x:x:collection1 oasc.SolrCore.getNewIndexDir New 
index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index/
   [junit4]   2> 17995 T57 x:x:collection1 oasc.SolrCore.initIndex WARN 
[collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 17996 T57 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index
   [junit4]   2> 18028 T57 x:x:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 18028 T57 x:x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 18035 T61 x:x:collection1 oasc.SolrCore$12.run Looking for old 
index directories to cleanup for core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/
   [junit4]   2> 18048 T57 x:x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" 
(default)
   [junit4]   2> 18049 T57 x:x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 18053 T57 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 18055 T57 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 18056 T57 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 18057 T57 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 18077 T57 x:x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/mbeans,standard,,/update/csv,/search,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 18078 T57 x:x:collection1 oasc.SolrCore.initStatsCache Using 
default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 18079 T57 x:x:collection1 oasu.CommitTracker.<init> Hard 
AutoCommit: disabled
   [junit4]   2> 18079 T57 x:x:collection1 oasu.CommitTracker.<init> Soft 
AutoCommit: disabled
   [junit4]   2> 18093 T57 x:x:collection1 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 18095 T57 x:x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 18096 T57 x:x:collection1 oass.SolrIndexSearcher.<init> 
Opening Searcher@5021c35f[collection1] main
   [junit4]   2> 18097 T57 x:x:collection1 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/conf
   [junit4]   2> 18097 T57 x:x:collection1 oasr.RestManager.init Initializing 
RestManager with initArgs: 
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/conf}
   [junit4]   2> 18098 T57 x:x:collection1 oasr.ManagedResourceStorage.load 
Reading _rest_managed.json using 
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/conf
   [junit4]   2> 18099 T57 x:x:collection1 oasr.RestManager.init Initializing 0 
registered ManagedResources
   [junit4]   2> 18099 T57 x:x:collection1 oash.ReplicationHandler.inform 
Commits will be reserved for  10000
   [junit4]   2> 18099 T57 x:x:collection1 oasc.CoreContainer.registerCore 
registering core: collection1
   [junit4]   2> 18099 T62 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@5021c35f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 18099 T62 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 18100 T62 x:x:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@5021c35f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C10 name=collection1 
org.apache.solr.core.SolrCore@55961e71
   [junit4]   2> 18395 T39 C10 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> 19352 T39 
oashd.TestSolrEntityProcessorEndToEnd.testFullImportFqParam ERROR IOException 
occured when talking to server at: http://127.0.0.1:58933/solr/collection1 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:58933/solr/collection1
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
   [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:150)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:107)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:72)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:86)
   [junit4]   2>        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.addDocumentsToSolr(TestSolrEntityProcessorEndToEnd.java:288)
   [junit4]   2>        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFqParam(TestSolrEntityProcessorEndToEnd.java:164)
   [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:497)
   [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:50)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [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:46)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [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:54)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [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:480)
   [junit4]   2>        ... 47 more
   [junit4]   2> 
   [junit4]   2> 19356 T39 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 19356 T39 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1216377015
   [junit4]   2> 19357 T39 x:x:collection1 oasc.SolrCore.close [collection1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@55961e71
   [junit4]   2> 19359 T39 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> 19362 T39 x:x:collection1 
oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 19362 T39 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 19363 T39 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 19367 T39 x:x:collection1 oasc.SolrCore.closeSearcher 
[collection1] Closing main searcher on request.
   [junit4]   2> 19367 T39 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 19367 T39 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 19368 T39 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001/index
   [junit4]   2> 19368 T39 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001;done=false>>]
   [junit4]   2> 19368 T39 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/init-core-data-001
   [junit4]   2> 19386 T39 oejs.AbstractConnector.doStop Stopped 
ServerConnector@1fe8bc54{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 19387 T39 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=150876459
   [junit4]   2> 19399 T39 x:x:collection1 oasc.SolrCore.close [collection1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@4ef58454
   [junit4]   2> 19400 T39 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> 19404 T39 x:x:collection1 
oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 19412 T39 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 19413 T39 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 19438 T39 x:x:collection1 oasc.SolrCore.closeSearcher 
[collection1] Closing main searcher on request.
   [junit4]   2> 19439 T39 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 19439 T39 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 19439 T39 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data
   [junit4]   2> 19440 T39 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 19440 T39 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index
   [junit4]   2> 19444 T39 x:x:collection1 oejsh.ContextHandler.doStop Stopped 
o.e.j.s.ServletContextHandler@33c30c0f{/solr,null,UNAVAILABLE}
   [junit4]   2> 19463 T39 x:x:collection1 oas.SolrTestCaseJ4.tearDown 
###Ending testFullImportFqParam
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrEntityProcessorEndToEnd -Dtests.method=testFullImportFqParam 
-Dtests.seed=5916479EF0CDDEA6 -Dtests.slow=true -Dtests.locale=tr_TR 
-Dtests.timezone=America/Yakutat -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.11s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportFqParam <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: IOException occured 
when talking to server at: http://127.0.0.1:58933/solr/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5916479EF0CDDEA6:A85DF96D608DA993]:0)
   [junit4]    >        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFqParam(TestSolrEntityProcessorEndToEnd.java:170)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 19487 T39 x:x:collection1 oas.SolrTestCaseJ4.setUp ###Starting 
testFullImportWrongSolrUrl
   [junit4]   2> 19510 T39 x:x:collection1 oas.SolrTestCaseJ4.initCore 
####initCore
   [junit4]   2> 19510 T39 x:x:collection1 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002/collection1'
   [junit4]   2> 19512 T39 x:x:collection1 
oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 19513 T39 x:x:collection1 
oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002
   [junit4]   2> 19540 T39 x:x:collection1 oasc.SolrConfig.refreshRequestParams 
current version of requestparams : -1
   [junit4]   2> 19545 T39 x:x:collection1 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 19561 T39 x:x:collection1 oasc.SolrConfig.<init> Loaded 
SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 19567 T39 x:x:collection1 oass.IndexSchema.readSchema [null] 
Schema name=dih_test
   [junit4]   2> 19593 T39 x:x:collection1 oass.IndexSchema.readSchema default 
search field in schema is desc
   [junit4]   2> 19594 T39 x:x:collection1 oass.IndexSchema.readSchema query 
parser default operator is OR
   [junit4]   2> 19594 T39 x:x:collection1 oass.IndexSchema.readSchema unique 
key field: id
   [junit4]   2> 19594 T39 x:x:collection1 
oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 19594 T39 x:x:collection1 
oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002
   [junit4]   2> 19595 T39 x:x:collection1 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002'
   [junit4]   2> 19595 T39 x:x:collection1 
oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 19595 T39 x:x:collection1 
oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002
   [junit4]   2> 19595 T39 x:x:collection1 oasc.CoreContainer.<init> New 
CoreContainer 284690766
   [junit4]   2> 19595 T39 x:x:collection1 oasc.CoreContainer.load Loading 
cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002]
   [junit4]   2> 19596 T39 x:x:collection1 oasc.CoreContainer.load WARN 
Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002/lib
   [junit4]   2> 19596 T39 x:x:collection1 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> 19601 T39 x:x:collection1 oasu.UpdateShardHandler.<init> 
Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 19602 T39 x:x:collection1 oasl.LogWatcher.createWatcher SLF4J 
impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 19602 T39 x:x:collection1 
oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 19602 T39 x:x:collection1 
oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 19603 T39 x:x:collection1 
oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 19605 T39 x:x:collection1 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=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data,
 shard=shard1}
   [junit4]   2> 19608 T65 x:x:collection1 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002/collection1'
   [junit4]   2> 19609 T65 x:x:collection1 
oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 19609 T65 x:x:collection1 
oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002
   [junit4]   2> 19619 T65 x:x:collection1 oasc.SolrConfig.refreshRequestParams 
current version of requestparams : -1
   [junit4]   2> 19622 T65 x:x:collection1 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 19631 T65 x:x:collection1 oasc.SolrConfig.<init> Loaded 
SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 19635 T65 x:x:collection1 oass.IndexSchema.readSchema 
[collection1] Schema name=dih_test
   [junit4]   2> 19647 T65 x:x:collection1 oass.IndexSchema.readSchema default 
search field in schema is desc
   [junit4]   2> 19647 T65 x:x:collection1 oass.IndexSchema.readSchema query 
parser default operator is OR
   [junit4]   2> 19647 T65 x:x:collection1 oass.IndexSchema.readSchema unique 
key field: id
   [junit4]   2> 19651 T65 x:x:collection1 
oasc.ConfigSetProperties.readFromResourceLoader Did not find ConfigSet 
properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002/collection1'
   [junit4]   2> 19651 T65 x:x:collection1 oasc.CoreContainer.create Creating 
SolrCore 'collection1' using configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002/collection1
   [junit4]   2> 19651 T65 x:x:collection1 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 19652 T65 x:x:collection1 oasc.SolrCore.<init> [[collection1] 
] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/]
   [junit4]   2> 19652 T65 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX 
monitoring not detected for core: collection1
   [junit4]   2> 19652 T65 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> 19652 T65 x:x:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for firstSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 19653 T65 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data
   [junit4]   2> 19654 T65 x:x:collection1 oasc.SolrCore.getNewIndexDir New 
index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index/
   [junit4]   2> 19654 T65 x:x:collection1 oasc.SolrCore.initIndex WARN 
[collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 19654 T65 x:x:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index
   [junit4]   2> 19662 T65 x:x:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 19662 T65 x:x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 19663 T67 x:x:collection1 oasc.SolrCore$12.run Looking for old 
index directories to cleanup for core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/
   [junit4]   2> 19665 T65 x:x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" 
(default)
   [junit4]   2> 19665 T65 x:x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 19670 T65 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 19671 T65 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 19673 T65 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 19674 T65 x:x:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 19678 T65 x:x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/mbeans,standard,,/update/csv,/search,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 19679 T65 x:x:collection1 oasc.SolrCore.initStatsCache Using 
default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 19680 T65 x:x:collection1 oasu.CommitTracker.<init> Hard 
AutoCommit: disabled
   [junit4]   2> 19680 T65 x:x:collection1 oasu.CommitTracker.<init> Soft 
AutoCommit: disabled
   [junit4]   2> 19681 T65 x:x:collection1 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 19682 T65 x:x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 19682 T65 x:x:collection1 oass.SolrIndexSearcher.<init> 
Opening Searcher@24e748e3[collection1] main
   [junit4]   2> 19682 T65 x:x:collection1 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002/collection1/conf
   [junit4]   2> 19682 T65 x:x:collection1 oasr.RestManager.init Initializing 
RestManager with initArgs: 
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002/collection1/conf}
   [junit4]   2> 19682 T65 x:x:collection1 oasr.ManagedResourceStorage.load 
Reading _rest_managed.json using 
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_5916479EF0CDDEA6-001/core-home-002/collection1/conf
   [junit4]   2> 19683 T65 x:x:collection1 oasr.RestManager.init Initializing 0 
registered ManagedResources
   [junit4]   2> 19683 T65 x:x:collection1 oash.ReplicationHandler.inform 
Commits will be reserved for  10000
   [junit4]   2> 19683 T68 x:x:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests t

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

tainer.registerCore registering core: collection1
   [junit4]   2> 34704 T266 x:x:collection1 
oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to 
Searcher@7380f53d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 34704 T266 x:x:collection1 
oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 34704 T266 x:x:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@7380f53d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 35160 T230 oejs.AbstractConnector.doStop Stopped 
ServerConnector@307974c7{HTTP/1.1,[http/1.1]}{127.0.0.1:๐}
   [junit4]   2> 35160 T230 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=898079059
   [junit4]   2> 35161 T230 x:x:collection1 oasc.SolrCore.close [collection1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@737d6871
   [junit4]   2> 35161 T230 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> 35166 T230 x:x:collection1 
oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 35166 T230 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 35166 T230 x:x:collection1 
oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 35168 T230 x:x:collection1 oasc.SolrCore.closeSearcher 
[collection1] Closing main searcher on request.
   [junit4]   2> 35168 T230 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 35168 T230 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestContentStreamDataSource_5916479EF0CDDEA6-001/inst-002/collection1/data
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestContentStreamDataSource_5916479EF0CDDEA6-001/inst-002/collection1/data;done=false>>]
   [junit4]   2> 35169 T230 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestContentStreamDataSource_5916479EF0CDDEA6-001/inst-002/collection1/data
   [junit4]   2> 35169 T230 x:x:collection1 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestContentStreamDataSource_5916479EF0CDDEA6-001/inst-002/collection1/data/index
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestContentStreamDataSource_5916479EF0CDDEA6-001/inst-002/collection1/data/index;done=false>>]
   [junit4]   2> 35170 T230 x:x:collection1 oasc.CachingDirectoryFactory.close 
Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestContentStreamDataSource_5916479EF0CDDEA6-001/inst-002/collection1/data/index
   [junit4]   2> 35171 T230 x:x:collection1 oejsh.ContextHandler.doStop Stopped 
o.e.j.s.ServletContextHandler@606f0d9d{/solr,null,UNAVAILABLE}
   [junit4]   2> 35172 T230 oas.SolrTestCaseJ4.tearDown ###Ending 
testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestContentStreamDataSource -Dtests.method=testCommitWithin 
-Dtests.seed=5916479EF0CDDEA6 -Dtests.slow=true 
-Dtests.locale=th_TH_TH_#u-nu-thai -Dtests.timezone=Indian/Mayotte 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.56s J1 | TestContentStreamDataSource.testCommitWithin <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:58947/solr/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5916479EF0CDDEA6:E3C428E673E330B3]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    >        at 
org.apache.solr.handler.dataimport.TestContentStreamDataSource.testCommitWithin(TestContentStreamDataSource.java:92)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketException: Connection reset
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:209)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    >        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:480)
   [junit4]    >        ... 43 more
   [junit4]   2> 35176 T230 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestContentStreamDataSource_5916479EF0CDDEA6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, 
locale=th_TH_TH_#u-nu-thai, timezone=Indian/Mayotte
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_66 
(64-bit)/cpus=3,threads=1,free=108681704,total=320864256
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimplePropertiesWriter, 
TestJdbcDataSourceConvertType, TestNonWritablePersistFile, TestDataConfig, 
TestSolrEntityProcessorEndToEnd, TestScriptTransformer, 
TestXPathEntityProcessor, TestPlainTextEntityProcessor, 
TestLineEntityProcessor, TestSqlEntityProcessor, TestVariableResolverEndToEnd, 
TestNestedChildren, TestTemplateTransformer, TestJdbcDataSource, 
TestVariableResolver, TestContentStreamDataSource]
   [junit4] Completed [36/38 (2!)] on J1 in 1.20s, 2 tests, 2 errors <<< 
FAILURES!

[...truncated 21 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:784: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:728: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:253: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:457: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:516: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1436: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:991: 
There were test failures: 38 suites, 157 tests, 2 errors, 4 failures, 3 ignored 
[seed: 5916479EF0CDDEA6]

Total time: 81 minutes 5 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to