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 2016/12/19 11:44:43 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+147) - Build # 18565 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18565/
Java: 32bit/jdk-9-ea+147 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Expected to find shardAddress in the up shard info: {error=org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request,trace=org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request  at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:416)  at org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:228)  at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:199)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)  at java.base/java.lang.Thread.run(Thread.java:844) ,time=1}

Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info: {error=org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request,trace=org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:416)
	at org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:228)
	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:199)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:844)
,time=1}
	at __randomizedtesting.SeedInfo.seed([5B80FE1009CA7FEF:D3D4C1CAA7361217]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1172)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1113)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:973)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:538)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1592 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20161219_103125_269.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 49 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20161219_103125_269.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20161219_103125_269.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 282 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20161219_104015_525.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20161219_104015_525.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20161219_104015_525.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1018 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20161219_104259_776.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20161219_104259_776.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20161219_104259_776.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 203 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20161219_104434_253.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20161219_104434_253.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20161219_104434_253.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20161219_104452_326.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20161219_104452_326.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20161219_104452_326.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 146 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20161219_104520_195.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20161219_104520_195.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20161219_104520_195.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20161219_104524_541.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20161219_104524_541.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20161219_104524_541.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20161219_104536_371.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20161219_104536_371.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 152 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20161219_104546_265.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20161219_104546_265.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20161219_104546_265.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20161219_104549_326.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 217 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20161219_104600_898.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20161219_104600_899.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20161219_104600_898.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1293 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20161219_104918_787.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20161219_104918_787.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20161219_104918_787.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20161219_104926_635.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20161219_104926_636.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20161219_104926_636.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 236 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20161219_104935_104.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 10 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20161219_104935_104.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20161219_104935_103.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 229 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20161219_105430_311.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20161219_105430_310.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20161219_105430_310.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20161219_105433_998.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20161219_105433_998.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20161219_105433_998.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 195 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20161219_105441_617.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20161219_105441_617.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20161219_105441_617.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 156 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20161219_105513_065.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20161219_105513_064.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20161219_105513_065.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 238 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20161219_105526_254.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20161219_105526_253.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20161219_105526_253.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 156 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20161219_105546_180.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20161219_105546_180.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20161219_105546_179.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 143 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20161219_105626_566.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J1-20161219_105626_566.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 167 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20161219_105640_047.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J0-20161219_105640_046.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20161219_105640_047.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 213 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20161219_105647_569.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20161219_105647_569.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J0-20161219_105647_568.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 219 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20161219_105654_785.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20161219_105654_785.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20161219_105654_785.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 191 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20161219_105701_858.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20161219_105701_859.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20161219_105701_858.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 204 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20161219_105713_783.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20161219_105713_782.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20161219_105713_782.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 213 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20161219_105809_394.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20161219_105809_394.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20161219_105809_395.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 144 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J1-20161219_105823_699.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J2-20161219_105823_699.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20161219_105823_698.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 163 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20161219_105905_140.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20161219_105905_140.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20161219_105905_140.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 293 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20161219_110032_050.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20161219_110032_051.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20161219_110032_051.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1310 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/init-core-data-001
   [junit4]   2> 0    INFO  (SUITE-TestDistributedSearch-seed#[5B80FE1009CA7FEF]-worker) [    ] o.e.j.u.log Logging initialized @2397ms
   [junit4]   2> 11   INFO  (SUITE-TestDistributedSearch-seed#[5B80FE1009CA7FEF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-9061")
   [junit4]   2> 18   INFO  (SUITE-TestDistributedSearch-seed#[5B80FE1009CA7FEF]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /k_/
   [junit4]   2> 893  INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1046 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1069 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10d43ae{/k_,null,AVAILABLE}
   [junit4]   2> 1080 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e21be9{HTTP/1.1,[http/1.1]}{127.0.0.1:46765}
   [junit4]   2> 1081 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.e.j.s.Server Started @3483ms
   [junit4]   2> 1081 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/k_, hostPort=46765, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/tempDir-001/control/cores}
   [junit4]   2> 1096 ERROR (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1098 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1099 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1099 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1100 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-19T11:02:09.114950Z
   [junit4]   2> 1150 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1155 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/tempDir-001/control/solr.xml
   [junit4]   2> 1576 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/tempDir-001/control/cores
   [junit4]   2> 1577 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1587 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1874 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2039 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2516 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2527 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2663 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2711 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 2740 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7381116537804149]
   [junit4]   2> 3247 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3247 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3255 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3255 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3256 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=74.1982421875, floorSegmentMB=0.62890625, forceMergeDeletesPctAllowed=3.2743421606124157, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3285 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5244eb[collection1] main]
   [junit4]   2> 3311 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3448 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 3820 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3839 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3841 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 3841 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 3841 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 3841 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554142023496237056
   [junit4]   2> 3846 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 3848 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 3850 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 3852 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 3853 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 3855 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5244eb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4866 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 4870 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4873 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1744822{/k_,null,AVAILABLE}
   [junit4]   2> 4874 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f67bcf{HTTP/1.1,[http/1.1]}{127.0.0.1:34135}
   [junit4]   2> 4875 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.e.j.s.Server Started @7277ms
   [junit4]   2> 4875 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/k_, hostPort=34135, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/tempDir-001/shard0/cores}
   [junit4]   2> 4879 ERROR (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4879 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 4879 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 4879 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4880 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-19T11:02:12.895039Z
   [junit4]   2> 4881 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 4901 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/tempDir-001/shard0/cores
   [junit4]   2> 4902 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4905 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 5083 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 5148 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 5333 WARN  (coreLoadExecutor-17-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 5341 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 5393 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 5394 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_5B80FE1009CA7FEF-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 5396 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7381116537804149]
   [junit4]   2> 5416 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5419 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5423 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5423 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5424 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=74.1982421875, floorSegmentMB=0.62890625, forceMergeDeletesPctAllowed=3.2743421606124157, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 5425 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17d5a55[collection1] main]
   [junit4]   2> 5425 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 5516 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 5818 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 5819 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 5820 INFO  (coreLoadExecutor-17-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554142025571368960
   [junit4]   2> 5821 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 5821 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 5821 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 5823 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 5824 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 5825 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 5826 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 5827 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 5828 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17d5a55[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5908 INFO  (TEST-TestDistributedSearch.test-seed#[5B80FE1009CA7FEF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 6203 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1554142025926836224)} 0 68
   [junit4]   2> 6241 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1554142026010722304)} 0 2
   [junit4]   2> 6345 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[1 (1554142026026450944)]} 0 99
   [junit4]   2> 6360 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[1 (1554142026127114240)]} 0 11
   [junit4]   2> 6369 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[2 (1554142026140745728)]} 0 6
   [junit4]   2> 6376 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[2 (1554142026150182912)]} 0 4
   [junit4]   2> 6383 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[3 (1554142026158571520)]} 0 3
   [junit4]   2> 6389 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[3 (1554142026164862976)]} 0 3
   [junit4]   2> 6398 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[4 (1554142026172203008)]} 0 6
   [junit4]   2> 6403 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[4 (1554142026180591616)]} 0 3
   [junit4]   2> 6410 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[5 (1554142026186883072)]} 0 3
   [junit4]   2> 6415 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[5 (1554142026193174528)]} 0 3
   [junit4]   2> 6421 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[6 (1554142026199465984)]} 0 2
   [junit4]   2> 6426 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[6 (1554142026204708864)]} 0 3
   [junit4]   2> 6432 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[7 (1554142026211000320)]} 0 3
   [junit4]   2> 6437 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[7 (1554142026216243200)]} 0 2
   [junit4]   2> 6443 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[8 (1554142026221486080)]} 0 3
   [junit4]   2> 6448 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[8 (1554142026227777536)]} 0 2
   [junit4]   2> 6454 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[9 (1554142026234068992)]} 0 3
   [junit4]   2> 6459 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[9 (1554142026239311872)]} 0 2
   [junit4]   2> 6464 INFO  (qtp201622-19) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 6464 INFO  (qtp201622-19) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@536e45
   [junit4]   2> 6667 INFO  (qtp201622-19) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@11e5aa1[collection1] main]
   [junit4]   2> 6669 INFO  (qtp201622-19) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 6670 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@11e5aa1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9)))}
   [junit4]   2> 6671 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 207
   [junit4]   2> 6674 INFO  (qtp23366749-42) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 6675 INFO  (qtp23366749-42) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@10d2a86
   [junit4]   2> 6702 INFO  (qtp23366749-42) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e3457[collection1] main]
   [junit4]   2> 6702 INFO  (qtp23366749-42) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 6707 INFO  (searcherExecutor-18-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5e3457[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C9)))}
   [junit4]   2> 6707 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 33
   [junit4]   2> 6716 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[10 (1554142026504601600)]} 0 6
   [junit4]   2> 6723 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[10 (1554142026514038784)]} 0 4
   [junit4]   2> 6727 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[11 (1554142026520330240)]} 0 2
   [junit4]   2> 6733 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[11 (1554142026525573120)]} 0 3
   [junit4]   2> 6737 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[12 (1554142026530816000)]} 0 2
   [junit4]   2> 6741 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[12 (1554142026535010304)]} 0 1
   [junit4]   2> 6744 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[13 (1554142026539204608)]} 0 1
   [junit4]   2> 6749 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[13 (1554142026542350336)]} 0 2
   [junit4]   2> 6755 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[1001 (1554142026547593216)]} 0 4
   [junit4]   2> 6760 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[1001 (1554142026554933248)]} 0 2
   [junit4]   2> 6763 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[14 (1554142026559127552)]} 0 1
   [junit4]   2> 6766 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[14 (1554142026562273280)]} 0 1
   [junit4]   2> 6770 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[15 (1554142026566467584)]} 0 1
   [junit4]   2> 6772 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[15 (1554142026568564736)]} 0 1
   [junit4]   2> 6776 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[16 (1554142026572759040)]} 0 1
   [junit4]   2> 6780 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[16 (1554142026576953344)]} 0 1
   [junit4]   2> 6785 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[17 (1554142026581147648)]} 0 2
   [junit4]   2> 6790 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[17 (1554142026585341952)]} 0 3
   [junit4]   2> 6794 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[100 (1554142026591633408)]} 0 1
   [junit4]   2> 6798 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[100 (1554142026594779136)]} 0 1
   [junit4]   2> 6802 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[101 (1554142026598973440)]} 0 2
   [junit4]   2> 6805 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[101 (1554142026603167744)]} 0 1
   [junit4]   2> 6808 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[102 (1554142026606313472)]} 0 1
   [junit4]   2> 6812 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[102 (1554142026610507776)]} 0 1
   [junit4]   2> 6816 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[103 (1554142026613653504)]} 0 1
   [junit4]   2> 6819 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[103 (1554142026617847808)]} 0 1
   [junit4]   2> 6822 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[104 (1554142026620993536)]} 0 1
   [junit4]   2> 6827 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[104 (1554142026626236416)]} 0 1
   [junit4]   2> 6830 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[105 (1554142026629382144)]} 0 1
   [junit4]   2> 6834 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[105 (1554142026633576448)]} 0 1
   [junit4]   2> 6839 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[106 (1554142026638819328)]} 0 1
   [junit4]   2> 6842 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[106 (1554142026641965056)]} 0 1
   [junit4]   2> 6846 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[107 (1554142026646159360)]} 0 1
   [junit4]   2> 6849 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[107 (1554142026649305088)]} 0 1
   [junit4]   2> 6852 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[108 (1554142026652450816)]} 0 1
   [junit4]   2> 6855 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[108 (1554142026655596544)]} 0 1
   [junit4]   2> 6858 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[109 (1554142026658742272)]} 0 1
   [junit4]   2> 6862 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[109 (1554142026662936576)]} 0 2
   [junit4]   2> 6865 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[110 (1554142026666082304)]} 0 1
   [junit4]   2> 6868 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[110 (1554142026669228032)]} 0 1
   [junit4]   2> 6871 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[111 (1554142026672373760)]} 0 1
   [junit4]   2> 6875 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[111 (1554142026676568064)]} 0 1
   [junit4]   2> 6879 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[112 (1554142026680762368)]} 0 1
   [junit4]   2> 6882 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[112 (1554142026683908096)]} 0 1
   [junit4]   2> 6885 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[113 (1554142026687053824)]} 0 1
   [junit4]   2> 6888 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[113 (1554142026690199552)]} 0 1
   [junit4]   2> 6891 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[114 (1554142026693345280)]} 0 1
   [junit4]   2> 6893 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[114 (1554142026695442432)]} 0 1
   [junit4]   2> 6896 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[115 (1554142026698588160)]} 0 1
   [junit4]   2> 6899 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[115 (1554142026701733888)]} 0 1
   [junit4]   2> 6902 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[116 (1554142026704879616)]} 0 1
   [junit4]   2> 6917 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[116 (1554142026708025344)]} 0 13
   [junit4]   2> 6921 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[117 (1554142026723753984)]} 0 1
   [junit4]   2> 6924 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[117 (1554142026727948288)]} 0 1
   [junit4]   2> 6927 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[118 (1554142026731094016)]} 0 1
   [junit4]   2> 6930 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[118 (1554142026734239744)]} 0 1
   [junit4]   2> 6933 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[119 (1554142026737385472)]} 0 1
   [junit4]   2> 6937 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[119 (1554142026740531200)]} 0 1
   [junit4]   2> 6940 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[120 (1554142026744725504)]} 0 1
   [junit4]   2> 6943 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[120 (1554142026747871232)]} 0 1
   [junit4]   2> 6946 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[121 (1554142026751016960)]} 0 1
   [junit4]   2> 6948 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[121 (1554142026753114112)]} 0 0
   [junit4]   2> 6950 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[122 (1554142026755211264)]} 0 1
   [junit4]   2> 6953 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[122 (1554142026758356992)]} 0 1
   [junit4]   2> 6957 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[123 (1554142026762551296)]} 0 2
   [junit4]   2> 6960 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[123 (1554142026765697024)]} 0 1
   [junit4]   2> 6963 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[124 (1554142026768842752)]} 0 0
   [junit4]   2> 6965 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[124 (1554142026771988480)]} 0 1
   [junit4]   2> 6968 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[125 (1554142026774085632)]} 0 0
   [junit4]   2> 6970 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[125 (1554142026777231360)]} 0 0
   [junit4]   2> 6973 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[126 (1554142026779328512)]} 0 1
   [junit4]   2> 6975 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[126 (1554142026781425664)]} 0 1
   [junit4]   2> 6978 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[127 (1554142026784571392)]} 0 0
   [junit4]   2> 6980 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[127 (1554142026786668544)]} 0 1
   [junit4]   2> 6983 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[128 (1554142026789814272)]} 0 0
   [junit4]   2> 6985 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[128 (1554142026792960000)]} 0 0
   [junit4]   2> 6988 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[129 (1554142026795057152)]} 0 0
   [junit4]   2> 6990 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[129 (1554142026797154304)]} 0 0
   [junit4]   2> 6992 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[130 (1554142026799251456)]} 0 0
   [junit4]   2> 6994 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[130 (1554142026802397184)]} 0 0
   [junit4]   2> 6997 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[131 (1554142026804494336)]} 0 1
   [junit4]   2> 6999 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[131 (1554142026807640064)]} 0 1
   [junit4]   2> 7002 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[132 (1554142026809737216)]} 0 0
   [junit4]   2> 7004 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[132 (1554142026811834368)]} 0 1
   [junit4]   2> 7007 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[133 (1554142026814980096)]} 0 0
   [junit4]   2> 7009 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[133 (1554142026818125824)]} 0 0
   [junit4]   2> 7012 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[134 (1554142026820222976)]} 0 1
   [junit4]   2> 7015 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[134 (1554142026823368704)]} 0 0
   [junit4]   2> 7017 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[135 (1554142026825465856)]} 0 1
   [junit4]   2> 7019 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[135 (1554142026828611584)]} 0 1
   [junit4]   2> 7022 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[136 (1554142026830708736)]} 0 0
   [junit4]   2> 7024 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[136 (1554142026832805888)]} 0 1
   [junit4]   2> 7026 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[137 (1554142026835951616)]} 0 0
   [junit4]   2> 7028 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[137 (1554142026838048768)]} 0 0
   [junit4]   2> 7031 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[138 (1554142026840145920)]} 0 1
   [junit4]   2> 7033 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[138 (1554142026842243072)]} 0 0
   [junit4]   2> 7035 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[139 (1554142026844340224)]} 0 0
   [junit4]   2> 7037 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[139 (1554142026846437376)]} 0 0
   [junit4]   2> 7039 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[140 (1554142026848534528)]} 0 0
   [junit4]   2> 7042 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[140 (1554142026850631680)]} 0 1
   [junit4]   2> 7043 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[141 (1554142026853777408)]} 0 0
   [junit4]   2> 7045 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[141 (1554142026855874560)]} 0 0
   [junit4]   2> 7047 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[142 (1554142026856923136)]} 0 0
   [junit4]   2> 7049 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[142 (1554142026860068864)]} 0 1
   [junit4]   2> 7051 INFO  (qtp201622-19) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[143 (1554142026862166016)]} 0 0
   [junit4]   2> 7054 INFO  (qtp23366749-42) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[143 (1554142026865311744)]} 0 0
   [junit4]   2> 7057 INFO  (qtp201622-25) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[144 (1554142026867408896)]} 0 0
   [junit4]   2> 7059 INFO  (qtp23366749-40) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[144 (1554142026869506048)]} 0 1
   [junit4]   2> 7066 INFO  (qtp201622-20) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[145 (1554142026877894656)]} 0 0
   [junit4]   2> 7069 INFO  (qtp23366749-41) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[145 (1554142026879991808)]} 0 1
   [junit4]   2> 7071 INFO  (qtp201622-18) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_ path=/update params={wt=javabin&version=2}{add=[146 (1554142026883137536)]} 0 0
   [junit4]   2> 7074 INFO  (qtp23366749-35) [    ] o.a.s.u.p.LogU

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

kspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20161219_113947_074.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20161219_113947_074.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 590 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20161219_113956_291.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20161219_113956_290.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20161219_113956_290.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 503 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20161219_114016_207.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20161219_114016_207.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20161219_114016_207.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 507 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20161219_114029_014.syserr
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20161219_114029_014.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 596 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20161219_114036_902.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20161219_114036_903.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20161219_114036_903.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 2206 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/temp/junit4-J1-20161219_114112_971.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/temp/junit4-J2-20161219_114112_971.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/temp/junit4-J0-20161219_114112_970.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1429 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-morphlines-cell/test/temp/junit4-J0-20161219_114123_754.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 672 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-morphlines-core/test/temp/junit4-J0-20161219_114129_459.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-morphlines-core/test/temp/junit4-J1-20161219_114129_459.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-morphlines-core/test/temp/junit4-J2-20161219_114129_460.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 537 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20161219_114135_565.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20161219_114135_565.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 494 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20161219_114148_288.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 39776 lines...]