You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/12/17 04:29:34 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2947 - Still Failing!

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

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

Error Message:
IOException occured when talking to server at: https://127.0.0.1:62499/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:62499/solr/collection1
	at __randomizedtesting.SeedInfo.seed([90B5BEBF3C63F193:2A67D1C7BF4D1F86]: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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	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.testSimple

Error Message:
IOException occured when talking to server at: https://127.0.0.1:62504/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:62504/solr/collection1
	at __randomizedtesting.SeedInfo.seed([90B5BEBF3C63F193:A8069A411B902542]: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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	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.testFullImportInnerEntity

Error Message:
IOException occured when talking to server at: https://127.0.0.1:62478/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: https://127.0.0.1:62478/solr/collection1
	at __randomizedtesting.SeedInfo.seed([90B5BEBF3C63F193:61C2120A9D008204]: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: https://127.0.0.1:62483/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: https://127.0.0.1:62483/solr/collection1
	at __randomizedtesting.SeedInfo.seed([90B5BEBF3C63F193:677EF1769161424E]: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: https://127.0.0.1:62488/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: https://127.0.0.1:62488/solr/collection1
	at __randomizedtesting.SeedInfo.seed([90B5BEBF3C63F193:1519C324846C6FB3]: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)


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

Error Message:
IOException occured when talking to server at: https://127.0.0.1:62494/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: https://127.0.0.1:62494/solr/collection1
	at __randomizedtesting.SeedInfo.seed([90B5BEBF3C63F193:61FE004CAC2386A6]: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)




Build Log:
[...truncated 14417 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_90B5BEBF3C63F193-001/init-core-data-001
   [junit4]   2> 3030 T16 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 3037 T16 oas.SolrTestCaseJ4.setUp ###Starting testFullImportBadConfig
   [junit4]   2> 3144 T16 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 3317 T16 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_90B5BEBF3C63F193-001/core-home-001/collection1'
   [junit4]   2> 3318 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3318 T16 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_90B5BEBF3C63F193-001/core-home-001
   [junit4]   2> 3453 T16 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3529 T16 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3666 T16 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 3714 T16 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 4364 T16 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 4364 T16 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 4365 T16 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4371 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4371 T16 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_90B5BEBF3C63F193-001/core-home-001
   [junit4]   2> 4371 T16 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_90B5BEBF3C63F193-001/core-home-001'
   [junit4]   2> 4371 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4372 T16 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_90B5BEBF3C63F193-001/core-home-001
   [junit4]   2> 4426 T16 oasc.CoreContainer.<init> New CoreContainer 1597706233
   [junit4]   2> 4426 T16 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_90B5BEBF3C63F193-001/core-home-001]
   [junit4]   2> 4430 T16 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_90B5BEBF3C63F193-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_90B5BEBF3C63F193-001/core-home-001/lib
   [junit4]   2> 4480 T16 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> 4965 T16 oejul.Log.initialized Logging initialized @6012ms
   [junit4]   2> 5019 T16 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 5034 T16 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5038 T16 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5044 T16 oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 5044 T16 oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 5220 T16 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_90B5BEBF3C63F193-001/init-core-data-001, shard=shard1}
   [junit4]   2> 5234 T17 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_90B5BEBF3C63F193-001/core-home-001/collection1'
   [junit4]   2> 5234 T17 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5235 T17 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_90B5BEBF3C63F193-001/core-home-001
   [junit4]   2> 5261 T17 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5267 T17 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 5297 T17 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 5309 T17 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 5330 T17 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 5330 T17 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 5331 T17 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5341 T17 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_90B5BEBF3C63F193-001/core-home-001/collection1'
   [junit4]   2> 5344 T17 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_90B5BEBF3C63F193-001/core-home-001/collection1
   [junit4]   2> 5444 T17 x:x:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 5477 T17 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_90B5BEBF3C63F193-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_90B5BEBF3C63F193-001/init-core-data-001/]
   [junit4]   2> 5477 T17 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 5494 T17 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> 5494 T17 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 5538 T17 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_90B5BEBF3C63F193-001/init-core-data-001
   [junit4]   2> 5539 T17 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_90B5BEBF3C63F193-001/init-core-data-001/index/
   [junit4]   2> 5540 T17 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_90B5BEBF3C63F193-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 5540 T17 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_90B5BEBF3C63F193-001/init-core-data-001/index
   [junit4]   2> 5638 T17 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_90B5BEBF3C63F193-001/init-core-data-001/index,segFN=segments_1,generation=1}
   [junit4]   2> 5640 T17 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5642 T19 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_90B5BEBF3C63F193-001/init-core-data-001/
   [junit4]   2> 6149 T17 x:x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 6238 T17 x:x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 6408 T17 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6419 T17 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6420 T17 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6422 T17 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6533 T17 x:x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/search,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 6536 T17 x:x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 6583 T17 x:x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6584 T17 x:x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6606 T17 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_90B5BEBF3C63F193-001/init-core-data-001/index,segFN=segments_1,generation=1}
   [junit4]   2> 6606 T17 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6687 T17 x:x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@2e359f49[collection1] main
   [junit4]   2> 6718 T17 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_90B5BEBF3C63F193-001/core-home-001/collection1/conf
   [junit4]   2> 6718 T17 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_90B5BEBF3C63F193-001/core-home-001/collection1/conf}
   [junit4]   2> 6777 T17 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_90B5BEBF3C63F193-001/core-home-001/collection1/conf
   [junit4]   2> 6778 T17 x:x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6842 T17 x:x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 6886 T20 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2e359f49[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6887 T20 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6888 T20 x:x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e359f49[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6888 T17 x:x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6895 T16 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 7606 T16 oejs.Server.doStart jetty-9.3.6.v20151106
   [junit4]   2> 7711 T16 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@51e5d1bb{/solr,null,AVAILABLE}
   [junit4]   2> 7729 T16 oejus.SslContextFactory.doStart x509=X509@2dae77dd(solrtest,h=[],w=[]) for SslContextFactory@7967272f(file:///Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/server/etc/test/solrtest.keystore,file:///Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 7946 T16 oejs.AbstractConnector.doStart Started ServerConnector@211ed5d3{SSL,[ssl, http/1.1]}{127.0.0.1:62473}
   [junit4]   2> 7946 T16 oejs.Server.doStart Started @8993ms
   [junit4]   2> 7947 T16 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_90B5BEBF3C63F193-001/tempDir-001/collection1/data, hostContext=/solr, hostPort=62473}
   [junit4]   2> 7966 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 7970 T16 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_90B5BEBF3C63F193-001/tempDir-001'
   [junit4]   2> 7970 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7970 T16 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_90B5BEBF3C63F193-001/core-home-001
   [junit4]   2> 7975 T16 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_90B5BEBF3C63F193-001/tempDir-001/solr.xml
   [junit4]   2> 8009 T16 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_90B5BEBF3C63F193-001/tempDir-001
   [junit4]   2> 8009 T16 oasc.CoreContainer.<init> New CoreContainer 1160683145
   [junit4]   2> 8010 T16 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_90B5BEBF3C63F193-001/tempDir-001]
   [junit4]   2> 8010 T16 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_90B5BEBF3C63F193-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_90B5BEBF3C63F193-001/tempDir-001/lib
   [junit4]   2> 8046 T16 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,urlScheme : https,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 8057 T16 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 8062 T16 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 8062 T16 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 8063 T16 oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 8063 T16 oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 8068 T16 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_90B5BEBF3C63F193-001/tempDir-001
   [junit4]   2> 8081 T16 oasc.CoreDescriptor.<init> Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 8082 T16 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_90B5BEBF3C63F193-001/tempDir-001/collection1
   [junit4]   2> 8082 T16 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 8084 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1'
   [junit4]   2> 8086 T34 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 8086 T34 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_90B5BEBF3C63F193-001/core-home-001
   [junit4]   2> 8089 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1
   [junit4]   2> 8089 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 8112 T34 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 8135 T34 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 8162 T34 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 8173 T34 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 8222 T34 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 8222 T34 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 8223 T34 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 8228 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1'
   [junit4]   2> 8229 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1
   [junit4]   2> 8229 T34 x:x:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 8230 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_90B5BEBF3C63F193-001/tempDir-001/collection1/data/]
   [junit4]   2> 8230 T34 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 8231 T34 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> 8231 T34 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 8232 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1/data
   [junit4]   2> 8233 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1/data/index/
   [junit4]   2> 8233 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 8234 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1/data/index
   [junit4]   2> 8244 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 8244 T34 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 8246 T38 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_90B5BEBF3C63F193-001/tempDir-001/collection1/data/
   [junit4]   2> 8258 T34 x:x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 8259 T34 x:x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 8265 T34 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8267 T34 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8268 T34 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8269 T34 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8274 T34 x:x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/search,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 8276 T34 x:x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 8278 T34 x:x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 8279 T34 x:x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 8281 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 8281 T34 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 8281 T34 x:x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@1469c500[collection1] main
   [junit4]   2> 8282 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1/conf
   [junit4]   2> 8285 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1/conf}
   [junit4]   2> 8285 T34 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_90B5BEBF3C63F193-001/tempDir-001/collection1/conf
   [junit4]   2> 8288 T34 x:x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 8288 T34 x:x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 8290 T34 x:x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 8290 T39 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1469c500[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8291 T39 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 8292 T39 x:x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1469c500[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@62d83bfd
   [junit4]   2> 8910 T16 C0 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=202
   [junit4]   2> 8950 T16 C0 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 8950 T16 C0 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 8979 T16 C0 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 9012 T16 C0 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: dataimport.properties
   [junit4]   2> 9064 T16 C0 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9126 T16 C0 oashd.SolrEntityProcessor.firstInit using BinaryResponseParser
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@62d83bfd
   [junit4]   2> 9867 T16 C1 oahic.DefaultRequestDirector.tryConnect I/O exception (java.net.SocketException) caught when connecting to {s}->https://127.0.0.1:62473: Connection reset
   [junit4]   2> 9868 T16 C1 oahic.DefaultRequestDirector.tryConnect Retrying connect to {s}->https://127.0.0.1:62473
   [junit4]   2> 9891 T16 C1 oahic.DefaultRequestDirector.tryConnect I/O exception (java.net.SocketException) caught when connecting to {s}->https://127.0.0.1:62473: Connection reset
   [junit4]   2> 9891 T16 C1 oahic.DefaultRequestDirector.tryConnect Retrying connect to {s}->https://127.0.0.1:62473
   [junit4]   2> 9909 T16 C1 oahic.DefaultRequestDirector.tryConnect I/O exception (java.net.SocketException) caught when connecting to {s}->https://127.0.0.1:62473: Connection reset
   [junit4]   2> 9910 T16 C1 oahic.DefaultRequestDirector.tryConnect Retrying connect to {s}->https://127.0.0.1:62473
   [junit4]   2> 9934 T16 C1 oasc.SolrException.log ERROR Exception while processing: se document : SolrInputDocument(fields: []):org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:62473/solr/collection1
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImportHandlerException.wrapAndThrow(DataImportHandlerException.java:62)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.doQuery(SolrEntityProcessor.java:202)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.buildIterator(SolrEntityProcessor.java:148)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextRow(SolrEntityProcessor.java:129)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.EntityProcessorWrapper.nextRow(EntityProcessorWrapper.java:244)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:476)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:415)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.doFullDump(DocBuilder.java:330)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:233)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:417)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:481)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImportHandler.handleRequestBody(DataImportHandler.java:186)
   [junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:156)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:2070)
   [junit4]   2> 		at org.apache.solr.util.TestHarness.query(TestHarness.java:311)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.AbstractDataImportHandlerTestCase.runFullImport(AbstractDataImportHandlerTestCase.java:87)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportBadConfig(TestSolrEntityProcessorEndToEnd.java:255)
   [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: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:62473/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.query(SolrClient.java:943)
   [junit4]   2> 		at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.doQuery(SolrEntityProcessor.java:199)
   [junit4]   2> 		... 54 more
   [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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]   2> 		at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]   2> 		at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
   [junit4]   2> 		at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
   [junit4]   2> 		at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
   [junit4]   2> 		at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
   [junit4]   2> 		at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
   [junit4]   2> 		at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
   [junit4]   2> 		at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2> 		at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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> 		... 60 more
   [junit4]   2> 	
   [junit4]   2> 9941 T16 C1 oasup.LogUpdateProcessorFactory$LogUpdateProcessor.finish [collection1]  webapp=null path=null params={debug=on&commit=true&dataConfig=<dataConfig>%0d%0a++<document>%0d%0a++++<entity+name%3D'se'+processor%3D'SolrEntityProcessor'+++url%3D'https://127.0.0.1:62473/solr/collection1'+query%3D'bogus:3'+rows%3D'2'+fl%3D'id,desc'+onError%3D'abort'+/>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&wt=xml&command=full-import}{deleteByQuery=*:*} 0 997
   [junit4]   2> 9942 T16 C1 oasc.SolrException.log ERROR Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:62473/solr/collection1
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:271)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:417)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:481)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImportHandler.handleRequestBody(DataImportHandler.java:186)
   [junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:156)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:2070)
   [junit4]   2> 		at org.apache.solr.util.TestHarness.query(TestHarness.java:311)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.AbstractDataImportHandlerTestCase.runFullImport(AbstractDataImportHandlerTestCase.java:87)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportBadConfig(TestSolrEntityProcessorEndToEnd.java:255)
   [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.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:62473/solr/collection1
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:417)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.doFullDump(DocBuilder.java:330)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:233)
   [junit4]   2> 		... 47 more
   [junit4]   2> 	Caused by: org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:62473/solr/collection1
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImportHandlerException.wrapAndThrow(DataImportHandlerException.java:62)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.doQuery(SolrEntityProcessor.java:202)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.buildIterator(SolrEntityProcessor.java:148)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextRow(SolrEntityProcessor.java:129)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.EntityProcessorWrapper.nextRow(EntityProcessorWrapper.java:244)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:476)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:415)
   [junit4]   2> 		... 49 more
   [junit4]   2> 	Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:62473/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.query(SolrClient.java:943)
   [junit4]   2> 		at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.doQuery(SolrEntityProcessor.java:199)
   [junit4]   2> 		... 54 more
   [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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]   2> 		at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]   2> 		at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
   [junit4]   2> 		at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
   [junit4]   2> 		at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
   [junit4]   2> 		at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
   [junit4]   2> 		at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
   [junit4]   2> 		at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
   [junit4]   2> 		at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2> 		at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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> 		... 60 more
   [junit4]   2> 	
   [junit4]   2> 9945 T16 C1 oasu.DirectUpdateHandler2.rollback start rollback{}
   [junit4]   2> 9945 T16 C1 oasu.DefaultSolrCoreState.changeWriter Rollback old IndexWriter... core=collection1
   [junit4]   2> 9950 T16 C1 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_90B5BEBF3C63F193-001/init-core-data-001/index,segFN=segments_1,generation=1}
   [junit4]   2> 9956 T16 C1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 9956 T16 C1 oasu.DefaultSolrCoreState.changeWriter New IndexWriter is ready to be used.
   [junit4]   2> 9956 T16 C1 oasu.DirectUpdateHandler2.rollback end_rollback
   [junit4]   2> 9958 T16 C1 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 9966 T16 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 9967 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1597706233
   [junit4]   2> 9968 T16 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@62d83bfd
   [junit4]   2> 9968 T16 x:x:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=1,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> 9969 T16 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 9969 T16 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 9969 T16 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 9970 T16 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 9971 T16 x:x:collection1 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 9972 T16 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_90B5BEBF3C63F193-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_90B5BEBF3C63F193-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 9972 T16 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_90B5BEBF3C63F193-001/init-core-data-001/index
   [junit4]   2> 9973 T16 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_90B5BEBF3C63F193-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_90B5BEBF3C63F193-001/init-core-data-001;done=false>>]
   [junit4]   2> 9973 T16 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_90B5BEBF3C63F193-001/init-core-data-001
   [junit4]   2> 9984 T16 oejs.AbstractConnector.doStop Stopped ServerConnector@211ed5d3{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 9984 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1160683145
   [junit4]   2> 9985 T16 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@23d5e012
   [junit4]   2> 9985 T16 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> 9986 T16 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 9986 T16 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 9986 T16 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 9998 T16 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 10000 T16 x:x:collection1 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 10000 T16 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_90B5BEBF3C63F193-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_90B5BEBF3C63F193-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 10000 T16 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_90B5BEBF3C63F193-001/tempDir-001/collection1/data
   [junit4]   2> 10000 T16 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_90B5BEBF3C63F193-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_90B5BEBF3C63F193-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 10000 T16 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_90B5BEBF3C63F193-001/tempDir-001/collection1/data/index
   [junit4]   2> 10004 T16 x:x:collection1 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@51e5d1bb{/solr,null,UNAVAILABLE}
   [junit4]   2> 10014 T16 x:x:collection1 oas.SolrTestCaseJ4.tearDown ###Ending testFullImportBadConfig
   [junit4]   2> 10017 T16 x:x:collection1 oas.SolrTestCaseJ4.setUp ###Starting testFullImportInnerEntity
   [junit4]   2> 10034 T16 x:x:collection1 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 10034 T16 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.d

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

gistering core: collection1
   [junit4]   2> 25934 T216 oahic.DefaultRequestDirector.tryConnect I/O exception (java.net.SocketException) caught when connecting to {s}->https://127.0.0.1:62504: Connection reset
   [junit4]   2> 25934 T216 oahic.DefaultRequestDirector.tryConnect Retrying connect to {s}->https://127.0.0.1:62504
   [junit4]   2> 25938 T216 oahic.DefaultRequestDirector.tryConnect I/O exception (java.net.SocketException) caught when connecting to {s}->https://127.0.0.1:62504: Connection reset
   [junit4]   2> 25938 T216 oahic.DefaultRequestDirector.tryConnect Retrying connect to {s}->https://127.0.0.1:62504
   [junit4]   2> 25940 T216 oahic.DefaultRequestDirector.tryConnect I/O exception (java.net.SocketException) caught when connecting to {s}->https://127.0.0.1:62504: Connection reset
   [junit4]   2> 25941 T216 oahic.DefaultRequestDirector.tryConnect Retrying connect to {s}->https://127.0.0.1:62504
   [junit4]   2> 25945 T216 oejs.AbstractConnector.doStop Stopped ServerConnector@117a277f{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 25945 T216 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1109660832
   [junit4]   2> 25945 T216 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@61bfc689
   [junit4]   2> 25947 T216 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> 25947 T216 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 25947 T216 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 25947 T216 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 25949 T216 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 25950 T216 x:x:collection1 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 25950 T216 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_90B5BEBF3C63F193-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_90B5BEBF3C63F193-001/inst-002/collection1/data/index;done=false>>]
   [junit4]   2> 25950 T216 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_90B5BEBF3C63F193-001/inst-002/collection1/data/index
   [junit4]   2> 25951 T216 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_90B5BEBF3C63F193-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_90B5BEBF3C63F193-001/inst-002/collection1/data;done=false>>]
   [junit4]   2> 25951 T216 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_90B5BEBF3C63F193-001/inst-002/collection1/data
   [junit4]   2> 25954 T216 x:x:collection1 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@6f8a8d1{/solr,null,UNAVAILABLE}
   [junit4]   2> 25955 T216 oas.SolrTestCaseJ4.tearDown ###Ending testSimple
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestContentStreamDataSource -Dtests.method=testSimple -Dtests.seed=90B5BEBF3C63F193 -Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=Pacific/Majuro -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.64s J1 | TestContentStreamDataSource.testSimple <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:62504/solr/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([90B5BEBF3C63F193:A8069A411B902542]: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.testSimple(TestContentStreamDataSource.java:72)
   [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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
   [junit4]    > 	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
   [junit4]    > 	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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> 25957 T216 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_90B5BEBF3C63F193-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=sr, timezone=Pacific/Majuro
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=33695328,total=113246208
   [junit4]   2> NOTE: All tests run in this JVM: [TestPlainTextEntityProcessor, TestDateFormatTransformer, TestSolrEntityProcessorEndToEnd, TestSolrEntityProcessorUnit, TestScriptTransformer, TestErrorHandling, TestTemplateTransformer, TestEntityProcessorBase, TestRegexTransformer, TestNonWritablePersistFile, TestVariableResolver, TestVariableResolverEndToEnd, TestNestedChildren, TestXPathRecordReader, TestClobTransformer, TestFieldReader, TestURLDataSource, TestContentStreamDataSource]
   [junit4] Completed [22/38 (2!)] on J1 in 1.31s, 2 tests, 2 errors <<< FAILURES!

[...truncated 63 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: 90B5BEBF3C63F193]

Total time: 78 minutes 41 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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2948 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2948/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testThresholdTokenFrequency

Error Message:
Path not found: /spellcheck/suggestions/[1]/suggestion

Stack Trace:
java.lang.RuntimeException: Path not found: /spellcheck/suggestions/[1]/suggestion
	at __randomizedtesting.SeedInfo.seed([C753097722CE3FD:86D2BF66FDC7DA86]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:837)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:784)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testThresholdTokenFrequency(SpellCheckComponentTest.java:226)
	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 10154 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001
   [junit4]   2> 1342748 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1342748 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1342748 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1342749 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1342749 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1342749 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1342749 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1342797 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1342801 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1342812 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 1342818 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1342925 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1342933 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1342935 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1342940 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1342943 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1342944 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1342945 WARN  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1342945 WARN  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1342945 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1342945 WARN  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1342945 WARN  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1342945 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1342946 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1342946 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr'
   [junit4]   2> 1342946 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1342946 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1342946 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1992135038
   [junit4]   2> 1342946 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr]
   [junit4]   2> 1342947 WARN  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 1342947 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1342951 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1342951 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1342951 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1342951 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1342967 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1342969 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1342970 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1342970 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1342970 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1342971 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1342971 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1342987 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1343000 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1343012 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 1343019 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1343111 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1343117 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1343119 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1343122 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1343124 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1343125 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1343125 WARN  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1343125 WARN  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1343125 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1343126 WARN  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1343126 WARN  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1343129 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.c.ConfigSetProperties 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/core/src/test-files/solr/collection1'
   [junit4]   2> 1343129 INFO  (coreLoadExecutor-3673-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1343129 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1343130 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001/]
   [junit4]   2> 1343130 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1343130 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001
   [junit4]   2> 1343130 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001/index/
   [junit4]   2> 1343130 WARN  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1343130 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001/index
   [junit4]   2> 1343130 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=47.8056640625, floorSegmentMB=1.6103515625, forceMergeDeletesPctAllowed=12.084965570347732, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4700802179518182
   [junit4]   2> 1343131 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_1,generation=1}
   [junit4]   2> 1343131 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1343131 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001/
   [junit4]   2> 1343133 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1343136 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1343137 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1343138 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1343138 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1343140 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/admin/ping,/update,/admin/file
   [junit4]   2> 1343140 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1343141 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1343141 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1343141 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=39.8828125, floorSegmentMB=2.0751953125, forceMergeDeletesPctAllowed=1.733734392681976, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4967170535890977
   [junit4]   2> 1343141 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_1,generation=1}
   [junit4]   2> 1343141 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1343141 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@31d4ca35[collection1] main
   [junit4]   2> 1343142 WARN  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1343142 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1343142 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1343142 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1343142 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1343196 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
   [junit4]   2> 1343235 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default_teststop
   [junit4]   2> 1343236 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 1343236 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 1343269 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold
   [junit4]   2> 1343269 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 1343270 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold_direct
   [junit4]   2> 1343309 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: multipleFields
   [junit4]   2> 1343543 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: freq
   [junit4]   2> 1343860 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: fqcn
   [junit4]   2> 1343860 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1343861 INFO  (coreLoadExecutor-3673-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1343861 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1343861 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 1343862 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1343862 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 1343862 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1343863 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 1343863 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1343882 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 1343882 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1343884 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1343900 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testThresholdTokenFrequency
   [junit4]   2> 1343901 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 1343903 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1343904 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1343904 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1343905 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1343905 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1343905 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1343905 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1343906 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1343907 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1343907 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1343912 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_2,generation=2}
   [junit4]   2> 1343912 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1343913 WARN  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 1343914 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1343914 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1343915 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@7ca4d4f[collection1] main
   [junit4]   2> 1343915 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1343915 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1343915 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1343916 INFO  (searcherExecutor-3674-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@31d4ca35[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1343916 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1343916 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 1343917 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1343917 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 1343917 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1343917 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 1343917 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 1343917 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1343918 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1343918 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1343919 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1343919 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1343920 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1343920 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7ca4d4f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 1343920 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 13
   [junit4]   2> 1343921 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documenq&qt=spellCheckCompRH&spellcheck.dictionary=threshold&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=0
   [junit4]   2> 1343921 ERROR (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/suggestion
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/suggestion==[{'word':'document','freq':2}]
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":0},
   [junit4]   2>   "response":{"numFound":0,"start":0,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[],
   [junit4]   2>     "correctlySpelled":false}}
   [junit4]   2> 
   [junit4]   2>  request = q=documenq&qt=spellCheckCompRH&spellcheck.dictionary=threshold&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.extendedResults=true
   [junit4]   2> 1343922 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testThresholdTokenFrequency
   [junit4]   2> 1343922 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1343922 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1343922 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1343922 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_3,generation=3}
   [junit4]   2> 1343922 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 1343923 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@a1b0182[collection1] main
   [junit4]   2> 1343923 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1343923 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1343983 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1344004 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1344042 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1344042 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1344065 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1344092 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1344118 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a1b0182[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1344119 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 196
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SpellCheckComponentTest -Dtests.method=testThresholdTokenFrequency -Dtests.seed=C753097722CE3FD -Dtests.slow=true -Dtests.locale=no_NO -Dtests.timezone=Asia/Bishkek -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.26s J1 | SpellCheckComponentTest.testThresholdTokenFrequency <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Path not found: /spellcheck/suggestions/[1]/suggestion
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C753097722CE3FD:86D2BF66FDC7DA86]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:837)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:784)
   [junit4]    > 	at org.apache.solr.handler.component.SpellCheckComponentTest.testThresholdTokenFrequency(SpellCheckComponentTest.java:226)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1344131 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
   [junit4]   2> 1344132 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 1344132 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1344133 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1344133 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1344133 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1344134 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1344135 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1344135 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1344135 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1344136 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1344136 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1344140 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_4,generation=4}
   [junit4]   2> 1344140 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 1344142 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@2ccc63ef[collection1] main
   [junit4]   2> 1344142 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1344142 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1344225 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1344247 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1344345 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1344345 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1344432 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1344475 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1344508 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2ccc63ef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c10)))}
   [junit4]   2> 1344508 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 372
   [junit4]   2> 1344509 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 1344510 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1344516 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_5,generation=5}
   [junit4]   2> 1344516 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 1344516 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@53778e04[collection1] main
   [junit4]   2> 1344516 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1344517 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1344547 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1344553 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1344584 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1344584 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1344642 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1344680 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1344721 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@53778e04[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c10/1:delGen=1) Uninverting(_2(6.0.0):c1)))}
   [junit4]   2> 1344721 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 211
   [junit4]   2> 1344785 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&spellcheck.q=ttle&qt=spellCheckCompRH&spellcheck.dictionary=default&spellcheck=true&wt=xml&spellcheck.build=true} hits=10 status=0 QTime=63
   [junit4]   2> 1344786 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1344794 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReloadOnStart
   [junit4]   2> 1344794 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1344794 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1344795 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1344796 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_6,generation=6}
   [junit4]   2> 1344796 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 1344797 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@66fe7860[collection1] main
   [junit4]   2> 1344797 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1344797 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1344807 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1344839 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1344852 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1344852 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1344866 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1344886 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1344899 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@66fe7860[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1344900 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 104
   [junit4]   2> 1344903 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollate
   [junit4]   2> 1344904 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 1344905 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1344905 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1344906 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1344906 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1344907 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1344907 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1344907 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1344907 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1344908 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1344908 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1344918 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_6,generation=6}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_7,generation=7}
   [junit4]   2> 1344919 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
   [junit4]   2> 1344919 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@6eab8f7d[collection1] main
   [junit4]   2> 1344920 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1344924 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1344980 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1344987 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1345058 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1345059 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1345128 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1345184 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1345218 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6eab8f7d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):c10)))}
   [junit4]   2> 1345218 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 310
   [junit4]   2> 1345280 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.build=true&spellcheck.collate=true} hits=0 status=0 QTime=61
   [junit4]   2> 1345282 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt+lowerfilt:broen^4&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=1
   [junit4]   2> 1345283 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemtsss+broens&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=0
   [junit4]   2> 1345283 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=pixma&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=0
   [junit4]   2> 1345283 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollate
   [junit4]   2> 1345283 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1345283 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1345284 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1345294 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_7,generation=7}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_8,generation=8}
   [junit4]   2> 1345294 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 8
   [junit4]   2> 1345294 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@28ef6fc[collection1] main
   [junit4]   2> 1345295 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1345295 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1345305 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1345312 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1345331 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1345331 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1345339 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1345347 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1345364 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@28ef6fc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1345364 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 80
   [junit4]   2> 1345368 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRebuildOnCommit
   [junit4]   2> 1345369 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 1345370 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1345370 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1345370 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1345371 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1345371 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1345372 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1345372 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1345373 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1345373 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1345373 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1345378 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_8,generation=8}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_9,generation=9}
   [junit4]   2> 1345378 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 9
   [junit4]   2> 1345379 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@70655741[collection1] main
   [junit4]   2> 1345380 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1345380 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1345414 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1345429 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1345481 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1345481 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1345537 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1345589 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1345640 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@70655741[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.0.0):c10)))}
   [junit4]   2> 1345641 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 267
   [junit4]   2> 1345642 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1345643 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11231]} 0 0
   [junit4]   2> 1345643 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1345647 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_9,generation=9}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_a,generation=10}
   [junit4]   2> 1345647 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 10
   [junit4]   2> 1345647 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@23b61f9f[collection1] main
   [junit4]   2> 1345647 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1345647 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1345739 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1345748 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1345777 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1345777 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1345847 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1345977 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1346139 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@23b61f9f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.0.0):c10) Uninverting(_5(6.0.0):c1)))}
   [junit4]   2> 1346140 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 496
   [junit4]   2> 1346141 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=500
   [junit4]   2> 1346142 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRebuildOnCommit
   [junit4]   2> 1346142 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1346142 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1346142 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1346143 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_a,generation=10}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_b,generation=11}
   [junit4]   2> 1346143 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 11
   [junit4]   2> 1346143 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@141a107d[collection1] main
   [junit4]   2> 1346143 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1346143 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1346200 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1346263 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1346312 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1346312 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1346360 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1346415 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1346504 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@141a107d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1346504 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 361
   [junit4]   2> 1346507 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExtendedResultsCount
   [junit4]   2> 1346508 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 1346508 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1346509 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1346509 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1346509 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1346510 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1346510 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1346511 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1346511 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1346511 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1346512 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1346515 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_b,generation=11}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_c,generation=12}
   [junit4]   2> 1346516 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 12
   [junit4]   2> 1346517 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@3f72b234[collection1] main
   [junit4]   2> 1346517 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1346517 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1346674 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1346705 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1346871 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1346871 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1346996 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1347181 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1347527 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3f72b234[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(6.0.0):c10)))}
   [junit4]   2> 1347527 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1015
   [junit4]   2> 1347602 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=0 status=0 QTime=74
   [junit4]   2> 1347603 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=0
   [junit4]   2> 1347603 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExtendedResultsCount
   [junit4]   2> 1347604 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1347604 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1347604 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1347604 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_c,generation=12}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_d,generation=13}
   [junit4]   2> 1347604 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 13
   [junit4]   2> 1347604 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@51654926[collection1] main
   [junit4]   2> 1347604 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1347605 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1347623 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1347643 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1347663 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1347663 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1347685 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1347709 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1347739 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@51654926[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1347740 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 135
   [junit4]   2> 1347743 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRelativeIndexDirLocation
   [junit4]   2> 1347743 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 1347743 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1347744 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1347744 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1347744 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1347744 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1347745 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1347754 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1347754 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1347754 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1347755 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1347757 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_d,generation=13}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_e,generation=14}
   [junit4]   2> 1347757 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 14
   [junit4]   2> 1347758 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@2a0cbfdf[collection1] main
   [junit4]   2> 1347759 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1347759 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1347881 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1347926 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1348083 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1348083 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1348300 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1348508 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1348705 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2a0cbfdf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(6.0.0):c10)))}
   [junit4]   2> 1348706 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 951
   [junit4]   2> 1348707 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRelativeIndexDirLocation
   [junit4]   2> 1348707 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1348708 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1348708 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1348708 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_e,generation=14}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@624f1b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@151d0a91),segFN=segments_f,generation=15}
   [junit4]   2> 1348708 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 15
   [junit4]   2> 1348708 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@3bc0cf2e[collection1] main
   [junit4]   2> 1348709 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C753097722CE3FD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1348709 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [j

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

3197 INFO  (searcherExecutor-3674-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@989e959[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1353197 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[C753097722CE3FD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 215
   [junit4]   2> 1353198 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1353198 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1992135038
   [junit4]   2> 1353199 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@21231500
   [junit4]   2> 1353199 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=22,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=102,cumulative_deletesById=0,cumulative_deletesByQuery=10,cumulative_errors=0}
   [junit4]   2> 1353199 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1353199 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1353199 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1353199 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1353199 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1353200 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1353200 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001/index
   [junit4]   2> 1353200 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001;done=false>>]
   [junit4]   2> 1353200 INFO  (SUITE-SpellCheckComponentTest-seed#[C753097722CE3FD]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_C753097722CE3FD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {start1=PostingsFormat(name=Direct), range_facet_l_dv=BlockTreeOrds(blocksize=128), multiDefault=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=Memory doPackFST= true), range_facet_l=PostingsFormat(name=Memory doPackFST= true), lowerfilt1and2=PostingsFormat(name=Asserting), end4=PostingsFormat(name=Direct), end3=PostingsFormat(name=Asserting), end2=BlockTreeOrds(blocksize=128), end1=PostingsFormat(name=Memory doPackFST= true), lowerfilt=PostingsFormat(name=Asserting), gram1=PostingsFormat(name=Memory doPackFST= true), id=BlockTreeOrds(blocksize=128), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= true), gram2=BlockTreeOrds(blocksize=128), gram3=PostingsFormat(name=Asserting), start3=BlockTreeOrds(blocksize=128), gram4=PostingsFormat(name=Direct), start2=PostingsFormat(name=Asserting), word=PostingsFormat(name=Memory doPackFST= true), timestamp=PostingsFormat(name=Memory doPackFST= true), start4=PostingsFormat(name=Memory doPackFST= true)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=no_NO, timezone=Asia/Bishkek
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=200692536,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestRTimerTree, StatsComponentTest, AtomicUpdatesTest, TestInfoStreamLogging, TestRandomMergePolicy, DistributedMLTComponentTest, SpatialHeatmapFacetsTest, ResponseLogComponentTest, AnalyticsMergeStrategyTest, SolrIndexSplitterTest, DeleteShardTest, SolrCloudExampleTest, HdfsRecoverLeaseTest, TestStressRecovery, TestJoin, TestUtils, BadIndexSchemaTest, SortByFunctionTest, DirectSolrConnectionTest, DebugComponentTest, VersionInfoTest, TestScoreJoinQPNoScore, SharedFSAutoReplicaFailoverUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, TestDistributedMissingSort, DistributedTermsComponentTest, MultiThreadedOCPTest, TestDefaultSearchFieldResource, CurrencyFieldOpenExchangeTest, TestChildDocTransformer, CacheHeaderTest, RequestLoggingTest, TestSystemIdResolver, ZkStateReaderTest, AsyncMigrateRouteKeyTest, TestBM25SimilarityFactory, BlockCacheTest, FullHLLTest, TestOverriddenPrefixQueryForCustomFieldType, TestPHPSerializedResponseWriter, DistanceFunctionTest, FullSolrCloudDistribCmdsTest, HdfsChaosMonkeyNothingIsSafeTest, ShardSplitTest, BufferStoreTest, TestOmitPositions, CdcrRequestHandlerTest, TestBinaryField, TestSolr4Spatial, CdcrReplicationDistributedZkTest, CloudExitableDirectoryReaderTest, TestNonDefinedSimilarityFactory, BJQParserTest, TestSolrDeletionPolicy2, SegmentsInfoRequestHandlerTest, TestAddFieldRealTimeGet, TestExpandComponent, TestCSVResponseWriter, TestCustomSort, TestTrie, AssignTest, StressHdfsTest, TestTrackingShardHandlerFactory, AnalysisErrorHandlingTest, TestFiltering, TestSolrQueryParser, TestPKIAuthenticationPlugin, SpellCheckCollatorTest, TestJsonRequest, HLLUtilTest, RemoteQueryErrorTest, TestLeaderInitiatedRecoveryThread, TestRecovery, TestManagedResource, TestSolrDynamicMBean, TestBadConfig, HdfsCollectionsAPIDistributedZkTest, DateMathParserTest, CoreAdminHandlerTest, ForceLeaderTest, SolrCoreCheckLockOnStartupTest, FileUtilsTest, TestReloadDeadlock, EchoParamsTest, TestReRankQParserPlugin, DefaultValueUpdateProcessorTest, TestIntervalFaceting, ResourceLoaderTest, DocValuesMissingTest, BinaryUpdateRequestHandlerTest, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, FieldMutatingUpdateProcessorTest, TestFieldResource, BigEndianAscendingWordDeserializerTest, ZkNodePropsTest, DateFieldTest, SpatialRPTFieldTypeTest, SimpleMLTQParserTest, TestSha256AuthenticationProvider, PKIAuthenticationIntegrationTest, TestRTGBase, BasicDistributedZk2Test, TestCloudSchemaless, HdfsUnloadDistributedZkTest, DistributedExpandComponentTest, TestDefaultStatsCache, ChangedSchemaMergeTest, CollectionsAPIAsyncDistributedZkTest, SuggesterTSTTest, TestCollapseQParserPlugin, BasicFunctionalityTest, TestRebalanceLeaders, TestManagedSynonymFilterFactory, TestFoldingMultitermQuery, TestNRTOpen, TestSchemaVersionResource, SolrPluginUtilsTest, TriLevelCompositeIdRoutingTest, TestCloudManagedSchema, TestPerFieldSimilarity, TestConfigOverlay, SpellCheckComponentTest]
   [junit4] Completed [262/566 (1!)] on J1 in 10.48s, 10 tests, 1 error <<< FAILURES!

[...truncated 949 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:233: 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: 566 suites (8 ignored), 2254 tests, 1 error, 118 ignored (68 assumptions) [seed: C753097722CE3FD]

Total time: 71 minutes 19 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