Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22151/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute

Error Message:
last state: DocCollection(testExecute//clusterstate.json/18)={   
"replicationFactor":"2",   "pullReplicas":"0",   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0",   
"autoCreated":"true",   "shards":{"shard1":{       "replicas":{         
"core_node1":{           "core":"testExecute_shard1_replica_n1",           
"leader":"true",           "SEARCHER.searcher.maxDoc":0,           
"SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":1,           
"node_name":"127.0.0.1:10000_solr",           "state":"active",           
"type":"NRT",           "SEARCHER.searcher.numDocs":0},         "core_node2":{  
         "core":"testExecute_shard1_replica_n2",           
"SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":1,           "node_name":"127.0.0.1:10002_solr",       
    "state":"active",           "type":"NRT",           
"SEARCHER.searcher.numDocs":0},         "core_node4":{           
"node_name":"127.0.0.1:10000_solr",           
"core":"testExecute_shard1_replica_n3",           "state":"active",           
"INDEX.sizeInBytes":1,           "type":"NRT"}},       
"range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.util.concurrent.TimeoutException: last state: 
DocCollection(testExecute//clusterstate.json/18)={
  "replicationFactor":"2",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{"shard1":{
      "replicas":{
        "core_node1":{
          "core":"testExecute_shard1_replica_n1",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":1,
          "node_name":"127.0.0.1:10000_solr",
          "state":"active",
          "type":"NRT",
          "SEARCHER.searcher.numDocs":0},
        "core_node2":{
          "core":"testExecute_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":1,
          "node_name":"127.0.0.1:10002_solr",
          "state":"active",
          "type":"NRT",
          "SEARCHER.searcher.numDocs":0},
        "core_node4":{
          "node_name":"127.0.0.1:10000_solr",
          "core":"testExecute_shard1_replica_n3",
          "state":"active",
          "INDEX.sizeInBytes":1,
          "type":"NRT"}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
__randomizedtesting.SeedInfo.seed([7C379D404E1AB110:4D878F4D5CED4E97]:0)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
        at 
org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute(TestExecutePlanAction.java:152)
        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:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1871 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20180601_023122_7151668374497416500828.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/core/test/temp/junit4-J1-20180601_023122_7157147533460253441106.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/core/test/temp/junit4-J2-20180601_023122_71513931101018091340646.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 295 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20180601_023930_31412237860299789479685.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/test-framework/test/temp/junit4-J1-20180601_023930_3144274278126943459222.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/test-framework/test/temp/junit4-J2-20180601_023930_31418372331850315689512.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 1077 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20180601_024051_7166014321553545476888.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/common/test/temp/junit4-J0-20180601_024051_7162728144098757378597.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/common/test/temp/junit4-J1-20180601_024051_71614020074414195970560.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 256 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20180601_024234_4337874890869667462687.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/analysis/icu/test/temp/junit4-J0-20180601_024234_43312323113230212105765.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20180601_024234_43317628347041813421618.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 251 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20180601_024247_512927161316162564582.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180601_024247_51216227343245987762361.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_024247_51212308365646476393149.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20180601_024318_25813963198088514780697.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/morfologik/test/temp/junit4-J0-20180601_024318_2587731162049290992580.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/morfologik/test/temp/junit4-J2-20180601_024318_258793585918753893364.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 207 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J2-20180601_024322_9467349031678091900184.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/nori/test/temp/junit4-J0-20180601_024322_94613084046535060020914.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/nori/test/temp/junit4-J1-20180601_024322_9462566785281028531819.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20180601_024332_75917522837796223138149.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20180601_024332_7526673875774561155956.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/analysis/opennlp/test/temp/junit4-J0-20180601_024332_75217051756847959162219.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 176 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180601_024335_5484166460491832913995.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/analysis/phonetic/test/temp/junit4-J2-20180601_024335_54817416408122893428546.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180601_024335_54813824017031592250301.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180601_024346_554542830499249867600.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/smartcn/test/temp/junit4-J1-20180601_024346_55416592538664728122294.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 165 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20180601_024356_3153893998578829370765.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_024356_31611240220287384549723.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/stempel/test/temp/junit4-J0-20180601_024356_3151271245613166182967.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 177 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20180601_024359_58618110324897782312606.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20180601_024408_9533384589965630777999.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/backward-codecs/test/temp/junit4-J2-20180601_024408_95911433654755055251549.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20180601_024408_95318385765354780042374.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 1391 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20180601_024441_08013210665943451374822.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_024441_0778291513837612187539.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_024441_07514265608086069651479.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 250 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20180601_024449_9287235610213180810950.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/classification/test/temp/junit4-J0-20180601_024449_9276945515551846668037.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/classification/test/temp/junit4-J1-20180601_024449_9279508395069672780302.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 258 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20180601_024502_9704012175060817566095.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/codecs/test/temp/junit4-J2-20180601_024502_9713675913142972196530.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/codecs/test/temp/junit4-J1-20180601_024502_9702210082965490913904.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 228 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20180601_024744_6685389377747477949048.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/demo/test/temp/junit4-J1-20180601_024744_66914870857529234121536.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/demo/test/temp/junit4-J2-20180601_024744_6694522658336688253823.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 176 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20180601_024748_13317833223703024483590.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/expressions/test/temp/junit4-J2-20180601_024748_1337846192759259067274.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/expressions/test/temp/junit4-J0-20180601_024748_13310749938394170601212.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/facet/test/temp/junit4-J2-20180601_024754_73413779443870441106696.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_024754_73410605804143546319580.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/facet/test/temp/junit4-J0-20180601_024754_73410302553872286384325.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20180601_024833_0358814965537028967065.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/grouping/test/temp/junit4-J2-20180601_024833_03514735617034144009939.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/grouping/test/temp/junit4-J0-20180601_024833_03517602630901884053532.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 252 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20180601_024851_06713718364757073171373.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/highlighter/test/temp/junit4-J1-20180601_024851_0673371477476270080268.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20180601_024851_06716749397156391756400.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 166 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20180601_024917_1801928755247239794663.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/join/test/temp/junit4-J0-20180601_024917_1807477144207595754946.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/join/test/temp/junit4-J1-20180601_024917_18011445011417745156985.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 155 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20180601_024946_94615120877309120688055.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_024946_94611150435134413589295.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 187 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20180601_024957_8335081632241343795491.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/misc/test/temp/junit4-J0-20180601_024957_8331689354476159679351.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/misc/test/temp/junit4-J1-20180601_024957_8331454054384948513597.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 307 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20180601_025020_1491597112013818805458.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/queries/test/temp/junit4-J0-20180601_025020_14914178247524134446552.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/queries/test/temp/junit4-J2-20180601_025020_14914073817330820010776.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 232 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20180601_025027_47616236477006003635720.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/queryparser/test/temp/junit4-J2-20180601_025027_4763818538106586506176.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/queryparser/test/temp/junit4-J0-20180601_025027_4762385358179470943121.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 215 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20180601_025035_46415121730565862076995.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/replicator/test/temp/junit4-J1-20180601_025035_4643579681388588736653.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/replicator/test/temp/junit4-J0-20180601_025035_46416303693024971700998.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 216 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20180601_025046_9328015837283368945158.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/sandbox/test/temp/junit4-J0-20180601_025046_93211550865143933780874.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 21 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20180601_025046_93212007222077157229723.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 320 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20180601_025138_44612393037969917059767.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_025138_44513127887151965634331.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_025138_44513925239244261620564.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20180601_025220_17010542319642166167357.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 184 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20180601_025221_9191025515704325232107.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/spatial3d/test/temp/junit4-J2-20180601_025221_9196054699808852953500.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20180601_025221_91918246857933004825716.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 255 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20180601_025344_0668296199343939865193.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/suggest/test/temp/junit4-J0-20180601_025344_06616688239206867985875.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20180601_025344_0661708187573977108691.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 3900 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
   [junit4]   2> 1648452 INFO  
(SUITE-TestExecutePlanAction-seed#[7C379D404E1AB110]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_7C379D404E1AB110-001/init-core-data-001
   [junit4]   2> 1648453 WARN  
(SUITE-TestExecutePlanAction-seed#[7C379D404E1AB110]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1648453 INFO  
(SUITE-TestExecutePlanAction-seed#[7C379D404E1AB110]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1648454 INFO  
(SUITE-TestExecutePlanAction-seed#[7C379D404E1AB110]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1648457 WARN  
(SUITE-TestExecutePlanAction-seed#[7C379D404E1AB110]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in 
memory
   [junit4]   2> 1648462 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIntegration
   [junit4]   2> 1648466 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 1648473 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 1648592 DEBUG (simCloudManagerPool-7698-thread-2) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1648616 DEBUG (simCloudManagerPool-7698-thread-6) [    ] 
o.a.s.c.ActionThrottle The last leader attempt started 30ms ago.
   [junit4]   2> 1648616 INFO  (simCloudManagerPool-7698-thread-6) [    ] 
o.a.s.c.ActionThrottle Throttling leader attempts - waiting for 4969ms
   [junit4]   2> 1648616 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648617 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648618 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648619 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648621 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648622 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648623 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648624 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648625 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648626 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648627 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648628 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648629 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648630 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648631 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648633 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648634 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648635 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648636 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648637 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648638 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648639 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648640 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648641 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648642 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648644 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648645 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648646 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648647 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648648 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648649 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648650 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648651 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648652 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648653 DEBUG (simCloudManagerPool-7698-thread-7) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1648664 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648665 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648666 INFO  (AutoscalingActionExecutor-7700-thread-1) [    ] 
o.a.s.c.a.ComputePlanAction Computed Plan: 
action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10000_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 1648666 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648666 INFO  (AutoscalingActionExecutor-7700-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1004470844 
sessionWrapper.createTime 1004470829319013, this.sessionWrapper.createTime 
1004470829319013 
   [junit4]   2> 1648667 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648668 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648669 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648670 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648672 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648673 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648674 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648675 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648676 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648677 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648678 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648679 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648680 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648681 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648682 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648684 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648685 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648686 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648687 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648688 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648689 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648690 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648691 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648692 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648693 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648694 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648695 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648697 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648698 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648699 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648700 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648701 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648702 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648703 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648704 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648705 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648706 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648707 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648709 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648710 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648711 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648712 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648713 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648714 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648715 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648716 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648717 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648718 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648719 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648721 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648722 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648723 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648724 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648725 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648726 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648727 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648728 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648729 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648731 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648732 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648737 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648738 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648740 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648741 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648748 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648749 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648751 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648752 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648754 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648756 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648757 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648758 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648759 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648760 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648761 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648762 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648764 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648765 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648766 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648767 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648768 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648769 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648771 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648772 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648773 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648774 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648775 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648776 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 1648777 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
   [junit4]   2> 1648777 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Node values: {
   [junit4]   2>   "127.0.0.1:10001_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":1,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":999,
   [junit4]   2>     "sysprop.java.version":"9.0.4",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10001_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10001,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0},
   [junit4]   2>   "127.0.0.1:10000_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":3,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":997,
   [junit4]   2>     "sysprop.java.version":"9.0.4",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10000_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10000,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
   [junit4]   2> 1648778 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10000_solr]
   [junit4]   2> 1648778 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Collection .system state: 
DocCollection(.system//clusterstate.json/9)={
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "replicas":{"core_node1":{
   [junit4]   2>           "core":".system_shard1_replica_n1",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":1,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":1}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 1648778 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.a.s.TestExecutePlanAction * Collection testIntegration state: 
DocCollection(testIntegration//clusterstate.json/9)={
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node1":{
   [junit4]   2>           "core":"testIntegration_shard1_replica_n1",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":0},
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testIntegration_shard1_replica_n2",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":0},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "core":"testIntegration_shard1_replica_n3",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "type":"NRT"}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 1648778 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testIntegration
   [junit4]   2> 1648781 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:         1
   [junit4]   2> ## Empty nodes:        0
   [junit4]   2> ## Dead nodes:         1
   [junit4]   2> ##             127.0.0.1:10001_solr
   [junit4]   2> ## Collections:        [.system, testIntegration]
   [junit4]   2> ## Max replicas per node:      3
   [junit4]   2> ## Min replicas per node:      3
   [junit4]   2> ## Total replicas:             3
   [junit4]   2> ## * .system           1
   [junit4]   2> ##             - active           1
   [junit4]   2> ## * testIntegration           2
   [junit4]   2> ##             - active           2
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##             - CREATE             1
   [junit4]   2> ##             - MOVEREPLICA        1
   [junit4]   2> ##             - autoscaling        1
   [junit4]   2> ##             - update             1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> ## * Trigger: node_lost_trigger
   [junit4]   2> ##             - STARTED         1
   [junit4]   2> 
   [junit4]   2> 1648783 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[7C379D404E1AB110]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 1648882 INFO  
(TEST-TestExecutePlanAction.testExecute-seed#[7C379D404E1AB110]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 1648882 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 1648884 ERROR (AutoscalingActionExecutor-7700-thread-1) [    ] 
o.a.s.c.a.ExecutePlanAction Unexpected Exception while querying status of 
requestId=node_lost_trigger/3918f1214b341T6qkml44dqyiunsitcdl627qjo/0
   [junit4]   2> java.io.IOException: java.lang.InterruptedException
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:621)
 ~[test/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:136)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:308)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 
[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 
[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.FutureTask.awaitDone(FutureTask.java:418) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.get(FutureTask.java:190) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:619)
 ~[test/:?]
   [junit4]   2>        ... 9 more
   [junit4]   2> 1648896 DEBUG (simCloudManagerPool-7698-thread-14) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1648907 WARN  (AutoscalingActionExecutor-7700-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: execute_plan for 
trigger event: {
   [junit4]   2>   "id":"3918f1214b341T6qkml44dqyiunsitcdl627qjo",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":1004468599829313,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1004468599829313],
   [junit4]   2>     "_enqueue_time_":1004469617079663,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}}
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:311)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 
[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 
[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected 
exception while processing event: {
   [junit4]   2>   "id":"3918f1214b341T6qkml44dqyiunsitcdl627qjo",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":1004468599829313,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1004468599829313],
   [junit4]   2>     "_enqueue_time_":1004469617079663,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}}
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:120)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:308)
 ~[java/:?]
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected 
exception executing operation: 
action=MOVEREPLICA&async=node_lost_trigger/3918f1214b341T6qkml44dqyiunsitcdl627qjo/0&waitForFinalState=true&collection=testIntegration&targetNode=127.0.0.1:10000_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:110)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:308)
 ~[java/:?]
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: java.io.IOException: java.lang.InterruptedException
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:621)
 ~[test/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:136)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:308)
 ~[java/:?]
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.FutureTask.awaitDone(FutureTask.java:418) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.get(FutureTask.java:190) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:619)
 ~[test/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:136)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85)
 ~[java/:?]
  

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

ected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/test/temp/junit4-J0-20180601_033153_9362141624115480813341.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 567 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-20180601_033215_9755348409491806218025.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_033215_9752014293504017244102.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_033215_97512329164198367966620.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 576 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-20180601_033229_3432971924856216474092.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/solr/build/contrib/solr-langid/test/temp/junit4-J0-20180601_033229_3435046588977449837414.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/solr/build/contrib/solr-langid/test/temp/junit4-J2-20180601_033229_3432431612116298888836.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 673 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-20180601_033240_4856403430462702789758.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20180601_033240_4866015559762101500440.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-ltr/test/temp/junit4-J1-20180601_033240_4852461686553306893066.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 567 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J0-20180601_033315_8671469524736955760368.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J1-20180601_033315_86711237539469725457182.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 606 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-20180601_033337_70214212452773187184382.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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-20180601_033337_70210695737627377682871.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 557 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-20180601_033351_3331029198337850135857.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 34306 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22151/consoleText

[repro] Revision: 1d33130fcba48c7a59ef0518c741b647d5826873

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=TestExecutePlanAction 
-Dtests.method=testExecute -Dtests.seed=7C379D404E1AB110 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=sq-MK -Dtests.timezone=Africa/Timbuktu 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestExecutePlanAction
[repro] ant compile-test

[...truncated 3304 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestExecutePlanAction" -Dtests.showOutput=onerror 
"-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC" 
-Dtests.seed=7C379D404E1AB110 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sq-MK -Dtests.timezone=Africa/Timbuktu -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[...truncated 48 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20180601_033650_6911182698183713155313.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20180601_033650_68711390532602289307356.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20180601_033650_6893827723692910274024.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit 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 23 lines...]
[repro] Failures:
[repro]   0/5 failed: 
org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
[repro] Exiting with code 0

[...truncated 40 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to