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 2018/07/06 17:07:05 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_172) - Build # 7403 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7403/
Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseParallelGC

8 tests failed.
FAILED:  org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir

Error Message:
Captured an uncaught exception in thread: Thread[id=27482, name=cdcr-replicator-11152-thread-1, state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=27482, name=cdcr-replicator-11152-thread-1, state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError: 1605258586947059712 != 1605258586607321088
	at __randomizedtesting.SeedInfo.seed([EA490BEBDFE12ECC]:0)
	at org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
	at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:125)
	at org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:
--> http://127.0.0.1:56436/collection1_shard2_replica_n41:Failed to execute sqlQuery 'select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc' against JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc": java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: --> http://127.0.0.1:56436/collection1_shard2_replica_n41/:id must have DocValues to use this feature.

Stack Trace:
java.io.IOException: --> http://127.0.0.1:56436/collection1_shard2_replica_n41:Failed to execute sqlQuery 'select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc": java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: --> http://127.0.0.1:56436/collection1_shard2_replica_n41/:id must have DocValues to use this feature.
	at __randomizedtesting.SeedInfo.seed([EA490BEBDFE12ECC:4D0DB34FB25A3D75]:0)
	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:217)
	at org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2523)
	at org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:125)
	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSQLHandler

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler:     1) Thread[id=3260, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler: 
   1) Thread[id=3260, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([EA490BEBDFE12ECC]:0)


FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:
--> http://127.0.0.1:56621/collection1_shard2_replica_n41:Failed to execute sqlQuery 'select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc' against JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc": java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: --> http://127.0.0.1:56653/collection1_shard2_replica_n45/:id must have DocValues to use this feature.

Stack Trace:
java.io.IOException: --> http://127.0.0.1:56621/collection1_shard2_replica_n41:Failed to execute sqlQuery 'select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc": java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: --> http://127.0.0.1:56653/collection1_shard2_replica_n45/:id must have DocValues to use this feature.
	at __randomizedtesting.SeedInfo.seed([EA490BEBDFE12ECC:4D0DB34FB25A3D75]:0)
	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:217)
	at org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2523)
	at org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:125)
	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSQLHandler

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler:     1) Thread[id=3508, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler: 
   1) Thread[id=3508, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([EA490BEBDFE12ECC]:0)


FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:
--> http://127.0.0.1:56760/collection1_shard2_replica_n41:Failed to execute sqlQuery 'select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc' against JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc": java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: --> http://127.0.0.1:56760/collection1_shard2_replica_n41/:id must have DocValues to use this feature.

Stack Trace:
java.io.IOException: --> http://127.0.0.1:56760/collection1_shard2_replica_n41:Failed to execute sqlQuery 'select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc": java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: --> http://127.0.0.1:56760/collection1_shard2_replica_n41/:id must have DocValues to use this feature.
	at __randomizedtesting.SeedInfo.seed([EA490BEBDFE12ECC:4D0DB34FB25A3D75]:0)
	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:217)
	at org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2523)
	at org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:125)
	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSQLHandler

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler:     1) Thread[id=3589, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler: 
   1) Thread[id=3589, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([EA490BEBDFE12ECC]:0)


FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EA490BEBDFE12ECC:4D0DB34FB25A3D75]:0)
	at org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:197)
	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12594 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> 430985 INFO  (SUITE-TestSQLHandler-seed#[EA490BEBDFE12ECC]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\init-core-data-001
   [junit4]   2> 430988 WARN  (SUITE-TestSQLHandler-seed#[EA490BEBDFE12ECC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=146 numCloses=146
   [junit4]   2> 430988 INFO  (SUITE-TestSQLHandler-seed#[EA490BEBDFE12ECC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 430992 INFO  (SUITE-TestSQLHandler-seed#[EA490BEBDFE12ECC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 430992 INFO  (SUITE-TestSQLHandler-seed#[EA490BEBDFE12ECC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 430994 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 430996 INFO  (Thread-717) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 430996 INFO  (Thread-717) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 430999 ERROR (Thread-717) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 431094 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.ZkTestServer start zk server on port:52016
   [junit4]   2> 431098 INFO  (zkConnectionManagerCallback-926-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 431101 INFO  (zkConnectionManagerCallback-928-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 431106 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-sql.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 431108 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema-sql.xml to /configs/conf1/schema.xml
   [junit4]   2> 431109 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 431110 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 431111 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 431112 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 431113 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 431115 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 431116 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 431117 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 431118 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 431119 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100002134c50001, likely client has closed socket
   [junit4]   2> 431119 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 431738 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 431739 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 431739 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 431739 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 431739 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6af40ef2{/,null,AVAILABLE}
   [junit4]   2> 431742 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2edf2070{HTTP/1.1,[http/1.1]}{127.0.0.1:52023}
   [junit4]   2> 431742 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.Server Started @431782ms
   [junit4]   2> 431742 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=52023, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\control-001\cores}
   [junit4]   2> 431742 ERROR (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431742 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 431742 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 431742 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431742 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431742 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-06T15:37:29.325Z
   [junit4]   2> 431745 INFO  (zkConnectionManagerCallback-930-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 431746 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100002134c50002, likely client has closed socket
   [junit4]   2> 431746 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 431746 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\control-001\solr.xml
   [junit4]   2> 431755 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 431755 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 431756 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 431927 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52016/solr
   [junit4]   2> 431931 INFO  (zkConnectionManagerCallback-934-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 431935 INFO  (zkConnectionManagerCallback-936-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432007 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52023_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 432007 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52023_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52023_
   [junit4]   2> 432008 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52023_    ] o.a.s.c.Overseer Overseer (id=72057736657174532-127.0.0.1:52023_-n_0000000000) starting
   [junit4]   2> 432015 INFO  (zkConnectionManagerCallback-943-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432017 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52023_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52016/solr ready
   [junit4]   2> 432017 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52023_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52023_
   [junit4]   2> 432024 INFO  (OverseerStateUpdate-72057736657174532-127.0.0.1:52023_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 432029 INFO  (zkCallback-942-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 432067 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52023_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 432091 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52023_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 432096 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52023_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 432096 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52023_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 432099 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52023_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\control-001\cores
   [junit4]   2> 432126 INFO  (zkConnectionManagerCallback-949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 432128 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 432128 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52016/solr ready
   [junit4]   2> 432130 INFO  (qtp7319041-3325) [n:127.0.0.1:52023_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:52023_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 432134 INFO  (OverseerThreadFactory-1360-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 432242 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 432244 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 433269 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 433276 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 433311 WARN  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 433311 WARN  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 433311 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 433312 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 433312 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 433312 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 433312 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 433409 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 433409 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 433410 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 433410 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 433411 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10e5b0ac[control_collection_shard1_replica_n1] main]
   [junit4]   2> 433412 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 433413 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 433414 INFO  (searcherExecutor-1365-thread-1-processing-n:127.0.0.1:52023_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@10e5b0ac[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 433414 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1605256034120630272
   [junit4]   2> 433419 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 433422 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 433422 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 433422 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52023/control_collection_shard1_replica_n1/
   [junit4]   2> 433422 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 433422 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:52023/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 433422 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 433425 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52023/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 433577 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 433581 INFO  (qtp7319041-3321) [n:127.0.0.1:52023_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1338
   [junit4]   2> 433584 INFO  (qtp7319041-3325) [n:127.0.0.1:52023_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 433680 INFO  (zkCallback-935-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 434135 INFO  (OverseerCollectionConfigSetProcessor-72057736657174532-127.0.0.1:52023_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 434584 INFO  (qtp7319041-3325) [n:127.0.0.1:52023_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:52023_&wt=javabin&version=2} status=0 QTime=2453
   [junit4]   2> 434585 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100002134c50006, likely client has closed socket
   [junit4]   2> 434592 INFO  (zkConnectionManagerCallback-954-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 434593 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 434594 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52016/solr ready
   [junit4]   2> 434594 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 434595 INFO  (qtp7319041-3324) [n:127.0.0.1:52023_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 434597 INFO  (OverseerThreadFactory-1360-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 434598 WARN  (OverseerThreadFactory-1360-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 434803 INFO  (qtp7319041-3324) [n:127.0.0.1:52023_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 434804 INFO  (qtp7319041-3324) [n:127.0.0.1:52023_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=209
   [junit4]   2> 435302 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-1-001 of type NRT
   [junit4]   2> 435302 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 435303 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 435303 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 435303 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 435303 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10586592{/,null,AVAILABLE}
   [junit4]   2> 435304 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4a1a95b7{HTTP/1.1,[http/1.1]}{127.0.0.1:52059}
   [junit4]   2> 435304 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.Server Started @435345ms
   [junit4]   2> 435304 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=52059, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-1-001\cores}
   [junit4]   2> 435312 ERROR (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 435312 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 435312 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 435312 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 435312 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 435312 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-06T15:37:32.895Z
   [junit4]   2> 435315 INFO  (zkConnectionManagerCallback-956-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 435316 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100002134c50008, likely client has closed socket
   [junit4]   2> 435316 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 435316 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-1-001\solr.xml
   [junit4]   2> 435324 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 435324 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 435324 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 435556 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52016/solr
   [junit4]   2> 435558 INFO  (zkConnectionManagerCallback-960-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 435561 INFO  (zkConnectionManagerCallback-962-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 435567 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 435569 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 435571 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 435571 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52059_
   [junit4]   2> 435571 INFO  (zkCallback-935-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 435571 INFO  (zkCallback-942-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 435572 INFO  (zkCallback-953-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 435572 INFO  (zkCallback-961-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 435619 INFO  (zkConnectionManagerCallback-969-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 435620 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 435622 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52016/solr ready
   [junit4]   2> 435622 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 435659 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 435665 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 435665 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 435667 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52059_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-1-001\cores
   [junit4]   2> 435692 INFO  (qtp7319041-3328) [n:127.0.0.1:52023_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:52059_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 435694 INFO  (OverseerCollectionConfigSetProcessor-72057736657174532-127.0.0.1:52023_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 435695 INFO  (OverseerThreadFactory-1360-thread-3) [ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:52059_ for creating new replica
   [junit4]   2> 435698 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_    x:collection1_shard2_replica_n41] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 436726 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 436732 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 436774 WARN  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 436774 WARN  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 436774 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 436774 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 436775 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 436775 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 436775 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-1-001\cores\collection1_shard2_replica_n41], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-1-001\cores\collection1_shard2_replica_n41\data\]
   [junit4]   2> 436856 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 436856 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 436858 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 436858 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 436859 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@7327f5d1[collection1_shard2_replica_n41] main]
   [junit4]   2> 436860 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 436860 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 436861 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1605256037735071744
   [junit4]   2> 436862 INFO  (searcherExecutor-1378-thread-1-processing-n:127.0.0.1:52059_ x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@7327f5d1[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 436866 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node42=0}, version=0}
   [junit4]   2> 436869 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 436869 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 436869 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52059/collection1_shard2_replica_n41/
   [junit4]   2> 436869 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 436869 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:52059/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 436869 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 436872 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52059/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 437026 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 437029 INFO  (qtp70267633-3380) [n:127.0.0.1:52059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1331
   [junit4]   2> 437033 INFO  (qtp7319041-3328) [n:127.0.0.1:52023_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:52059_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1341
   [junit4]   2> 437133 INFO  (zkCallback-961-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 437606 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-2-001 of type NRT
   [junit4]   2> 437607 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 437608 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 437608 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 437608 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 437608 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6baaf6d7{/,null,AVAILABLE}
   [junit4]   2> 437609 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9376916{HTTP/1.1,[http/1.1]}{127.0.0.1:52086}
   [junit4]   2> 437609 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.Server Started @437649ms
   [junit4]   2> 437609 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=52086, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-2-001\cores}
   [junit4]   2> 437609 ERROR (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 437622 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 437622 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 437622 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 437622 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 437622 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-06T15:37:35.205Z
   [junit4]   2> 437631 INFO  (zkConnectionManagerCallback-972-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 437631 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100002134c5000c, likely client has closed socket
   [junit4]   2> 437631 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 437631 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-2-001\solr.xml
   [junit4]   2> 437642 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 437642 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 437642 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 437703 INFO  (OverseerCollectionConfigSetProcessor-72057736657174532-127.0.0.1:52023_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 437753 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52016/solr
   [junit4]   2> 437759 INFO  (zkConnectionManagerCallback-976-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 437760 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100002134c5000d, likely client has closed socket
   [junit4]   2> 437762 INFO  (zkConnectionManagerCallback-978-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 437768 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 437770 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 437772 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 437772 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52086_
   [junit4]   2> 437774 INFO  (zkCallback-953-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 437774 INFO  (zkCallback-942-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 437774 INFO  (zkCallback-961-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 437774 INFO  (zkCallback-935-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 437776 INFO  (zkCallback-977-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 437778 INFO  (zkCallback-968-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 437842 INFO  (zkConnectionManagerCallback-985-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 437843 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 437850 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52016/solr ready
   [junit4]   2> 437850 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 437882 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 437888 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 437889 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 437893 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [n:127.0.0.1:52086_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-2-001\cores
   [junit4]   2> 437939 INFO  (qtp7319041-3324) [n:127.0.0.1:52023_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:52086_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 437943 INFO  (OverseerThreadFactory-1360-thread-4) [ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:52086_ for creating new replica
   [junit4]   2> 437946 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_    x:collection1_shard1_replica_n43] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 438054 INFO  (zkCallback-961-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 438971 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 438976 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 439015 WARN  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 439015 WARN  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 439015 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 439015 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 439017 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bd9eb19
   [junit4]   2> 439017 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 439017 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-2-001\cores\collection1_shard1_replica_n43], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-2-001\cores\collection1_shard1_replica_n43\data\]
   [junit4]   2> 439084 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 439084 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 439085 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 439085 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 439086 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@4dcb4983[collection1_shard1_replica_n43] main]
   [junit4]   2> 439088 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 439088 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 439089 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1605256040071299072
   [junit4]   2> 439090 INFO  (searcherExecutor-1391-thread-1-processing-n:127.0.0.1:52086_ x:collection1_shard1_replica_n43 c:collection1 s:shard1) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@4dcb4983[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 439093 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node44=0}, version=0}
   [junit4]   2> 439096 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 439096 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 439096 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52086/collection1_shard1_replica_n43/
   [junit4]   2> 439096 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 439096 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy http://127.0.0.1:52086/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 439096 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 439099 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52086/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 439201 INFO  (zkCallback-961-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 439252 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 439254 INFO  (qtp2126418781-3417) [n:127.0.0.1:52086_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1308
   [junit4]   2> 439258 INFO  (qtp7319041-3324) [n:127.0.0.1:52023_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:52086_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1319
   [junit4]   2> 439358 INFO  (zkCallback-977-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 439358 INFO  (zkCallback-961-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 439796 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-3-001 of type NRT
   [junit4]   2> 439797 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 439797 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 439797 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 439798 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 439798 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28a3639{/,null,AVAILABLE}
   [junit4]   2> 439798 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6b5e19c8{HTTP/1.1,[http/1.1]}{127.0.0.1:52108}
   [junit4]   2> 439798 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.e.j.s.Server Started @439839ms
   [junit4]   2> 439798 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=52108, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-3-001\cores}
   [junit4]   2> 439799 ERROR (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 439799 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 439799 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 439799 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 439799 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 439799 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-06T15:37:37.382Z
   [junit4]   2> 439803 INFO  (zkConnectionManagerCallback-988-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 439804 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100002134c50010, likely client has closed socket
   [junit4]   2> 439804 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 439804 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-001\shard-3-001\solr.xml
   [junit4]   2> 439812 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 439812 INFO  (TEST-TestSQLHandler.doTest-seed#[EA490BEBDFE12ECC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 43981

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

ZkTestServer connecting to 127.0.0.1:56729 56729
   [junit4]   2> 275141 WARN  (Thread-167) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/aliases.json
   [junit4]   2> 	11	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	11	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/clusterstate.json
   [junit4]   2> 	19	/solr/clusterprops.json
   [junit4]   2> 	17	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/live_nodes
   [junit4]   2> 	19	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler -Dtests.method=doTest -Dtests.seed=EA490BEBDFE12ECC -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=sk-SK -Dtests.timezone=America/Argentina/Salta -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   18.4s J1 | TestSQLHandler.doTest <<<
   [junit4]    > Throwable #1: java.io.IOException: --> http://127.0.0.1:56760/collection1_shard2_replica_n41:Failed to execute sqlQuery 'select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc' against JDBC connection 'jdbc:calcitesolr:'.
   [junit4]    > Error while executing SQL "select id, field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc": java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: --> http://127.0.0.1:56760/collection1_shard2_replica_n41/:id must have DocValues to use this feature.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EA490BEBDFE12ECC:4D0DB34FB25A3D75]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:217)
   [junit4]    > 	at org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2523)
   [junit4]    > 	at org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:125)
   [junit4]    > 	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:83)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSQLHandler_EA490BEBDFE12ECC-002
   [junit4]   2> Jul 06, 2018 5:03:53 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> Jul 06, 2018 5:05:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler: 
   [junit4]   2>    1) Thread[id=3589, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jul 06, 2018 5:05:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=3589, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2> Jul 06, 2018 5:05:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), text=Lucene50(blocksize=128), str_s=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Lucene70), field_i=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=807, maxMBSortInHeap=7.785358860659189, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3ee9448), locale=sk-SK, timezone=America/Argentina/Salta
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=141517232,total=286785536
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrBidirectionalTest, TestSQLHandler, CdcrBidirectionalTest, TestSQLHandler, TestSQLHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler -Dtests.seed=EA490BEBDFE12ECC -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=sk-SK -Dtests.timezone=America/Argentina/Salta -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSQLHandler (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler: 
   [junit4]    >    1) Thread[id=3589, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EA490BEBDFE12ECC]:0)
   [junit4] Completed [10/10 (3!)] on J1 in 98.73s, 1 test, 2 errors <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: EA490BEBDFE12ECC]:
   [junit4]   - org.apache.solr.handler.TestSQLHandler.doTest
   [junit4]   - org.apache.solr.handler.TestSQLHandler (suite)
   [junit4]   - org.apache.solr.handler.TestSQLHandler.doTest
   [junit4]   - org.apache.solr.handler.TestSQLHandler (suite)
   [junit4]   - org.apache.solr.handler.TestSQLHandler.doTest
   [junit4]   - org.apache.solr.handler.TestSQLHandler (suite)
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.78 ..   289.77 =   288.99s
   [junit4] JVM J1:     0.80 ..   356.11 =   355.31s
   [junit4] Execution time total: 5 minutes 56 seconds
   [junit4] Tests summary: 10 suites, 10 tests, 3 suite-level errors, 3 errors

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1568: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1092: There were test failures: 10 suites, 10 tests, 3 suite-level errors, 3 errors [seed: EA490BEBDFE12ECC]

Total time: 5 minutes 57 seconds

[repro] Setting last failure code to 1

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
[repro]   3/5 failed: org.apache.solr.handler.TestSQLHandler
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=a09f3facfc5d9d096661a2c45458fc5b55a07819, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #7401
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_172) - Build # 7404 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7404/
Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-006\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-006\collection1    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-006: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-006 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-006\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-006\collection1
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-006: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-006

	at __randomizedtesting.SeedInfo.seed([FCAD03B9A1D96F9:8A66ADA0221208D9]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:318)
	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd$SolrInstance.tearDown(TestSolrEntityProcessorEndToEnd.java:360)
	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.tearDown(TestSolrEntityProcessorEndToEnd.java:142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 21120 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\init-core-data-001
   [junit4]   2> INFO  - 2018-07-07 04:42:57.235; org.apache.solr.SolrTestCaseJ4; Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> INFO  - 2018-07-07 04:42:57.237; org.apache.solr.SolrTestCaseJ4; Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> INFO  - 2018-07-07 04:42:57.239; org.apache.solr.SolrTestCaseJ4; SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> INFO  - 2018-07-07 04:42:57.243; org.apache.solr.SolrTestCaseJ4; ###Starting testFullImportFieldsParam
   [junit4]   2> INFO  - 2018-07-07 04:42:57.269; org.apache.solr.SolrTestCaseJ4; ####initCore
   [junit4]   2> INFO  - 2018-07-07 04:42:57.307; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:42:57.338; org.apache.solr.schema.IndexSchema; [null] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:42:57.348; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:42:57.622; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-07 04:42:57.622; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-07 04:42:57.654; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:42:57.654; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:42:57.655; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:42:57.689; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:42:57.710; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:42:57.728; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:42:57.728; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-001\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-07 04:42:57.728; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:42:57.756; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-07 04:42:57.757; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\init-core-data-001\]
   [junit4]   2> INFO  - 2018-07-07 04:42:57.920; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:42:57.920; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:42:57.942; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@62f0177c[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:42:57.944; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-001\collection1\conf
   [junit4]   2> INFO  - 2018-07-07 04:42:57.944; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-07 04:42:57.945; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@62f0177c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-07 04:42:57.947; org.apache.solr.SolrTestCaseJ4; ####initCore end
   [junit4]   2> INFO  - 2018-07-07 04:42:58.548; org.eclipse.jetty.server.Server; jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> INFO  - 2018-07-07 04:42:58.604; org.eclipse.jetty.server.session; DefaultSessionIdManager workerName=node0
   [junit4]   2> INFO  - 2018-07-07 04:42:58.604; org.eclipse.jetty.server.session; No SessionScavenger set, using defaults
   [junit4]   2> INFO  - 2018-07-07 04:42:58.612; org.eclipse.jetty.server.session; node0 Scavenging every 600000ms
   [junit4]   2> INFO  - 2018-07-07 04:42:58.659; org.eclipse.jetty.server.handler.ContextHandler; Started o.e.j.s.ServletContextHandler@5c5659f{/solr,null,AVAILABLE}
   [junit4]   2> INFO  - 2018-07-07 04:42:58.685; org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@3eb351dd{HTTP/1.1,[http/1.1]}{127.0.0.1:64918}
   [junit4]   2> INFO  - 2018-07-07 04:42:58.686; org.eclipse.jetty.server.Server; Started @23467ms
   [junit4]   2> INFO  - 2018-07-07 04:42:58.686; org.apache.solr.client.solrj.embedded.JettySolrRunner; Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-001\collection1\data, hostContext=/solr, hostPort=64918}
   [junit4]   2> INFO  - 2018-07-07 04:42:58.752; org.apache.solr.util.configuration.SSLCredentialProviderFactory; Processing SSL Credential Provider chain: env;sysprop
   [junit4]   2> ERROR - 2018-07-07 04:42:58.764; org.apache.solr.util.StartupLoggingUtils; Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> INFO  - 2018-07-07 04:42:58.765; org.apache.solr.servlet.SolrDispatchFilter; Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> INFO  - 2018-07-07 04:42:58.765; org.apache.solr.servlet.SolrDispatchFilter;  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:42:58.765; org.apache.solr.servlet.SolrDispatchFilter; / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> INFO  - 2018-07-07 04:42:58.765; org.apache.solr.servlet.SolrDispatchFilter; \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> INFO  - 2018-07-07 04:42:58.765; org.apache.solr.servlet.SolrDispatchFilter; |___/\___/_|_|    Start time: 2018-07-07T04:42:58.765Z
   [junit4]   2> INFO  - 2018-07-07 04:42:58.776; org.apache.solr.core.SolrXmlConfig; Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-001\solr.xml
   [junit4]   2> INFO  - 2018-07-07 04:42:58.794; org.apache.solr.core.SolrXmlConfig; MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> INFO  - 2018-07-07 04:42:59.003; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-07 04:42:59.003; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-07 04:42:59.036; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:42:59.036; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:42:59.036; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:42:59.045; org.apache.solr.core.CorePropertiesLocator; Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-001
   [junit4]   2> INFO  - 2018-07-07 04:42:59.045; org.apache.solr.core.CorePropertiesLocator; Cores are: [collection1]
   [junit4]   2> INFO  - 2018-07-07 04:42:59.113; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:42:59.124; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:42:59.134; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:42:59.135; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-001\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-07 04:42:59.135; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:42:59.135; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-07 04:42:59.135; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-001\collection1\data\]
   [junit4]   2> INFO  - 2018-07-07 04:42:59.383; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:42:59.384; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:42:59.412; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@4cfd8720[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:42:59.413; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-001\collection1\conf
   [junit4]   2> INFO  - 2018-07-07 04:42:59.414; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-07 04:42:59.417; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4cfd8720[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-07 04:42:59.422; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=4
   [junit4]   2> INFO  - 2018-07-07 04:43:00.259; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1, 2, 3, 4, 5, 6, 7]} 0 64
   [junit4]   2> INFO  - 2018-07-07 04:43:00.357; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-07-07 04:43:00.357; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5b604070 commitCommandVersion:0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.440; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@6e06593f[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:43:00.441; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-07-07 04:43:00.442; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@6e06593f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c7)))}
   [junit4]   2> INFO  - 2018-07-07 04:43:00.442; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 86
   [junit4]   2> INFO  - 2018-07-07 04:43:00.447; org.apache.solr.handler.dataimport.config.DIHConfiguration; id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> INFO  - 2018-07-07 04:43:00.447; org.apache.solr.handler.dataimport.DataImporter; Data Configuration loaded successfully
   [junit4]   2> INFO  - 2018-07-07 04:43:00.447; org.apache.solr.handler.dataimport.DataImporter; Starting Full Import
   [junit4]   2> WARN  - 2018-07-07 04:43:00.447; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-07-07 04:43:00.497; org.apache.solr.update.DirectUpdateHandler2; [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> INFO  - 2018-07-07 04:43:00.504; org.apache.solr.handler.dataimport.SolrEntityProcessor; using BinaryResponseParser
   [junit4]   2> INFO  - 2018-07-07 04:43:00.646; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=*:*&fl=id&cursorMark=*&sort=id+asc&rows=2&wt=javabin&version=2} hits=7 status=0 QTime=131
   [junit4]   2> INFO  - 2018-07-07 04:43:00.657; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=*:*&fl=id&cursorMark=AoEhMg%3D%3D&sort=id+asc&rows=2&wt=javabin&version=2} hits=7 status=0 QTime=4
   [junit4]   2> INFO  - 2018-07-07 04:43:00.659; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=*:*&fl=id&cursorMark=AoEhNA%3D%3D&sort=id+asc&rows=2&wt=javabin&version=2} hits=7 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.662; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=*:*&fl=id&cursorMark=AoEhNg%3D%3D&sort=id+asc&rows=2&wt=javabin&version=2} hits=7 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.665; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=*:*&fl=id&cursorMark=AoEhNw%3D%3D&sort=id+asc&rows=2&wt=javabin&version=2} hits=7 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.666; org.apache.solr.handler.dataimport.DocBuilder; Import completed successfully
   [junit4]   2> INFO  - 2018-07-07 04:43:00.666; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-07-07 04:43:00.666; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16896a54 commitCommandVersion:0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.701; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@1694e2ab[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:43:00.702; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-07-07 04:43:00.706; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1694e2ab[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c7)))}
   [junit4]   2> WARN  - 2018-07-07 04:43:00.707; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-07-07 04:43:00.707; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Wrote last indexed time to dataimport.properties
   [junit4]   2> INFO  - 2018-07-07 04:43:00.707; org.apache.solr.handler.dataimport.DocBuilder; Time taken = 0:0:0.260
   [junit4]   2> INFO  - 2018-07-07 04:43:00.707; org.apache.solr.update.processor.LogUpdateProcessorFactory; [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'http://127.0.0.1:64918/solr/collection1'+query%3D'*:*'+fl%3D'id'+rows%3D'2'+cursorMark%3D'true'+sort%3D'id+asc'+/>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&wt=xml&command=full-import}{deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7],commit=} 0 264
   [junit4]   2> INFO  - 2018-07-07 04:43:00.708; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=7 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.713; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=2
   [junit4]   2> INFO  - 2018-07-07 04:43:00.714; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> ERROR - 2018-07-07 04:43:00.715; org.apache.solr.SolrTestCaseJ4; REQUEST FAILED: xpath=//result/doc/arr[@name='desc']
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">id:1</str><str name="qt"/><str name="start">0</str><str name="rows">20</str><str name="version">2.2</str></lst></lst><result name="response" numFound="1" start="0"><doc><str name="id">1</str><date name="timestamp">2018-07-07T04:43:00.443Z</date></doc></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:1&qt=&start=0&rows=20&version=2.2
   [junit4]   2> ERROR - 2018-07-07 04:43:00.715; org.apache.solr.SolrTestCaseJ4; REQUEST FAILED: q=id:1&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result/doc/arr[@name='desc']
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">id:1</str><str name="qt"/><str name="start">0</str><str name="rows">20</str><str name="version">2.2</str></lst></lst><result name="response" numFound="1" start="0"><doc><str name="id">1</str><date name="timestamp">2018-07-07T04:43:00.443Z</date></doc></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:1&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:910)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam(TestSolrEntityProcessorEndToEnd.java:193)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> INFO  - 2018-07-07 04:43:00.716; org.apache.solr.SolrTestCaseJ4; ###deleteCore
   [junit4]   2> INFO  - 2018-07-07 04:43:00.716; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1498993975
   [junit4]   2> INFO  - 2018-07-07 04:43:00.716; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:00.716; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5499fc03: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3681be70
   [junit4]   2> INFO  - 2018-07-07 04:43:00.720; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:00.720; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@173bee5: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@45e966a0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.722; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:00.722; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1762b99: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@bc4ce50
   [junit4]   2> INFO  - 2018-07-07 04:43:00.722; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1678cfed
   [junit4]   2> INFO  - 2018-07-07 04:43:00.722; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=1678cfed
   [junit4]   2> INFO  - 2018-07-07 04:43:00.722; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@77e0ecfb: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4a1f6c62
   [junit4]   2> INFO  - 2018-07-07 04:43:00.740; org.eclipse.jetty.server.AbstractConnector; Stopped ServerConnector@3eb351dd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> INFO  - 2018-07-07 04:43:00.740; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=739316026
   [junit4]   2> INFO  - 2018-07-07 04:43:00.741; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:00.741; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67c758b7: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3859a5c8
   [junit4]   2> INFO  - 2018-07-07 04:43:00.747; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:00.747; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1226e852: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@45e966a0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.750; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:00.750; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b1a6b3: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@bc4ce50
   [junit4]   2> INFO  - 2018-07-07 04:43:00.751; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5ecb5ab0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.751; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=5ecb5ab0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.751; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2ab91f02: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@25c36674
   [junit4]   2> INFO  - 2018-07-07 04:43:00.769; org.eclipse.jetty.server.handler.ContextHandler; Stopped o.e.j.s.ServletContextHandler@5c5659f{/solr,null,UNAVAILABLE}
   [junit4]   2> INFO  - 2018-07-07 04:43:00.770; org.eclipse.jetty.server.session; node0 Stopped scavenging
   [junit4]   2> INFO  - 2018-07-07 04:43:00.777; org.apache.solr.SolrTestCaseJ4; ###Ending testFullImportFieldsParam
   [junit4]   2> INFO  - 2018-07-07 04:43:00.778; org.apache.solr.SolrTestCaseJ4; ###Starting testFullImportBadConfig
   [junit4]   2> INFO  - 2018-07-07 04:43:00.803; org.apache.solr.SolrTestCaseJ4; ####initCore
   [junit4]   2> INFO  - 2018-07-07 04:43:00.831; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:00.850; org.apache.solr.schema.IndexSchema; [null] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:43:00.863; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:43:01.103; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-07 04:43:01.103; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-07 04:43:01.158; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:01.165; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:01.166; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:01.252; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:01.263; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:43:01.276; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:43:01.276; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-002\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-07 04:43:01.277; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:01.277; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-07 04:43:01.277; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-001\collection1\data\]
   [junit4]   2> INFO  - 2018-07-07 04:43:01.510; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:43:01.511; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:43:01.533; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@6abf7e97[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:43:01.534; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-002\collection1\conf
   [junit4]   2> INFO  - 2018-07-07 04:43:01.535; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-07 04:43:01.540; org.apache.solr.SolrTestCaseJ4; ####initCore end
   [junit4]   2> INFO  - 2018-07-07 04:43:01.551; org.eclipse.jetty.server.Server; jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> INFO  - 2018-07-07 04:43:01.553; org.eclipse.jetty.server.session; DefaultSessionIdManager workerName=node0
   [junit4]   2> INFO  - 2018-07-07 04:43:01.553; org.eclipse.jetty.server.session; No SessionScavenger set, using defaults
   [junit4]   2> INFO  - 2018-07-07 04:43:01.553; org.eclipse.jetty.server.session; node0 Scavenging every 600000ms
   [junit4]   2> INFO  - 2018-07-07 04:43:01.554; org.eclipse.jetty.server.handler.ContextHandler; Started o.e.j.s.ServletContextHandler@2c638970{/solr,null,AVAILABLE}
   [junit4]   2> INFO  - 2018-07-07 04:43:01.555; org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@3c4035ba{HTTP/1.1,[http/1.1]}{127.0.0.1:64923}
   [junit4]   2> INFO  - 2018-07-07 04:43:01.555; org.eclipse.jetty.server.Server; Started @26337ms
   [junit4]   2> INFO  - 2018-07-07 04:43:01.555; org.apache.solr.client.solrj.embedded.JettySolrRunner; Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-002\collection1\data, hostContext=/solr, hostPort=64923}
   [junit4]   2> ERROR - 2018-07-07 04:43:01.568; org.apache.solr.util.StartupLoggingUtils; Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> INFO  - 2018-07-07 04:43:01.568; org.apache.solr.servlet.SolrDispatchFilter; Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> INFO  - 2018-07-07 04:43:01.568; org.apache.solr.servlet.SolrDispatchFilter;  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:01.568; org.apache.solr.servlet.SolrDispatchFilter; / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> INFO  - 2018-07-07 04:43:01.568; org.apache.solr.servlet.SolrDispatchFilter; \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> INFO  - 2018-07-07 04:43:01.568; org.apache.solr.servlet.SolrDispatchFilter; |___/\___/_|_|    Start time: 2018-07-07T04:43:01.568Z
   [junit4]   2> INFO  - 2018-07-07 04:43:01.569; org.apache.solr.core.SolrXmlConfig; Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-002\solr.xml
   [junit4]   2> INFO  - 2018-07-07 04:43:01.580; org.apache.solr.core.SolrXmlConfig; MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> INFO  - 2018-07-07 04:43:01.608; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@6abf7e97[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-07 04:43:02.052; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-07 04:43:02.052; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-07 04:43:02.080; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:02.112; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:02.112; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:02.120; org.apache.solr.core.CorePropertiesLocator; Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-002
   [junit4]   2> INFO  - 2018-07-07 04:43:02.121; org.apache.solr.core.CorePropertiesLocator; Cores are: [collection1]
   [junit4]   2> INFO  - 2018-07-07 04:43:02.167; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:02.179; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:43:02.202; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:43:02.202; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-002\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-07 04:43:02.203; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:02.205; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-07 04:43:02.206; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-002\collection1\data\]
   [junit4]   2> INFO  - 2018-07-07 04:43:02.344; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:43:02.344; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:43:02.348; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@4efc30d6[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:43:02.349; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-002\collection1\conf
   [junit4]   2> INFO  - 2018-07-07 04:43:02.350; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-07 04:43:02.353; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4efc30d6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-07 04:43:02.850; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-07 04:43:02.854; org.apache.solr.handler.dataimport.config.DIHConfiguration; id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> INFO  - 2018-07-07 04:43:02.854; org.apache.solr.handler.dataimport.DataImporter; Data Configuration loaded successfully
   [junit4]   2> INFO  - 2018-07-07 04:43:02.854; org.apache.solr.handler.dataimport.DataImporter; Starting Full Import
   [junit4]   2> WARN  - 2018-07-07 04:43:02.855; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-07-07 04:43:02.855; org.apache.solr.update.DirectUpdateHandler2; [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> INFO  - 2018-07-07 04:43:02.859; org.apache.solr.handler.dataimport.SolrEntityProcessor; using BinaryResponseParser
   [junit4]   2> ERROR - 2018-07-07 04:43:02.863; org.apache.solr.handler.RequestHandlerBase; org.apache.solr.common.SolrException: undefined field bogus
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.getDynamicFieldType(IndexSchema.java:1290)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema$SolrQueryAnalyzer.getWrappedAnalyzer(IndexSchema.java:433)
   [junit4]   2> 	at org.apache.lucene.analysis.DelegatingAnalyzerWrapper$DelegatingReuseStrategy.getReusableComponents(DelegatingAnalyzerWrapper.java:84)
   [junit4]   2> 	at org.apache.lucene.analysis.Analyzer.tokenStream(Analyzer.java:191)
   [junit4]   2> 	at org.apache.lucene.util.QueryBuilder.createFieldQuery(QueryBuilder.java:240)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.newFieldQuery(SolrQueryParserBase.java:518)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.newFieldQuery(QueryParser.java:62)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.getFieldQuery(SolrQueryParserBase.java:1077)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.handleBareTokenQuery(SolrQueryParserBase.java:800)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Term(QueryParser.java:421)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Clause(QueryParser.java:278)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Query(QueryParser.java:162)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:131)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:254)
   [junit4]   2> 	at org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:49)
   [junit4]   2> 	at org.apache.solr.search.QParser.getQuery(QParser.java:173)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:160)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:709)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:515)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> INFO  - 2018-07-07 04:43:02.863; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=bogus:3&fl=id,desc&start=0&timeAllowed=300000&rows=2&wt=javabin&version=2} status=400 QTime=1
   [junit4]   2> INFO  - 2018-07-07 04:43:02.866; org.apache.solr.handler.dataimport.DocBuilder; Import completed successfully
   [junit4]   2> INFO  - 2018-07-07 04:43:02.866; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-07-07 04:43:02.866; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@19670e56 commitCommandVersion:0
   [junit4]   2> INFO  - 2018-07-07 04:43:02.882; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@907e071[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:43:02.883; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-07-07 04:43:02.885; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@907e071[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> WARN  - 2018-07-07 04:43:02.885; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-07-07 04:43:02.886; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Wrote last indexed time to dataimport.properties
   [junit4]   2> INFO  - 2018-07-07 04:43:02.886; org.apache.solr.handler.dataimport.DocBuilder; Time taken = 0:0:0.31
   [junit4]   2> INFO  - 2018-07-07 04:43:02.886; org.apache.solr.update.processor.LogUpdateProcessorFactory; [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'http://127.0.0.1:64923/solr/collection1'+query%3D'bogus:3'+rows%3D'2'+fl%3D'id,desc'+onError%3D'justtogetcoverage'+/>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&wt=xml&command=full-import}{deleteByQuery=*:*,commit=} 0 34
   [junit4]   2> INFO  - 2018-07-07 04:43:02.887; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-07 04:43:02.888; org.apache.solr.SolrTestCaseJ4; ###deleteCore
   [junit4]   2> INFO  - 2018-07-07 04:43:02.888; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1615710773
   [junit4]   2> INFO  - 2018-07-07 04:43:02.888; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:02.888; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76476b09: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@36ef9730
   [junit4]   2> INFO  - 2018-07-07 04:43:02.890; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:02.891; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41298bfc: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@45e966a0
   [junit4]   2> INFO  - 2018-07-07 04:43:02.892; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:02.892; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6fd114f6: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@bc4ce50
   [junit4]   2> INFO  - 2018-07-07 04:43:02.893; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@74a52d9a
   [junit4]   2> INFO  - 2018-07-07 04:43:02.893; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=74a52d9a
   [junit4]   2> INFO  - 2018-07-07 04:43:02.893; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4677511: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7d56cca6
   [junit4]   2> INFO  - 2018-07-07 04:43:02.901; org.eclipse.jetty.server.AbstractConnector; Stopped ServerConnector@3c4035ba{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> INFO  - 2018-07-07 04:43:02.902; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1497583047
   [junit4]   2> INFO  - 2018-07-07 04:43:02.902; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:02.902; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2aa87f83: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4b26852
   [junit4]   2> INFO  - 2018-07-07 04:43:02.906; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:02.907; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4d240166: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@45e966a0
   [junit4]   2> INFO  - 2018-07-07 04:43:02.909; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:02.910; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5fa29677: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@bc4ce50
   [junit4]   2> INFO  - 2018-07-07 04:43:02.910; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@699627c2
   [junit4]   2> INFO  - 2018-07-07 04:43:02.910; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=699627c2
   [junit4]   2> INFO  - 2018-07-07 04:43:02.910; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1341d243: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@643ee9e9
   [junit4]   2> INFO  - 2018-07-07 04:43:02.920; org.eclipse.jetty.server.handler.ContextHandler; Stopped o.e.j.s.ServletContextHandler@2c638970{/solr,null,UNAVAILABLE}
   [junit4]   2> INFO  - 2018-07-07 04:43:02.920; org.eclipse.jetty.server.session; node0 Stopped scavenging
   [junit4]   2> INFO  - 2018-07-07 04:43:02.925; org.apache.solr.SolrTestCaseJ4; ###Ending testFullImportBadConfig
   [junit4]   2> INFO  - 2018-07-07 04:43:02.928; org.apache.solr.SolrTestCaseJ4; ###Starting testFullImportFqParam
   [junit4]   2> INFO  - 2018-07-07 04:43:02.949; org.apache.solr.SolrTestCaseJ4; ####initCore
   [junit4]   2> INFO  - 2018-07-07 04:43:02.965; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:02.982; org.apache.solr.schema.IndexSchema; [null] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:43:02.990; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:43:03.141; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-07 04:43:03.142; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-07 04:43:03.174; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:03.187; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:03.188; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:03.234; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:03.243; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:43:03.256; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:43:03.256; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-003\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-07 04:43:03.257; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:03.257; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-07 04:43:03.257; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-003\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-002\collection1\data\]
   [junit4]   2> INFO  - 2018-07-07 04:43:03.472; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:43:03.472; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:43:03.551; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@7f5f5613[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:43:03.553; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-003\collection1\conf
   [junit4]   2> INFO  - 2018-07-07 04:43:03.553; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-07 04:43:03.558; org.apache.solr.SolrTestCaseJ4; ####initCore end
   [junit4]   2> INFO  - 2018-07-07 04:43:03.571; org.eclipse.jetty.server.Server; jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> INFO  - 2018-07-07 04:43:03.573; org.eclipse.jetty.server.session; DefaultSessionIdManager workerName=node0
   [junit4]   2> INFO  - 2018-07-07 04:43:03.573; org.eclipse.jetty.server.session; No SessionScavenger set, using defaults
   [junit4]   2> INFO  - 2018-07-07 04:43:03.573; org.eclipse.jetty.server.session; node0 Scavenging every 600000ms
   [junit4]   2> INFO  - 2018-07-07 04:43:03.573; org.eclipse.jetty.server.handler.ContextHandler; Started o.e.j.s.ServletContextHandler@372b36f0{/solr,null,AVAILABLE}
   [junit4]   2> INFO  - 2018-07-07 04:43:03.575; org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@43ce3013{HTTP/1.1,[http/1.1]}{127.0.0.1:64927}
   [junit4]   2> INFO  - 2018-07-07 04:43:03.575; org.eclipse.jetty.server.Server; Started @28356ms
   [junit4]   2> INFO  - 2018-07-07 04:43:03.575; org.apache.solr.client.solrj.embedded.JettySolrRunner; Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-003\collection1\data, hostContext=/solr, hostPort=64927}
   [junit4]   2> ERROR - 2018-07-07 04:43:03.576; org.apache.solr.util.StartupLoggingUtils; Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> INFO  - 2018-07-07 04:43:03.576; org.apache.solr.servlet.SolrDispatchFilter; Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> INFO  - 2018-07-07 04:43:03.576; org.apache.solr.servlet.SolrDispatchFilter;  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:03.576; org.apache.solr.servlet.SolrDispatchFilter; / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> INFO  - 2018-07-07 04:43:03.576; org.apache.solr.servlet.SolrDispatchFilter; \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> INFO  - 2018-07-07 04:43:03.577; org.apache.solr.servlet.SolrDispatchFilter; |___/\___/_|_|    Start time: 2018-07-07T04:43:03.577Z
   [junit4]   2> INFO  - 2018-07-07 04:43:03.582; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@7f5f5613[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-07 04:43:03.586; org.apache.solr.core.SolrXmlConfig; Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-003\solr.xml
   [junit4]   2> INFO  - 2018-07-07 04:43:03.608; org.apache.solr.core.SolrXmlConfig; MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> INFO  - 2018-07-07 04:43:03.808; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-07 04:43:03.808; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-07 04:43:03.839; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:03.847; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:03.847; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:03.855; org.apache.solr.core.CorePropertiesLocator; Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-003
   [junit4]   2> INFO  - 2018-07-07 04:43:03.855; org.apache.solr.core.CorePropertiesLocator; Cores are: [collection1]
   [junit4]   2> INFO  - 2018-07-07 04:43:03.916; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:03.925; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:43:03.935; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:43:03.935; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-003\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-07 04:43:03.936; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:03.936; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-07 04:43:03.936; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-003\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-003\collection1\data\]
   [junit4]   2> INFO  - 2018-07-07 04:43:04.075; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:43:04.075; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:43:04.079; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@67074434[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:43:04.079; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-003\collection1\conf
   [junit4]   2> INFO  - 2018-07-07 04:43:04.080; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-07 04:43:04.082; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@67074434[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-07 04:43:04.581; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-07 04:43:04.628; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (30 adds)]} 0 22
   [junit4]   2> INFO  - 2018-07-07 04:43:04.630; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-07-07 04:43:04.630; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@31de6288 commitCommandVersion:0
   [junit4]   2> INFO  - 2018-07-07 04:43:04.963; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@3c4f1c11[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:43:04.964; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3c4f1c11[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c30)))}
   [junit4]   2> INFO  - 2018-07-07 04:43:04.966; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-07-07 04:43:04.966; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 335
   [junit4]   2> INFO  - 2018-07-07 04:43:04.970; org.apache.solr.handler.dataimport.config.DIHConfiguration; id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> INFO  - 2018-07-07 04:43:04.970; org.apache.solr.handler.dataimport.DataImporter; Data Configuration loaded successfully
   [junit4]   2> INFO  - 2018-07-07 04:43:04.970; org.apache.solr.handler.dataimport.DataImporter; Starting Full Import
   [junit4]   2> WARN  - 2018-07-07 04:43:04.971; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-07-07 04:43:04.971; org.apache.solr.update.DirectUpdateHandler2; [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> INFO  - 2018-07-07 04:43:04.973; org.apache.solr.handler.dataimport.SolrEntityProcessor; using BinaryResponseParser
   [junit4]   2> INFO  - 2018-07-07 04:43:05.271; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=*:*&start=0&timeAllowed=300000&fq=desc:Description1*&fq=desc:Description*2&rows=2&wt=javabin&version=2} hits=1 status=0 QTime=289
   [junit4]   2> INFO  - 2018-07-07 04:43:05.275; org.apache.solr.handler.dataimport.DocBuilder; Import completed successfully
   [junit4]   2> INFO  - 2018-07-07 04:43:05.276; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-07-07 04:43:05.276; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1538a1fb commitCommandVersion:0
   [junit4]   2> INFO  - 2018-07-07 04:43:05.325; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@3e6b4a32[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:43:05.325; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-07-07 04:43:05.325; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3e6b4a32[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> WARN  - 2018-07-07 04:43:05.329; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-07-07 04:43:05.330; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Wrote last indexed time to dataimport.properties
   [junit4]   2> INFO  - 2018-07-07 04:43:05.330; org.apache.solr.handler.dataimport.DocBuilder; Time taken = 0:0:0.359
   [junit4]   2> INFO  - 2018-07-07 04:43:05.330; org.apache.solr.update.processor.LogUpdateProcessorFactory; [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'http://127.0.0.1:64927/solr/collection1'+query%3D'*:*'+fq%3D'desc:Description1*,desc:Description*2'+rows%3D'2'+/>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&rows=50&command=full-import}{deleteByQuery=*:*,add=[12],commit=} 0 362
   [junit4]   2> INFO  - 2018-07-07 04:43:05.331; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-07 04:43:05.332; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=id:12&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-07 04:43:05.334; org.apache.solr.SolrTestCaseJ4; ###deleteCore
   [junit4]   2> INFO  - 2018-07-07 04:43:05.334; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=920005674
   [junit4]   2> INFO  - 2018-07-07 04:43:05.334; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:05.335; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c5307ce: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@45ba6366
   [junit4]   2> INFO  - 2018-07-07 04:43:05.338; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:05.338; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15b98665: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@45e966a0
   [junit4]   2> INFO  - 2018-07-07 04:43:05.340; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:05.340; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c8dd617: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@bc4ce50
   [junit4]   2> INFO  - 2018-07-07 04:43:05.345; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4974103a
   [junit4]   2> INFO  - 2018-07-07 04:43:05.345; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=4974103a
   [junit4]   2> INFO  - 2018-07-07 04:43:05.345; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@50170ba2: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@187d9b09
   [junit4]   2> INFO  - 2018-07-07 04:43:05.360; org.eclipse.jetty.server.AbstractConnector; Stopped ServerConnector@43ce3013{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> INFO  - 2018-07-07 04:43:05.360; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1369538766
   [junit4]   2> INFO  - 2018-07-07 04:43:05.360; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:05.360; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5104938b: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4af852ff
   [junit4]   2> INFO  - 2018-07-07 04:43:05.368; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:05.368; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2cf36ed2: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@45e966a0
   [junit4]   2> INFO  - 2018-07-07 04:43:05.372; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-07-07 04:43:05.372; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31380084: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@bc4ce50
   [junit4]   2> INFO  - 2018-07-07 04:43:05.374; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@30a67f1e
   [junit4]   2> INFO  - 2018-07-07 04:43:05.374; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=30a67f1e
   [junit4]   2> INFO  - 2018-07-07 04:43:05.374; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43fda922: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3435bc7b
   [junit4]   2> INFO  - 2018-07-07 04:43:05.389; org.eclipse.jetty.server.handler.ContextHandler; Stopped o.e.j.s.ServletContextHandler@372b36f0{/solr,null,UNAVAILABLE}
   [junit4]   2> INFO  - 2018-07-07 04:43:05.389; org.eclipse.jetty.server.session; node0 Stopped scavenging
   [junit4]   2> INFO  - 2018-07-07 04:43:05.399; org.apache.solr.SolrTestCaseJ4; ###Ending testFullImportFqParam
   [junit4]   2> INFO  - 2018-07-07 04:43:05.401; org.apache.solr.SolrTestCaseJ4; ###Starting testFullImportInnerEntity
   [junit4]   2> INFO  - 2018-07-07 04:43:05.428; org.apache.solr.SolrTestCaseJ4; ####initCore
   [junit4]   2> INFO  - 2018-07-07 04:43:05.453; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:05.473; org.apache.solr.schema.IndexSchema; [null] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:43:05.484; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:43:05.810; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-07 04:43:05.810; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-07 04:43:05.847; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:05.856; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:05.857; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:05.892; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:05.901; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-07 04:43:05.913; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-07 04:43:05.913; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-004\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-07 04:43:05.913; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@107fc35a
   [junit4]   2> INFO  - 2018-07-07 04:43:05.913; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-07 04:43:05.913; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-004\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-003\collection1\data\]
   [junit4]   2> INFO  - 2018-07-07 04:43:06.021; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:43:06.022; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-07 04:43:06.024; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@2f8787bb[collection1] main]
   [junit4]   2> INFO  - 2018-07-07 04:43:06.025; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\core-home-004\collection1\conf
   [junit4]   2> INFO  - 2018-07-07 04:43:06.025; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-07 04:43:06.026; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@2f8787bb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-07 04:43:06.031; org.apache.solr.SolrTestCaseJ4; ####initCore end
   [junit4]   2> INFO  - 2018-07-07 04:43:06.047; org.eclipse.jetty.server.Server; jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> INFO  - 2018-07-07 04:43:06.047; org.eclipse.jetty.server.session; DefaultSessionIdManager workerName=node0
   [junit4]   2> INFO  - 2018-07-07 04:43:06.047; org.eclipse.jetty.server.session; No SessionScavenger set, using defaults
   [junit4]   2> INFO  - 2018-07-07 04:43:06.047; org.eclipse.jetty.server.session; node0 Scavenging every 600000ms
   [junit4]   2> INFO  - 2018-07-07 04:43:06.047; org.eclipse.jetty.server.handler.ContextHandler; Started o.e.j.s.ServletContextHandler@3f41bc97{/solr,null,AVAILABLE}
   [junit4]   2> INFO  - 2018-07-07 04:43:06.049; org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@34ecd57c{HTTP/1.1,[http/1.1]}{127.0.0.1:64936}
   [junit4]   2> INFO  - 2018-07-07 04:43:06.049; org.eclipse.jetty.server.Server; Started @30832ms
   [junit4]   2> INFO  - 2018-07-07 04:43:06.050; org.apache.solr.client.solrj.embedded.JettySolrRunner; Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_FCAD03B9A1D96F9-001\tempDir-004\collection1\data, hostContext=/solr, hostPort=64936}
   [junit4]   2> ERROR - 2018-07-07 04:43:06.050; org.apache.solr.util.StartupLoggingUtils; Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> INFO  - 2018-07-07 04:43:06.050; org.apache.solr.servlet.SolrDispatchFilter; Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> INFO  - 2018-07-07 04:43:06.050; org.apache.solr.servlet.SolrDispatchFilter;  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> INFO  - 2018-07-07 04:43:06.050; org.apache.solr.servlet.SolrDispatchFilter; / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> INFO  - 2018-07-07 04:43:06.050; org.apache.solr.servlet.SolrDispatchFilter; \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> INFO  - 2018-07-07 04:43:06.050; org.apache.solr.servlet.SolrDispatchFilter; |___/\___/_|_|    Start time: 2018-07-07T04:43:06.050Z
  

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

rEndToEnd
   [junit4] OK      15.4s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      2.14s J0 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      4.07s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      2.06s J0 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      2.80s J0 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      1.36s J0 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      1.83s J0 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] Completed [2/5] on J0 in 38.99s, 7 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      1.32s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      1.22s J0 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      1.22s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      1.14s J0 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      0.99s J0 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      1.89s J0 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      0.93s J0 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] Completed [3/5] on J0 in 8.95s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      1.79s J1 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      1.11s J1 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      2.68s J1 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      1.29s J1 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      1.13s J1 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      0.94s J1 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      1.46s J1 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] Completed [4/5] on J1 in 10.59s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      0.96s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      1.22s J0 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      0.87s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      1.06s J0 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      1.05s J0 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      1.19s J0 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      1.18s J0 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] Completed [5/5] on J0 in 7.67s, 7 tests
   [junit4] 
   [junit4] JVM J0:     0.66 ..    57.71 =    57.05s
   [junit4] JVM J1:     0.69 ..    51.25 =    50.56s
   [junit4] Execution time total: 57 seconds
   [junit4] Tests summary: 5 suites, 35 tests
   [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp])
   [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp])
     [echo] 5 slowest tests:
[junit4:tophints]  20.45s | org.apache.solr.handler.dataimport.TestDocBuilder2
[junit4:tophints]  20.34s | org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
[junit4:tophints]  13.43s | org.apache.solr.handler.dataimport.TestSimplePropertiesWriter
[junit4:tophints]  10.41s | org.apache.solr.handler.dataimport.TestDocBuilder
[junit4:tophints]   8.91s | org.apache.solr.handler.dataimport.TestSqlEntityProcessor

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 59 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
[repro] Exiting with code 0

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2843)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2722)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2703)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3082)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Windows VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1089)
		at hudson.FilePath.act(FilePath.java:1078)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1840)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1091)
	at hudson.FilePath.act(FilePath.java:1078)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=6d6e67140b44dfb45bd8aadc58e3b8bfb79f5016, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #7403
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2