You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/06/29 03:22:41 UTC

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk-9.0.4) - Build # 661 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/661/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
last state: DocCollection(testExecute//clusterstate.json/23)={   "replicationFactor":"1",   "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",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10009_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},         "core_node2":{           "core":"testExecute_shard1_replica_n2",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10010_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},         "core_node4":{           "node_name":"127.0.0.1:10009_solr",           "core":"testExecute_shard1_replica_n3",           "state":"active",           "INDEX.sizeInBytes":10240,           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6}},       "range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.util.concurrent.TimeoutException: last state: DocCollection(testExecute//clusterstate.json/23)={
  "replicationFactor":"1",
  "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",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10009_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node2":{
          "core":"testExecute_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10010_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node4":{
          "node_name":"127.0.0.1:10009_solr",
          "core":"testExecute_shard1_replica_n3",
          "state":"active",
          "INDEX.sizeInBytes":10240,
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
	at __randomizedtesting.SeedInfo.seed([ECA675A584D02DB5:DD1667A89627D232]: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 13733 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
   [junit4]   2> 1222274 INFO  (SUITE-TestExecutePlanAction-seed#[ECA675A584D02DB5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.sim.TestExecutePlanAction_ECA675A584D02DB5-001\init-core-data-001
   [junit4]   2> 1222275 WARN  (SUITE-TestExecutePlanAction-seed#[ECA675A584D02DB5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 1222275 INFO  (SUITE-TestExecutePlanAction-seed#[ECA675A584D02DB5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1222276 INFO  (SUITE-TestExecutePlanAction-seed#[ECA675A584D02DB5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1222281 INFO  (SUITE-TestExecutePlanAction-seed#[ECA675A584D02DB5]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1222283 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testIntegration
   [junit4]   2> 1222284 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 1222284 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1222396 DEBUG (simCloudManagerPool-6297-thread-2) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1222398 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222399 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222401 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222405 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222406 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222408 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222409 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222454 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222456 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222458 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222459 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222461 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222463 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222464 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222466 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222467 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222468 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222469 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222470 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222471 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222473 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222474 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222475 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222476 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222477 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222478 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222479 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222480 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222481 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222482 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222483 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222484 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222485 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222489 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222491 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222492 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222494 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222494 DEBUG (simCloudManagerPool-6297-thread-7) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1222495 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222496 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222497 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222498 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222500 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222501 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222502 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222503 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222504 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222505 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222506 INFO  (AutoscalingActionExecutor-6299-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10009_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 1222506 INFO  (AutoscalingActionExecutor-6299-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1355691205 sessionWrapper.createTime 1355691188797500, this.sessionWrapper.createTime 1355691188797500 
   [junit4]   2> 1222507 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222513 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222515 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222516 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222517 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222519 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222520 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222521 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222522 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222524 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222525 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222527 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222528 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222529 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222530 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222531 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222532 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222533 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222534 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222535 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222536 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222537 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222539 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222540 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222541 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222542 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222544 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222545 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222546 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222547 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222548 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222549 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222550 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222551 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222552 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222553 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222554 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222556 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222557 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222559 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222560 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222562 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222564 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222565 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222566 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222567 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222568 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222569 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222570 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222571 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222572 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222574 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222575 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222576 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222577 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222578 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222580 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222581 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222582 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222584 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222585 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222586 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222587 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222588 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222589 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222590 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222591 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222592 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222593 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222594 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222596 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222597 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222598 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222599 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222600 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222602 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222603 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222604 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222605 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222606 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222607 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222609 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222610 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222612 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222614 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222615 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222616 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222617 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 1222719 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
   [junit4]   2> 1222719 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Node values: {
   [junit4]   2>   "127.0.0.1:10009_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:10009_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10009,
   [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:10008_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:10008_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10008,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     "metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
   [junit4]   2> 1222719 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10009_solr]
   [junit4]   2> 1222719 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Collection .system state: DocCollection(.system//clusterstate.json/14)={
   [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":0,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":10240,
   [junit4]   2>           "node_name":"127.0.0.1:10009_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>           "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 1222719 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Collection testIntegration state: DocCollection(testIntegration//clusterstate.json/14)={
   [junit4]   2>   "replicationFactor":"1",
   [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_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":10240,
   [junit4]   2>           "node_name":"127.0.0.1:10009_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>           "SEARCHER.searcher.numDocs":0},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "node_name":"127.0.0.1:10009_solr",
   [junit4]   2>           "core":"testIntegration_shard1_replica_n3",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "INDEX.sizeInBytes":10240,
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":9.5367431640625E-6}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 1222720 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testIntegration
   [junit4]   2> 1222720 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[ECA675A584D02DB5]) [    ] 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:10008_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> 1222723 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 1222733 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 1222733 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1247) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317) ~[?:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:177) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> 1222736 ERROR (AutoscalingActionExecutor-6299-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Unexpected Exception while querying status of requestId=node_lost_trigger/4d0fdf1a1dba4T930kr33sl8zmdml0unsv1uyum/0
   [junit4]   2> java.io.IOException: java.lang.InterruptedException
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:632) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:132) [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:309) [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:630) ~[test/:?]
   [junit4]   2> 	... 9 more
   [junit4]   2> 1222747 DEBUG (simCloudManagerPool-6297-thread-13) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1222757 WARN  (AutoscalingActionExecutor-6299-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":"4d0fdf1a1dba4T930kr33sl8zmdml0unsv1uyum",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":1355689006062500,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1355689006062500],
   [junit4]   2>     "_enqueue_time_":1355690073572500,
   [junit4]   2>     "nodeNames":["127.0.0.1:10008_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:312) [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":"4d0fdf1a1dba4T930kr33sl8zmdml0unsv1uyum",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":1355689006062500,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1355689006062500],
   [junit4]   2>     "_enqueue_time_":1355690073572500,
   [junit4]   2>     "nodeNames":["127.0.0.1:10008_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:309) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception executing operation: action=MOVEREPLICA&async=node_lost_trigger/4d0fdf1a1dba4T930kr33sl8zmdml0unsv1uyum/0&waitForFinalState=true&collection=testIntegration&targetNode=127.0.0.1:10009_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:309) ~[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:632) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:132) ~[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:309) ~[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:630) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:132) ~[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:309) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> 1222870 DEBUG (simCloudManagerPool-6300-thread-1) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1222872 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222873 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222875 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222876 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222877 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222878 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222880 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222881 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=0
   [junit4]   2> 1222892 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.a.s.TestExecutePlanAction Collection ready after 1058ms
   [junit4]   2> 1223109 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223110 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223111 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223113 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223114 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223115 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223116 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223117 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223118 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223119 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223120 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223121 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223122 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223123 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223125 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223126 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223127 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223128 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223129 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223130 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223131 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223132 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223134 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223135 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223136 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223137 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223138 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223139 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223141 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223142 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223143 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223145 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223146 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223147 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223149 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223150 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223151 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223152 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223154 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223155 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223156 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223157 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223159 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223161 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223163 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223164 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223165 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223166 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223167 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223168 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223169 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223171 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223172 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223174 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223175 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223177 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223178 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223179 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223180 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223181 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223182 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223183 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223184 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223185 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223186 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223187 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223188 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223190 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223191 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223193 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223194 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223196 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223197 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223199 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223200 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223201 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223202 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223203 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223204 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223205 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223206 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223207 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223208 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223210 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223212 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223213 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223215 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223216 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223217 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223218 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223219 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223220 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223221 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223222 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223224 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223225 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223226 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223227 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223228 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223229 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223230 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223231 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223232 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223234 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223235 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223236 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223240 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223241 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223242 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223243 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223244 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223245 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223247 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223249 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223250 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223251 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223253 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223255 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223256 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223257 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223259 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223260 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223261 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223262 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223263 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223264 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223265 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223266 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223267 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223268 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223269 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223270 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223271 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223273 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223274 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223275 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223276 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223277 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223278 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223279 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223280 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223282 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223284 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223285 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223286 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223287 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223288 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223289 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223290 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223291 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223293 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223294 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223295 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223296 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223297 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223298 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223300 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223301 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223302 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223303 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223304 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223305 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223306 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223307 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223308 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223309 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223310 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223311 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223312 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223313 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223314 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223315 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223316 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223317 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223319 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223320 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223321 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223323 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223324 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223325 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223326 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223327 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223328 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223329 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223330 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223331 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223332 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223333 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 1223334 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[ECA675A584D02DB5

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

# * Trigger: node_lost_trigger
   [junit4]   2> ##		- FAILED          1
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestExecutePlanAction -Dtests.method=testExecute -Dtests.seed=ECA675A584D02DB5 -Dtests.slow=true -Dtests.locale=en-SX -Dtests.timezone=Africa/Mogadishu -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   6.39s J1 | TestExecutePlanAction.testExecute <<<
   [junit4]    > Throwable #1: java.util.concurrent.TimeoutException: last state: DocCollection(testExecute//clusterstate.json/23)={
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"testExecute_shard1_replica_n1",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10009_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"testExecute_shard1_replica_n2",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10010_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0},
   [junit4]    >         "core_node4":{
   [junit4]    >           "node_name":"127.0.0.1:10009_solr",
   [junit4]    >           "core":"testExecute_shard1_replica_n3",
   [junit4]    >           "state":"active",
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ECA675A584D02DB5:DD1667A89627D232]:0)
   [junit4]    > 	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute(TestExecutePlanAction.java:152)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1229114 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.sim.TestExecutePlanAction_ECA675A584D02DB5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1064, maxMBSortInHeap=6.0137841425764105, sim=RandomSimilarity(queryNorm=false): {}, locale=en-SX, timezone=Africa/Mogadishu
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=3,threads=1,free=218447896,total=437542912
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedQueryComponentOptimizationTest, TestCharFilters, TestRandomDVFaceting, TestDistributedMap, TestSolr4Spatial, TestMacroExpander, ZkControllerTest, TestReload, SolrShardReporterTest, JSONWriterTest, LeaderElectionTest, TermsComponentTest, TestRangeQuery, VersionInfoTest, TestSystemCollAutoCreate, DistributedIntervalFacetingTest, TestConfigSetProperties, RestoreTriggerStateTest, ReturnFieldsTest, LeaderElectionContextKeyTest, CreateCollectionCleanupTest, TestImpersonationWithHadoopAuth, SubstringBytesRefFilterTest, OverseerTaskQueueTest, TestSegmentSorting, TestOverriddenPrefixQueryForCustomFieldType, UpdateRequestProcessorFactoryTest, TestDistribIDF, EnumFieldTest, DistributedVersionInfoTest, TestMaxScoreQueryParser, TestMergePolicyConfig, TimeZoneUtilsTest, CdcrVersionReplicationTest, SolrPluginUtilsTest, TestMaxTokenLenTokenizer, CoreAdminOperationTest, TestDynamicURP, ClassificationUpdateProcessorTest, BlockDirectoryTest, DistributedSpellCheckComponentTest, IgnoreLargeDocumentProcessorFactoryTest, SliceStateTest, TestSerializedLuceneMatchVersion, TestFuzzyAnalyzedSuggestions, SolrCoreMetricManagerTest, ForceLeaderTest, TestPushWriter, TestManagedSchemaThreadSafety, TestJsonFacetsWithNestedObjects, TestRTimerTree, TestSolrCoreSnapshots, TestInitQParser, SearchHandlerTest, TestRecovery, SuggestComponentContextFilterQueryTest, ReplaceNodeNoTargetTest, TestClusterStateMutator, RAMDirectoryFactoryTest, TestAnalyzedSuggestions, TestXmlQParser, SchemaApiFailureTest, SolrGangliaReporterTest, IndexBasedSpellCheckerTest, TestLegacyFieldReuse, TestTolerantUpdateProcessorRandomCloud, SolrIndexConfigTest, TestSolrCloudWithDelegationTokens, ConnectionReuseTest, TemplateUpdateProcessorTest, DeleteNodeTest, ResourceLoaderTest, TestSolrQueryResponse, BaseCdcrDistributedZkTest, TestCSVLoader, HLLSerializationTest, LeaderFailureAfterFreshStartTest, JavabinLoaderTest, ReplicaListTransformerTest, DistributedTermsComponentTest, TestHighlightDedupGrouping, TestRTGBase, DeleteShardTest, TestPayloadScoreQParserPlugin, TriLevelCompositeIdRoutingTest, TestSubQueryTransformerDistrib, DateRangeFieldTest, TestScoreJoinQPNoScore, TestCustomDocTransformer, DefaultValueUpdateProcessorTest, MetricsHistoryHandlerTest, TestStressReorder, TestSolrCoreParser, CheckHdfsIndexTest, TestManagedStopFilterFactory, RuleEngineTest, TestDynamicFieldCollectionResource, SolrMetricReporterTest, TestCloudPseudoReturnFields, TestFieldTypeCollectionResource, TolerantUpdateProcessorTest, ReplicationFactorTest, MultiThreadedOCPTest, RegexBytesRefFilterTest, DistanceFunctionTest, TestCoreBackup, SpellCheckCollatorWithCollapseTest, TestSimDistributedQueue, TestCollationFieldDocValues, SyncSliceTest, TestLegacyFieldCache, HdfsRecoveryZkTest, HdfsDirectoryFactoryTest, FieldAnalysisRequestHandlerTest, TestFastLRUCache, TestLRUCache, CSVRequestHandlerTest, RecoveryZkTest, TestSearchPerf, PreAnalyzedUpdateProcessorTest, NumberUtilsTest, MoveReplicaHDFSFailoverTest, ScriptEngineTest, SolrCoreCheckLockOnStartupTest, TestFieldCacheSort, HdfsNNFailoverTest, ShowFileRequestHandlerTest, SoftAutoCommitTest, TestComputePlanAction, TestTrieFacet, ConfigureRecoveryStrategyTest, TestCoreContainer, UUIDUpdateProcessorFallbackTest, TestSolrIndexConfig, TestCoreAdminApis, HdfsCollectionsAPIDistributedZkTest, TestRemoteStreaming, MoveReplicaTest, AddBlockUpdateTest, HdfsAutoAddReplicasIntegrationTest, RandomizedTaggerTest, TestDocTermOrds, TriggerCooldownIntegrationTest, TestSolrCloudWithSecureImpersonation, DistributedFacetSimpleRefinementLongTailTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestClassicSimilarityFactory, MoreLikeThisHandlerTest, TestExclusionRuleCollectionAccess, HdfsWriteToMultipleCollectionsTest, LegacyCloudClusterPropTest, TestZkAclsWithHadoopAuth, SearchRateTriggerIntegrationTest, TestSchemaNameResource, XmlInterpolationTest, SpatialFilterTest, TestSolrJ, TestLargeCluster, PrimitiveFieldTypeTest, TestFunctionQuery, MergeStrategyTest, SynonymTokenizerTest, TestNonDefinedSimilarityFactory, TestDeleteCollectionOnDownNodes, TokenizerChainTest, TestCollectionsAPIViaSolrCloudCluster, TestStressInPlaceUpdates, CoreAdminCreateDiscoverTest, BasicAuthIntegrationTest, PeerSyncWithBufferUpdatesTest, TestJmxIntegration, SystemInfoHandlerTest, TaggerTest, TestSolrDeletionPolicy1, TestBulkSchemaConcurrent, TestSimpleTextCodec, TestExpandComponent, TestRawTransformer, TestUseDocValuesAsStored, TestDirectoryFactory, ComputePlanActionTest, ConfigSetsAPITest, SolrIndexSplitterTest, AlternateDirectoryTest, RollingRestartTest, TestZkChroot, NotRequiredUniqueKeyTest, TestHdfsUpdateLog, MigrateRouteKeyTest, TestSimpleQParserPlugin, V2StandaloneTest, TestReRankQParserPlugin, TestExecutePlanAction]
   [junit4] Completed [362/819 (1!)] on J1 in 6.85s, 2 tests, 1 error <<< FAILURES!

[...truncated 45505 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/661/consoleText

[repro] Revision: 1f5c75cb9a3704db395cd13140005130dcf726c0

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"

[repro] ant clean

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

[...truncated 3344 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestExecutePlanAction" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=ECA675A584D02DB5 -Dtests.slow=true -Dtests.locale=en-SX -Dtests.timezone=Africa/Mogadishu -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 79 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
[repro] Exiting with code 0

[...truncated 75 lines...]

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

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

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

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

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

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




Build Log:
[...truncated 21204 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\init-core-data-001
   [junit4]   2> INFO  - 2018-06-30 01:15:36.006; org.apache.solr.SolrTestCaseJ4; Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> INFO  - 2018-06-30 01:15:36.012; org.apache.solr.SolrTestCaseJ4; Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> INFO  - 2018-06-30 01:15:36.012; org.apache.solr.SolrTestCaseJ4; SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> INFO  - 2018-06-30 01:15:36.019; org.apache.solr.SolrTestCaseJ4; ###Starting testFullImportFqParam
   [junit4]   2> INFO  - 2018-06-30 01:15:36.054; org.apache.solr.SolrTestCaseJ4; ####initCore
   [junit4]   2> INFO  - 2018-06-30 01:15:36.336; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:36.529; org.apache.solr.schema.IndexSchema; [null] Schema name=dih_test
   [junit4]   2> INFO  - 2018-06-30 01:15:37.085; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-06-30 01:15:39.069; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-06-30 01:15:39.119; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-06-30 01:15:39.261; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:39.263; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:39.263; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:39.348; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:39.572; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-06-30 01:15:39.588; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-06-30 01:15:39.594; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\core-home-001\collection1, trusted=true
   [junit4]   2> INFO  - 2018-06-30 01:15:39.763; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:39.817; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-06-30 01:15:39.828; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\core-home-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\init-core-data-001\]
   [junit4]   2> INFO  - 2018-06-30 01:15:42.401; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:42.401; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:42.487; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@5dbf95e3[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:42.536; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\core-home-001\collection1\conf
   [junit4]   2> INFO  - 2018-06-30 01:15:42.653; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-06-30 01:15:42.664; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5dbf95e3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-06-30 01:15:42.666; org.apache.solr.SolrTestCaseJ4; ####initCore end
   [junit4]   2> INFO  - 2018-06-30 01:15:43.213; org.eclipse.jetty.server.Server; jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> INFO  - 2018-06-30 01:15:43.256; org.eclipse.jetty.server.session; DefaultSessionIdManager workerName=node0
   [junit4]   2> INFO  - 2018-06-30 01:15:43.257; org.eclipse.jetty.server.session; No SessionScavenger set, using defaults
   [junit4]   2> INFO  - 2018-06-30 01:15:43.265; org.eclipse.jetty.server.session; node0 Scavenging every 600000ms
   [junit4]   2> INFO  - 2018-06-30 01:15:43.310; org.eclipse.jetty.server.handler.ContextHandler; Started o.e.j.s.ServletContextHandler@33545da9{/solr,null,AVAILABLE}
   [junit4]   2> INFO  - 2018-06-30 01:15:43.334; org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@3f7287f4{HTTP/1.1,[http/1.1]}{127.0.0.1:59503}
   [junit4]   2> INFO  - 2018-06-30 01:15:43.334; org.eclipse.jetty.server.Server; Started @18154ms
   [junit4]   2> INFO  - 2018-06-30 01:15:43.334; org.apache.solr.client.solrj.embedded.JettySolrRunner; Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-001\collection1\data, hostContext=/solr, hostPort=59503}
   [junit4]   2> INFO  - 2018-06-30 01:15:43.400; org.apache.solr.util.configuration.SSLCredentialProviderFactory; Processing SSL Credential Provider chain: env;sysprop
   [junit4]   2> ERROR - 2018-06-30 01:15:43.412; org.apache.solr.util.StartupLoggingUtils; Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> INFO  - 2018-06-30 01:15:43.412; org.apache.solr.servlet.SolrDispatchFilter; Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> INFO  - 2018-06-30 01:15:43.412; org.apache.solr.servlet.SolrDispatchFilter;  ___      _       Welcome to Apache Solr™ version 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:43.412; org.apache.solr.servlet.SolrDispatchFilter; / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> INFO  - 2018-06-30 01:15:43.413; org.apache.solr.servlet.SolrDispatchFilter; \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> INFO  - 2018-06-30 01:15:43.414; org.apache.solr.servlet.SolrDispatchFilter; |___/\___/_|_|    Start time: 2018-06-30T01:15:43.414Z
   [junit4]   2> INFO  - 2018-06-30 01:15:43.424; org.apache.solr.core.SolrXmlConfig; Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-001\solr.xml
   [junit4]   2> INFO  - 2018-06-30 01:15:43.439; org.apache.solr.core.SolrXmlConfig; MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> INFO  - 2018-06-30 01:15:43.945; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-06-30 01:15:43.946; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-06-30 01:15:43.984; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:43.985; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:43.985; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:43.992; org.apache.solr.core.CorePropertiesLocator; Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-001
   [junit4]   2> INFO  - 2018-06-30 01:15:43.992; org.apache.solr.core.CorePropertiesLocator; Cores are: [collection1]
   [junit4]   2> INFO  - 2018-06-30 01:15:44.035; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:44.073; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-06-30 01:15:44.097; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-06-30 01:15:44.097; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-001\collection1, trusted=true
   [junit4]   2> INFO  - 2018-06-30 01:15:44.098; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:44.098; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-06-30 01:15:44.099; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-001\collection1\data\]
   [junit4]   2> INFO  - 2018-06-30 01:15:44.236; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:44.236; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:44.371; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@b4249e8[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:44.371; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-001\collection1\conf
   [junit4]   2> INFO  - 2018-06-30 01:15:44.372; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-06-30 01:15:44.374; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@b4249e8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-06-30 01:15:45.065; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=185
   [junit4]   2> INFO  - 2018-06-30 01:15:46.237; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (30 adds)]} 0 412
   [junit4]   2> INFO  - 2018-06-30 01:15:46.329; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-06-30 01:15:46.330; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2bb405d5 commitCommandVersion:0
   [junit4]   2> INFO  - 2018-06-30 01:15:47.010; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@25832e49[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:47.016; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-06-30 01:15:47.029; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@25832e49[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C30)))}
   [junit4]   2> INFO  - 2018-06-30 01:15:47.037; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 708
   [junit4]   2> INFO  - 2018-06-30 01:15:47.051; org.apache.solr.handler.dataimport.config.DIHConfiguration; id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> INFO  - 2018-06-30 01:15:47.051; org.apache.solr.handler.dataimport.DataImporter; Data Configuration loaded successfully
   [junit4]   2> INFO  - 2018-06-30 01:15:47.054; org.apache.solr.handler.dataimport.DataImporter; Starting Full Import
   [junit4]   2> WARN  - 2018-06-30 01:15:47.098; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-06-30 01:15:47.145; org.apache.solr.update.DirectUpdateHandler2; [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> INFO  - 2018-06-30 01:15:47.154; org.apache.solr.handler.dataimport.SolrEntityProcessor; using BinaryResponseParser
   [junit4]   2> INFO  - 2018-06-30 01:15:47.367; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=*:*&start=0&timeAllowed=300000&fq=desc:Description1*&fq=desc:Description*2&rows=2&wt=javabin&version=2} hits=1 status=0 QTime=200
   [junit4]   2> INFO  - 2018-06-30 01:15:47.390; org.apache.solr.handler.dataimport.DocBuilder; Import completed successfully
   [junit4]   2> INFO  - 2018-06-30 01:15:47.390; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-06-30 01:15:47.391; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5b5fc890 commitCommandVersion:0
   [junit4]   2> INFO  - 2018-06-30 01:15:47.628; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@14b81c3a[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:47.629; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-06-30 01:15:47.636; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@14b81c3a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)))}
   [junit4]   2> WARN  - 2018-06-30 01:15:47.637; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-06-30 01:15:47.638; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Wrote last indexed time to dataimport.properties
   [junit4]   2> INFO  - 2018-06-30 01:15:47.638; org.apache.solr.handler.dataimport.DocBuilder; Time taken = 0:0:0.540
   [junit4]   2> INFO  - 2018-06-30 01:15:47.638; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=null path=null params={debug=on&commit=true&dataConfig=<dataConfig>%0d%0a++<document>%0d%0a++++<entity+name%3D'se'+processor%3D'SolrEntityProcessor'+++url%3D'http://127.0.0.1:59503/solr/collection1'+query%3D'*:*'+fq%3D'desc:Description1*,desc:Description*2'+rows%3D'2'+/>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&rows=50&command=full-import}{deleteByQuery=*:*,add=[12],commit=} 0 600
   [junit4]   2> INFO  - 2018-06-30 01:15:47.639; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> INFO  - 2018-06-30 01:15:47.650; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=id:12&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=5
   [junit4]   2> INFO  - 2018-06-30 01:15:47.656; org.apache.solr.SolrTestCaseJ4; ###deleteCore
   [junit4]   2> INFO  - 2018-06-30 01:15:47.656; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=441190374
   [junit4]   2> INFO  - 2018-06-30 01:15:47.657; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:47.658; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47d9e2da: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@22258b4a
   [junit4]   2> INFO  - 2018-06-30 01:15:47.663; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:47.664; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cb087d7: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c07a7d6
   [junit4]   2> INFO  - 2018-06-30 01:15:47.669; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:47.669; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d7c805b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3d0540a5
   [junit4]   2> INFO  - 2018-06-30 01:15:47.676; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@46896121
   [junit4]   2> INFO  - 2018-06-30 01:15:47.677; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=46896121
   [junit4]   2> INFO  - 2018-06-30 01:15:47.677; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@21fe5e28: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@191bb2f
   [junit4]   2> INFO  - 2018-06-30 01:15:47.715; org.eclipse.jetty.server.AbstractConnector; Stopped ServerConnector@3f7287f4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> INFO  - 2018-06-30 01:15:47.715; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1368789224
   [junit4]   2> INFO  - 2018-06-30 01:15:47.716; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:47.716; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43f625c5: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@b38b50a
   [junit4]   2> INFO  - 2018-06-30 01:15:47.727; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:47.727; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@61c83dad: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c07a7d6
   [junit4]   2> INFO  - 2018-06-30 01:15:47.733; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:47.733; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@312476db: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3d0540a5
   [junit4]   2> INFO  - 2018-06-30 01:15:47.734; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@133f542f
   [junit4]   2> INFO  - 2018-06-30 01:15:47.735; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=133f542f
   [junit4]   2> INFO  - 2018-06-30 01:15:47.735; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a6dda0d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@49cfb640
   [junit4]   2> INFO  - 2018-06-30 01:15:47.756; org.eclipse.jetty.server.handler.ContextHandler; Stopped o.e.j.s.ServletContextHandler@33545da9{/solr,null,UNAVAILABLE}
   [junit4]   2> INFO  - 2018-06-30 01:15:47.757; org.eclipse.jetty.server.session; node0 Stopped scavenging
   [junit4]   2> INFO  - 2018-06-30 01:15:47.765; org.apache.solr.SolrTestCaseJ4; ###Ending testFullImportFqParam
   [junit4]   2> INFO  - 2018-06-30 01:15:47.771; org.apache.solr.SolrTestCaseJ4; ###Starting testCursorMarkNoSort
   [junit4]   2> INFO  - 2018-06-30 01:15:47.793; org.apache.solr.SolrTestCaseJ4; ####initCore
   [junit4]   2> INFO  - 2018-06-30 01:15:47.822; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:47.840; org.apache.solr.schema.IndexSchema; [null] Schema name=dih_test
   [junit4]   2> INFO  - 2018-06-30 01:15:47.853; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-06-30 01:15:48.001; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-06-30 01:15:48.001; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-06-30 01:15:48.029; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:48.036; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:48.037; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:48.066; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:48.080; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-06-30 01:15:48.092; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-06-30 01:15:48.093; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\core-home-002\collection1, trusted=true
   [junit4]   2> INFO  - 2018-06-30 01:15:48.093; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:48.093; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-06-30 01:15:48.093; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\core-home-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-001\collection1\data\]
   [junit4]   2> INFO  - 2018-06-30 01:15:48.460; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:48.460; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:48.471; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@390f79ab[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:48.472; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\core-home-002\collection1\conf
   [junit4]   2> INFO  - 2018-06-30 01:15:48.475; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-06-30 01:15:48.478; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@390f79ab[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-06-30 01:15:48.489; org.apache.solr.SolrTestCaseJ4; ####initCore end
   [junit4]   2> INFO  - 2018-06-30 01:15:48.509; org.eclipse.jetty.server.Server; jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> INFO  - 2018-06-30 01:15:48.511; org.eclipse.jetty.server.session; DefaultSessionIdManager workerName=node0
   [junit4]   2> INFO  - 2018-06-30 01:15:48.511; org.eclipse.jetty.server.session; No SessionScavenger set, using defaults
   [junit4]   2> INFO  - 2018-06-30 01:15:48.511; org.eclipse.jetty.server.session; node0 Scavenging every 600000ms
   [junit4]   2> INFO  - 2018-06-30 01:15:48.513; org.eclipse.jetty.server.handler.ContextHandler; Started o.e.j.s.ServletContextHandler@d6652ee{/solr,null,AVAILABLE}
   [junit4]   2> INFO  - 2018-06-30 01:15:48.514; org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@7a01136a{HTTP/1.1,[http/1.1]}{127.0.0.1:59508}
   [junit4]   2> INFO  - 2018-06-30 01:15:48.514; org.eclipse.jetty.server.Server; Started @23334ms
   [junit4]   2> INFO  - 2018-06-30 01:15:48.514; org.apache.solr.client.solrj.embedded.JettySolrRunner; Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-002\collection1\data, hostContext=/solr, hostPort=59508}
   [junit4]   2> ERROR - 2018-06-30 01:15:48.514; org.apache.solr.util.StartupLoggingUtils; Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> INFO  - 2018-06-30 01:15:48.514; org.apache.solr.servlet.SolrDispatchFilter; Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> INFO  - 2018-06-30 01:15:48.515; org.apache.solr.servlet.SolrDispatchFilter;  ___      _       Welcome to Apache Solr™ version 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:48.515; org.apache.solr.servlet.SolrDispatchFilter; / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> INFO  - 2018-06-30 01:15:48.515; org.apache.solr.servlet.SolrDispatchFilter; \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> INFO  - 2018-06-30 01:15:48.515; org.apache.solr.servlet.SolrDispatchFilter; |___/\___/_|_|    Start time: 2018-06-30T01:15:48.515Z
   [junit4]   2> INFO  - 2018-06-30 01:15:48.515; org.apache.solr.core.SolrXmlConfig; Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-002\solr.xml
   [junit4]   2> INFO  - 2018-06-30 01:15:48.530; org.apache.solr.core.SolrXmlConfig; MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> INFO  - 2018-06-30 01:15:48.664; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-06-30 01:15:48.664; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-06-30 01:15:48.700; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:48.708; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:48.709; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:48.733; org.apache.solr.core.CorePropertiesLocator; Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-002
   [junit4]   2> INFO  - 2018-06-30 01:15:48.733; org.apache.solr.core.CorePropertiesLocator; Cores are: [collection1]
   [junit4]   2> INFO  - 2018-06-30 01:15:48.798; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:48.820; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-06-30 01:15:48.834; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-06-30 01:15:48.834; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-002\collection1, trusted=true
   [junit4]   2> INFO  - 2018-06-30 01:15:48.835; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:48.835; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-06-30 01:15:48.835; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-002\collection1\data\]
   [junit4]   2> INFO  - 2018-06-30 01:15:48.991; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:48.991; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:48.994; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@13854278[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:48.995; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-002\collection1\conf
   [junit4]   2> INFO  - 2018-06-30 01:15:48.996; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-06-30 01:15:48.999; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> INFO  - 2018-06-30 01:15:48.999; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@13854278[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-06-30 01:15:49.010; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1, 2, 3, 4, 5, 6, 7]} 0 4
   [junit4]   2> INFO  - 2018-06-30 01:15:49.012; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-06-30 01:15:49.012; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7842750b commitCommandVersion:0
   [junit4]   2> INFO  - 2018-06-30 01:15:49.073; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@5a7599ad[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:49.073; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-06-30 01:15:49.075; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5a7599ad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C7)))}
   [junit4]   2> INFO  - 2018-06-30 01:15:49.075; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 63
   [junit4]   2> INFO  - 2018-06-30 01:15:49.081; org.apache.solr.handler.dataimport.config.DIHConfiguration; id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> INFO  - 2018-06-30 01:15:49.082; org.apache.solr.handler.dataimport.DataImporter; Data Configuration loaded successfully
   [junit4]   2> INFO  - 2018-06-30 01:15:49.082; org.apache.solr.handler.dataimport.DataImporter; Starting Full Import
   [junit4]   2> WARN  - 2018-06-30 01:15:49.082; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-06-30 01:15:49.083; org.apache.solr.update.DirectUpdateHandler2; [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> INFO  - 2018-06-30 01:15:49.085; org.apache.solr.handler.dataimport.SolrEntityProcessor; using BinaryResponseParser
   [junit4]   2> ERROR - 2018-06-30 01:15:49.095; org.apache.solr.handler.RequestHandlerBase; org.apache.solr.common.SolrException: Cursor functionality requires a sort containing a uniqueKey field tie breaker
   [junit4]   2> 	at org.apache.solr.search.CursorMark.<init>(CursorMark.java:82)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:193)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2539)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:709)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:515)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> INFO  - 2018-06-30 01:15:49.097; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=*:*&fl=id,desc&cursorMark=*&rows=2&wt=javabin&version=2} status=400 QTime=6
   [junit4]   2> ERROR - 2018-06-30 01:15:49.105; org.apache.solr.handler.dataimport.DocBuilder; Exception while processing: se document : SolrInputDocument(fields: []):org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59508/solr/collection1: Cursor functionality requires a sort containing a uniqueKey field tie breaker
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImportHandlerException.wrapAndThrow(DataImportHandlerException.java:61)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor$SolrDocumentListIterator.doQuery(SolrEntityProcessor.java:258)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextPage(SolrEntityProcessor.java:160)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.buildIterator(SolrEntityProcessor.java:155)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextRow(SolrEntityProcessor.java:136)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.EntityProcessorWrapper.nextRow(EntityProcessorWrapper.java:267)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:476)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:415)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.doFullDump(DocBuilder.java:330)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:233)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:424)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:483)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImportHandler.handleRequestBody(DataImportHandler.java:184)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2539)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.AbstractDataImportHandlerTestCase.runFullImport(AbstractDataImportHandlerTestCase.java:87)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort(TestSolrEntityProcessorEndToEnd.java:277)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59508/solr/collection1: Cursor functionality requires a sort containing a uniqueKey field tie breaker
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor$SolrDocumentListIterator.doQuery(SolrEntityProcessor.java:255)
   [junit4]   2> 	... 55 more
   [junit4]   2> 
   [junit4]   2> INFO  - 2018-06-30 01:15:49.106; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=null path=null params={debug=on&commit=true&dataConfig=<dataConfig>%0d%0a++<document>%0d%0a++++<entity+name%3D'se'+processor%3D'SolrEntityProcessor'+++url%3D'http://127.0.0.1:59508/solr/collection1'+query%3D'*:*'+rows%3D'2'+fl%3D'id,desc'+cursorMark%3D'true'++/>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&wt=xml&command=full-import}{deleteByQuery=*:*} 0 27
   [junit4]   2> ERROR - 2018-06-30 01:15:49.106; org.apache.solr.handler.dataimport.DataImporter; Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59508/solr/collection1: Cursor functionality requires a sort containing a uniqueKey field tie breaker
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:271)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:424)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:483)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImportHandler.handleRequestBody(DataImportHandler.java:184)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2539)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.AbstractDataImportHandlerTestCase.runFullImport(AbstractDataImportHandlerTestCase.java:87)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort(TestSolrEntityProcessorEndToEnd.java:277)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59508/solr/collection1: Cursor functionality requires a sort containing a uniqueKey field tie breaker
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:417)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.doFullDump(DocBuilder.java:330)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:233)
   [junit4]   2> 	... 47 more
   [junit4]   2> Caused by: org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59508/solr/collection1: Cursor functionality requires a sort containing a uniqueKey field tie breaker
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImportHandlerException.wrapAndThrow(DataImportHandlerException.java:61)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor$SolrDocumentListIterator.doQuery(SolrEntityProcessor.java:258)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextPage(SolrEntityProcessor.java:160)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.buildIterator(SolrEntityProcessor.java:155)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextRow(SolrEntityProcessor.java:136)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.EntityProcessorWrapper.nextRow(EntityProcessorWrapper.java:267)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:476)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:415)
   [junit4]   2> 	... 49 more
   [junit4]   2> Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59508/solr/collection1: Cursor functionality requires a sort containing a uniqueKey field tie breaker
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor$SolrDocumentListIterator.doQuery(SolrEntityProcessor.java:255)
   [junit4]   2> 	... 55 more
   [junit4]   2> 
   [junit4]   2> INFO  - 2018-06-30 01:15:49.113; org.apache.solr.update.DirectUpdateHandler2; start rollback{}
   [junit4]   2> INFO  - 2018-06-30 01:15:49.117; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
   [junit4]   2> INFO  - 2018-06-30 01:15:49.117; org.apache.solr.update.DirectUpdateHandler2; end_rollback
   [junit4]   2> INFO  - 2018-06-30 01:15:49.119; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> INFO  - 2018-06-30 01:15:49.120; org.apache.solr.SolrTestCaseJ4; ###deleteCore
   [junit4]   2> INFO  - 2018-06-30 01:15:49.120; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1229640240
   [junit4]   2> INFO  - 2018-06-30 01:15:49.120; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:49.120; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@270d9a78: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3e0f101f
   [junit4]   2> INFO  - 2018-06-30 01:15:49.122; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:49.123; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@99ff5a4: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c07a7d6
   [junit4]   2> INFO  - 2018-06-30 01:15:49.125; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:49.125; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47e9878f: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3d0540a5
   [junit4]   2> INFO  - 2018-06-30 01:15:49.128; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d9ea01a
   [junit4]   2> INFO  - 2018-06-30 01:15:49.128; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=1d9ea01a
   [junit4]   2> INFO  - 2018-06-30 01:15:49.131; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c35ce0: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@534dc543
   [junit4]   2> INFO  - 2018-06-30 01:15:49.141; org.eclipse.jetty.server.AbstractConnector; Stopped ServerConnector@7a01136a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> INFO  - 2018-06-30 01:15:49.142; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1553941615
   [junit4]   2> INFO  - 2018-06-30 01:15:49.142; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:49.143; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@484e5619: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2c656c4a
   [junit4]   2> INFO  - 2018-06-30 01:15:49.147; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:49.147; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46daf56d: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c07a7d6
   [junit4]   2> INFO  - 2018-06-30 01:15:49.150; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:49.150; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4af7f897: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3d0540a5
   [junit4]   2> INFO  - 2018-06-30 01:15:49.167; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@346987f5
   [junit4]   2> INFO  - 2018-06-30 01:15:49.168; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=346987f5
   [junit4]   2> INFO  - 2018-06-30 01:15:49.168; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@446bdb08: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@167be285
   [junit4]   2> INFO  - 2018-06-30 01:15:49.183; org.eclipse.jetty.server.handler.ContextHandler; Stopped o.e.j.s.ServletContextHandler@d6652ee{/solr,null,UNAVAILABLE}
   [junit4]   2> INFO  - 2018-06-30 01:15:49.183; org.eclipse.jetty.server.session; node0 Stopped scavenging
   [junit4]   2> INFO  - 2018-06-30 01:15:49.192; org.apache.solr.SolrTestCaseJ4; ###Ending testCursorMarkNoSort
   [junit4]   2> INFO  - 2018-06-30 01:15:49.194; org.apache.solr.SolrTestCaseJ4; ###Starting testFullImportInnerEntity
   [junit4]   2> INFO  - 2018-06-30 01:15:49.218; org.apache.solr.SolrTestCaseJ4; ####initCore
   [junit4]   2> INFO  - 2018-06-30 01:15:49.253; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:49.271; org.apache.solr.schema.IndexSchema; [null] Schema name=dih_test
   [junit4]   2> INFO  - 2018-06-30 01:15:49.286; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-06-30 01:15:49.696; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-06-30 01:15:49.696; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-06-30 01:15:49.733; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:49.738; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:49.739; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:49.785; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:49.799; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-06-30 01:15:49.812; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-06-30 01:15:49.813; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\core-home-003\collection1, trusted=true
   [junit4]   2> INFO  - 2018-06-30 01:15:49.814; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:49.815; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-06-30 01:15:49.815; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\core-home-003\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-002\collection1\data\]
   [junit4]   2> INFO  - 2018-06-30 01:15:49.980; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:49.980; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:49.983; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@31e492b1[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:49.984; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\core-home-003\collection1\conf
   [junit4]   2> INFO  - 2018-06-30 01:15:49.984; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-06-30 01:15:49.985; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@31e492b1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-06-30 01:15:49.989; org.apache.solr.SolrTestCaseJ4; ####initCore end
   [junit4]   2> INFO  - 2018-06-30 01:15:50.000; org.eclipse.jetty.server.Server; jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> INFO  - 2018-06-30 01:15:50.001; org.eclipse.jetty.server.session; DefaultSessionIdManager workerName=node0
   [junit4]   2> INFO  - 2018-06-30 01:15:50.001; org.eclipse.jetty.server.session; No SessionScavenger set, using defaults
   [junit4]   2> INFO  - 2018-06-30 01:15:50.001; org.eclipse.jetty.server.session; node0 Scavenging every 600000ms
   [junit4]   2> INFO  - 2018-06-30 01:15:50.001; org.eclipse.jetty.server.handler.ContextHandler; Started o.e.j.s.ServletContextHandler@4a11b6a7{/solr,null,AVAILABLE}
   [junit4]   2> INFO  - 2018-06-30 01:15:50.003; org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@5d0697f1{HTTP/1.1,[http/1.1]}{127.0.0.1:59513}
   [junit4]   2> INFO  - 2018-06-30 01:15:50.003; org.eclipse.jetty.server.Server; Started @24823ms
   [junit4]   2> INFO  - 2018-06-30 01:15:50.003; org.apache.solr.client.solrj.embedded.JettySolrRunner; Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-003\collection1\data, hostContext=/solr, hostPort=59513}
   [junit4]   2> ERROR - 2018-06-30 01:15:50.003; org.apache.solr.util.StartupLoggingUtils; Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> INFO  - 2018-06-30 01:15:50.003; org.apache.solr.servlet.SolrDispatchFilter; Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> INFO  - 2018-06-30 01:15:50.003; org.apache.solr.servlet.SolrDispatchFilter;  ___      _       Welcome to Apache Solr™ version 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:50.003; org.apache.solr.servlet.SolrDispatchFilter; / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> INFO  - 2018-06-30 01:15:50.003; org.apache.solr.servlet.SolrDispatchFilter; \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> INFO  - 2018-06-30 01:15:50.003; org.apache.solr.servlet.SolrDispatchFilter; |___/\___/_|_|    Start time: 2018-06-30T01:15:50.003Z
   [junit4]   2> INFO  - 2018-06-30 01:15:50.004; org.apache.solr.core.SolrXmlConfig; Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-003\solr.xml
   [junit4]   2> INFO  - 2018-06-30 01:15:50.011; org.apache.solr.core.SolrXmlConfig; MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> INFO  - 2018-06-30 01:15:50.387; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-06-30 01:15:50.387; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-06-30 01:15:50.410; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:50.416; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:50.416; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:50.422; org.apache.solr.core.CorePropertiesLocator; Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-003
   [junit4]   2> INFO  - 2018-06-30 01:15:50.422; org.apache.solr.core.CorePropertiesLocator; Cores are: [collection1]
   [junit4]   2> INFO  - 2018-06-30 01:15:50.476; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 7.5.0
   [junit4]   2> INFO  - 2018-06-30 01:15:50.491; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-06-30 01:15:50.502; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-06-30 01:15:50.502; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-003\collection1, trusted=true
   [junit4]   2> INFO  - 2018-06-30 01:15:50.504; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5639fbbe
   [junit4]   2> INFO  - 2018-06-30 01:15:50.504; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-06-30 01:15:50.504; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-003\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-003\collection1\data\]
   [junit4]   2> INFO  - 2018-06-30 01:15:50.665; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:50.665; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-06-30 01:15:50.683; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@4dc79d10[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:50.683; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_E17AE71AE5517447-001\tempDir-003\collection1\conf
   [junit4]   2> INFO  - 2018-06-30 01:15:50.684; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-06-30 01:15:50.686; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4dc79d10[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-06-30 01:15:51.192; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> INFO  - 2018-06-30 01:15:51.231; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1, 2]} 0 26
   [junit4]   2> INFO  - 2018-06-30 01:15:51.233; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-06-30 01:15:51.234; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7d9da8d4 commitCommandVersion:0
   [junit4]   2> INFO  - 2018-06-30 01:15:51.305; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@58c1e59e[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:51.306; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-06-30 01:15:51.308; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@58c1e59e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C2)))}
   [junit4]   2> INFO  - 2018-06-30 01:15:51.308; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 74
   [junit4]   2> INFO  - 2018-06-30 01:15:51.312; org.apache.solr.handler.dataimport.DataImporter; Data Configuration loaded successfully
   [junit4]   2> INFO  - 2018-06-30 01:15:51.312; org.apache.solr.handler.dataimport.DataImporter; Starting Full Import
   [junit4]   2> WARN  - 2018-06-30 01:15:51.313; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-06-30 01:15:51.314; org.apache.solr.update.DirectUpdateHandler2; [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> INFO  - 2018-06-30 01:15:51.359; org.apache.solr.handler.dataimport.SolrEntityProcessor; using BinaryResponseParser
   [junit4]   2> INFO  - 2018-06-30 01:15:51.362; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=id:1&start=0&timeAllowed=300000&rows=50&wt=javabin&version=2} hits=1 status=0 QTime=1
   [junit4]   2> INFO  - 2018-06-30 01:15:51.369; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=id:2&start=0&timeAllowed=300000&rows=50&wt=javabin&version=2} hits=1 status=0 QTime=1
   [junit4]   2> INFO  - 2018-06-30 01:15:51.370; org.apache.solr.handler.dataimport.DocBuilder; Import completed successfully
   [junit4]   2> INFO  - 2018-06-30 01:15:51.370; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-06-30 01:15:51.370; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@31405548 commitCommandVersion:0
   [junit4]   2> INFO  - 2018-06-30 01:15:51.431; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@3a2d6893[collection1] main]
   [junit4]   2> INFO  - 2018-06-30 01:15:51.435; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3a2d6893[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C2)))}
   [junit4]   2> INFO  - 2018-06-30 01:15:51.435; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> WARN  - 2018-06-30 01:15:51.436; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-06-30 01:15:51.436; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Wrote last indexed time to dataimport.properties
   [junit4]   2> INFO  - 2018-06-30 01:15:51.437; org.apache.solr.handler.dataimport.DocBuilder; Time taken = 0:0:0.123
   [junit4]   2> INFO  - 2018-06-30 01:15:51.437; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=null path=null params={debug=on&commit=true&dataConfig=<dataConfig>%0d%0a++<dataSource+type%3D'MockDataSource'+/>%0d%0a++<document>%0d%0a++++<entity+name%3D'db'+query%3D'select+*+from+x'>%0d%0a++++++<field+column%3D'dbid_s'+/>%0d%0a++++++<field+column%3D'dbdesc_s'+/>%0d%0a++++++<entity+name%3D'se'+processor%3D'SolrEntityProcessor'+query%3D'id:${db.dbid_s}'%0a+++++url%3D'http://127.0.0.1:59513/solr/collection1'+fields%3D'id,desc'>%0d%0a++++++++<field+column%3D'id'+/>%0d%0a++++++++<field+column%3D'desc'+/>%0d%0a++++++</entity>%0d%0a++++</entity>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&wt=xml&command=full-import}{deleteByQuery=*:*,add=[1, 2],commit=} 0 128
   [junit4]   2> INFO  - 2018-06-30 01:15:51.443; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=2 status=0 QTime=0
   [junit4]   2> INFO  - 2018-06-30 01:15:51.445; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> INFO  - 2018-06-30 01:15:51.455; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=id:2&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1
   [junit4]   2> INFO  - 2018-06-30 01:15:51.457; org.apache.solr.SolrTestCaseJ4; ###deleteCore
   [junit4]   2> INFO  - 2018-06-30 01:15:51.457; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1899979189
   [junit4]   2> INFO  - 2018-06-30 01:15:51.458; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:51.458; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@29697ffd: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@513ee6c5
   [junit4]   2> INFO  - 2018-06-30 01:15:51.460; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:51.460; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a29985c: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c07a7d6
   [junit4]   2> INFO  - 2018-06-30 01:15:51.461; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-06-30 01:15:51.461; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7699977c: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3d0540a5
   [junit4]   2> INFO  - 2018-06-30 01:15:51.462; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7a6e70ab
   [junit4]   2> INFO  - 2018-06-30 01:15:51.462; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=7a6e70ab
   [junit4]   2> INFO  - 2018-06-30 01:15:51.462; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7583af38: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@126961bb
   [junit4]   2> INFO  - 2018-06-30 01:15:51.474; org.eclipse.jetty.server.AbstractConnector; Stopped ServerConnector@5d0697f1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> INFO  - 2018-06-30 01:15:51.474; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=232174601
   [junit4]   2> INFO  - 2018-06-30 01:15:51.475; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-0

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

rocessorEndToEnd
   [junit4] OK      17.7s J1 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      2.13s J1 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      2.83s J1 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      3.84s J1 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      6.28s J1 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      4.26s J1 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      4.95s J1 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] Completed [2/5] on J1 in 52.08s, 7 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      4.34s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      3.16s J0 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      3.06s J0 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      3.41s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      3.09s J0 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      1.47s J0 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      1.70s J0 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] Completed [3/5] on J0 in 20.54s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      3.28s J1 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      3.68s J1 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      2.76s J1 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      2.92s J1 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      1.96s J1 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      1.42s J1 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      2.23s J1 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] Completed [4/5] on J1 in 18.63s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      1.45s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      1.67s J0 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      1.51s J0 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      3.50s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      4.95s J0 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      2.07s J0 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      3.71s J0 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] Completed [5/5] on J0 in 19.54s, 7 tests
   [junit4] 
   [junit4] JVM J0:     0.71 ..    92.26 =    91.55s
   [junit4] JVM J1:     0.71 ..    72.92 =    72.21s
   [junit4] Execution time total: 1 minute 32 seconds
   [junit4] Tests summary: 5 suites, 35 tests
   [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp])
   [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp])
     [echo] 5 slowest tests:
[junit4:tophints]  30.38s | org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
[junit4:tophints]  18.54s | org.apache.solr.handler.dataimport.TestErrorHandling
[junit4:tophints]   9.48s | org.apache.solr.handler.dataimport.TestFieldReader
[junit4:tophints]   7.25s | org.apache.solr.handler.dataimport.TestSqlEntityProcessor
[junit4:tophints]   6.52s | org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta

-check-totals:

test-nocompile:

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

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

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

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

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

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

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk-9.0.4) - Build # 662 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/662/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic

Error Message:
{   "dbLastUpdateTime":1000006030,   "firstTimestamp":1000000020,   "lastTimestamp":1000006080,   "timestamps":[1000000020,1000000080,1000000140,1000000200,1000000260,1000000320,1000000380,1000000440,1000000500,1000000560,1000000620,1000000680,1000000740,1000000800,1000000860,1000000920,1000000980,1000001040,1000001100,1000001160,1000001220,1000001280,1000001340,1000001400,1000001460,1000001520,1000001580,1000001640,1000001700,1000001760,1000001820,1000001880,1000001940,1000002000,1000002060,1000002120,1000002180,1000002240,1000002300,1000002360,1000002420,1000002480,1000002540,1000002600,1000002660,1000002720,1000002780,1000002840,1000002900,1000002960,1000003020,1000003080,1000003140,1000003200,1000003260,1000003320,1000003380,1000003440,1000003500,1000003560,1000003620,1000003680,1000003740,1000003800,1000003860,1000003920,1000003980,1000004040,1000004100,1000004160,1000004220,1000004280,1000004340,1000004400,1000004460,1000004520,1000004580,1000004640,1000004700,1000004760,1000004820,1000004880,1000004940,1000005000,1000005060,1000005120,1000005180,1000005240,1000005300,1000005360,1000005420,1000005480,1000005540,1000005600,1000005660,1000005720,1000005780,1000005840,1000005900,1000005960,1000006020,1000006080],   "data":"1000000020:  NaN  +1.0000000000E02  \n1000000080:  +1.0000000000E00  +1.0000000000E02  \n1000000140:  +1.0000000000E00  +1.0000000000E02  \n1000000200:  +1.0000000000E00  +1.0000000000E02  \n1000000260:  +1.0000000000E00  +1.0000000000E02  \n1000000320:  +1.0000000000E00  +1.0000000000E02  \n1000000380:  +1.0000000000E00  +1.0000000000E02  \n1000000440:  +1.0000000000E00  +1.0000000000E02  \n1000000500:  +1.0000000000E00  +1.0000000000E02  \n1000000560:  +1.0000000000E00  +1.0000000000E02  \n1000000620:  +1.0000000000E00  +1.0000000000E02  \n1000000680:  +1.0000000000E00  +1.0000000000E02  \n1000000740:  +1.0000000000E00  +1.0000000000E02  \n1000000800:  +1.0000000000E00  +1.0000000000E02  \n1000000860:  +1.0000000000E00  +1.0000000000E02  \n1000000920:  +1.0000000000E00  +1.0000000000E02  \n1000000980:  +1.0000000000E00  +1.0000000000E02  \n1000001040:  +1.0000000000E00  +1.0000000000E02  \n1000001100:  +1.0000000000E00  +1.0000000000E02  \n1000001160:  +1.0000000000E00  +1.0000000000E02  \n1000001220:  +1.0000000000E00  +1.0000000000E02  \n1000001280:  +1.0000000000E00  +1.0000000000E02  \n1000001340:  +1.0000000000E00  +1.0000000000E02  \n1000001400:  +1.0000000000E00  +1.0000000000E02  \n1000001460:  +1.0000000000E00  +1.0000000000E02  \n1000001520:  +1.0000000000E00  +1.0000000000E02  \n1000001580:  +1.0000000000E00  +1.0000000000E02  \n1000001640:  +1.0000000000E00  +1.0000000000E02  \n1000001700:  +1.0000000000E00  +1.0000000000E02  \n1000001760:  +1.0000000000E00  +1.0000000000E02  \n1000001820:  +1.0000000000E00  +1.0000000000E02  \n1000001880:  +1.0000000000E00  +1.0000000000E02  \n1000001940:  +1.0000000000E00  +1.0000000000E02  \n1000002000:  +1.0000000000E00  +1.0000000000E02  \n1000002060:  +1.0000000000E00  +1.0000000000E02  \n1000002120:  +1.0000000000E00  +1.0000000000E02  \n1000002180:  +1.0000000000E00  +1.0000000000E02  \n1000002240:  +1.0000000000E00  +1.0000000000E02  \n1000002300:  +1.0000000000E00  +1.0000000000E02  \n1000002360:  +1.0000000000E00  +1.0000000000E02  \n1000002420:  +1.0000000000E00  +1.0000000000E02  \n1000002480:  +1.0000000000E00  +1.0000000000E02  \n1000002540:  +1.0000000000E00  +1.0000000000E02  \n1000002600:  +1.0000000000E00  +1.0000000000E02  \n1000002660:  +1.0000000000E00  +1.0000000000E02  \n1000002720:  +1.0000000000E00  +1.0000000000E02  \n1000002780:  +1.0000000000E00  +1.0000000000E02  \n1000002840:  +1.0000000000E00  +1.0000000000E02  \n1000002900:  +1.0000000000E00  +1.0000000000E02  \n1000002960:  +1.0000000000E00  +1.0000000000E02  \n1000003020:  +1.0000000000E00  +1.0000000000E02  \n1000003080:  +1.0000000000E00  +1.0000000000E02  \n1000003140:  +1.0000000000E00  +1.0000000000E02  \n1000003200:  +1.0000000000E00  +1.0000000000E02  \n1000003260:  +1.0000000000E00  +1.0000000000E02  \n1000003320:  +1.0000000000E00  +1.0000000000E02  \n1000003380:  +1.0000000000E00  +1.0000000000E02  \n1000003440:  +1.0000000000E00  +1.0000000000E02  \n1000003500:  +1.0000000000E00  +1.0000000000E02  \n1000003560:  +1.0000000000E00  +1.0000000000E02  \n1000003620:  +1.0000000000E00  +1.0000000000E02  \n1000003680:  +1.0000000000E00  +1.0000000000E02  \n1000003740:  +1.0000000000E00  +1.0000000000E02  \n1000003800:  +1.0000000000E00  +1.0000000000E02  \n1000003860:  +1.0000000000E00  +1.0000000000E02  \n1000003920:  +1.0000000000E00  +1.0000000000E02  \n1000003980:  +1.0000000000E00  +1.0000000000E02  \n1000004040:  +1.0000000000E00  +1.0000000000E02  \n1000004100:  +1.0000000000E00  +1.0000000000E02  \n1000004160:  +1.0000000000E00  +1.0000000000E02  \n1000004220:  +1.0000000000E00  +1.0000000000E02  \n1000004280:  +1.0000000000E00  +1.0000000000E02  \n1000004340:  +1.0000000000E00  +1.0000000000E02  \n1000004400:  +1.0000000000E00  +1.0000000000E02  \n1000004460:  +1.0000000000E00  +1.0000000000E02  \n1000004520:  +1.0000000000E00  +1.0000000000E02  \n1000004580:  +1.0000000000E00  +1.0000000000E02  \n1000004640:  +1.0000000000E00  +1.0000000000E02  \n1000004700:  +1.0000000000E00  +1.0000000000E02  \n1000004760:  +1.0000000000E00  +1.0000000000E02  \n1000004820:  +1.0000000000E00  +1.0000000000E02  \n1000004880:  +1.0000000000E00  +1.0000000000E02  \n1000004940:  +1.0000000000E00  +1.0000000000E02  \n1000005000:  +1.0000000000E00  +1.0000000000E02  \n1000005060:  NaN  NaN  \n1000005120:  NaN  NaN  \n1000005180:  NaN  NaN  \n1000005240:  NaN  NaN  \n1000005300:  NaN  NaN  \n1000005360:  NaN  NaN  \n1000005420:  NaN  NaN  \n1000005480:  NaN  NaN  \n1000005540:  NaN  NaN  \n1000005600:  NaN  NaN  \n1000005660:  NaN  NaN  \n1000005720:  NaN  NaN  \n1000005780:  NaN  NaN  \n1000005840:  NaN  NaN  \n1000005900:  NaN  NaN  \n1000005960:  NaN  NaN  \n1000006020:  NaN  NaN  \n1000006080:  NaN  NaN  \n"} expected:<1.0> but was:<NaN>

Stack Trace:
java.lang.AssertionError: {
  "dbLastUpdateTime":1000006030,
  "firstTimestamp":1000000020,
  "lastTimestamp":1000006080,
  "timestamps":[1000000020,1000000080,1000000140,1000000200,1000000260,1000000320,1000000380,1000000440,1000000500,1000000560,1000000620,1000000680,1000000740,1000000800,1000000860,1000000920,1000000980,1000001040,1000001100,1000001160,1000001220,1000001280,1000001340,1000001400,1000001460,1000001520,1000001580,1000001640,1000001700,1000001760,1000001820,1000001880,1000001940,1000002000,1000002060,1000002120,1000002180,1000002240,1000002300,1000002360,1000002420,1000002480,1000002540,1000002600,1000002660,1000002720,1000002780,1000002840,1000002900,1000002960,1000003020,1000003080,1000003140,1000003200,1000003260,1000003320,1000003380,1000003440,1000003500,1000003560,1000003620,1000003680,1000003740,1000003800,1000003860,1000003920,1000003980,1000004040,1000004100,1000004160,1000004220,1000004280,1000004340,1000004400,1000004460,1000004520,1000004580,1000004640,1000004700,1000004760,1000004820,1000004880,1000004940,1000005000,1000005060,1000005120,1000005180,1000005240,1000005300,1000005360,1000005420,1000005480,1000005540,1000005600,1000005660,1000005720,1000005780,1000005840,1000005900,1000005960,1000006020,1000006080],
  "data":"1000000020:  NaN  +1.0000000000E02  \n1000000080:  +1.0000000000E00  +1.0000000000E02  \n1000000140:  +1.0000000000E00  +1.0000000000E02  \n1000000200:  +1.0000000000E00  +1.0000000000E02  \n1000000260:  +1.0000000000E00  +1.0000000000E02  \n1000000320:  +1.0000000000E00  +1.0000000000E02  \n1000000380:  +1.0000000000E00  +1.0000000000E02  \n1000000440:  +1.0000000000E00  +1.0000000000E02  \n1000000500:  +1.0000000000E00  +1.0000000000E02  \n1000000560:  +1.0000000000E00  +1.0000000000E02  \n1000000620:  +1.0000000000E00  +1.0000000000E02  \n1000000680:  +1.0000000000E00  +1.0000000000E02  \n1000000740:  +1.0000000000E00  +1.0000000000E02  \n1000000800:  +1.0000000000E00  +1.0000000000E02  \n1000000860:  +1.0000000000E00  +1.0000000000E02  \n1000000920:  +1.0000000000E00  +1.0000000000E02  \n1000000980:  +1.0000000000E00  +1.0000000000E02  \n1000001040:  +1.0000000000E00  +1.0000000000E02  \n1000001100:  +1.0000000000E00  +1.0000000000E02  \n1000001160:  +1.0000000000E00  +1.0000000000E02  \n1000001220:  +1.0000000000E00  +1.0000000000E02  \n1000001280:  +1.0000000000E00  +1.0000000000E02  \n1000001340:  +1.0000000000E00  +1.0000000000E02  \n1000001400:  +1.0000000000E00  +1.0000000000E02  \n1000001460:  +1.0000000000E00  +1.0000000000E02  \n1000001520:  +1.0000000000E00  +1.0000000000E02  \n1000001580:  +1.0000000000E00  +1.0000000000E02  \n1000001640:  +1.0000000000E00  +1.0000000000E02  \n1000001700:  +1.0000000000E00  +1.0000000000E02  \n1000001760:  +1.0000000000E00  +1.0000000000E02  \n1000001820:  +1.0000000000E00  +1.0000000000E02  \n1000001880:  +1.0000000000E00  +1.0000000000E02  \n1000001940:  +1.0000000000E00  +1.0000000000E02  \n1000002000:  +1.0000000000E00  +1.0000000000E02  \n1000002060:  +1.0000000000E00  +1.0000000000E02  \n1000002120:  +1.0000000000E00  +1.0000000000E02  \n1000002180:  +1.0000000000E00  +1.0000000000E02  \n1000002240:  +1.0000000000E00  +1.0000000000E02  \n1000002300:  +1.0000000000E00  +1.0000000000E02  \n1000002360:  +1.0000000000E00  +1.0000000000E02  \n1000002420:  +1.0000000000E00  +1.0000000000E02  \n1000002480:  +1.0000000000E00  +1.0000000000E02  \n1000002540:  +1.0000000000E00  +1.0000000000E02  \n1000002600:  +1.0000000000E00  +1.0000000000E02  \n1000002660:  +1.0000000000E00  +1.0000000000E02  \n1000002720:  +1.0000000000E00  +1.0000000000E02  \n1000002780:  +1.0000000000E00  +1.0000000000E02  \n1000002840:  +1.0000000000E00  +1.0000000000E02  \n1000002900:  +1.0000000000E00  +1.0000000000E02  \n1000002960:  +1.0000000000E00  +1.0000000000E02  \n1000003020:  +1.0000000000E00  +1.0000000000E02  \n1000003080:  +1.0000000000E00  +1.0000000000E02  \n1000003140:  +1.0000000000E00  +1.0000000000E02  \n1000003200:  +1.0000000000E00  +1.0000000000E02  \n1000003260:  +1.0000000000E00  +1.0000000000E02  \n1000003320:  +1.0000000000E00  +1.0000000000E02  \n1000003380:  +1.0000000000E00  +1.0000000000E02  \n1000003440:  +1.0000000000E00  +1.0000000000E02  \n1000003500:  +1.0000000000E00  +1.0000000000E02  \n1000003560:  +1.0000000000E00  +1.0000000000E02  \n1000003620:  +1.0000000000E00  +1.0000000000E02  \n1000003680:  +1.0000000000E00  +1.0000000000E02  \n1000003740:  +1.0000000000E00  +1.0000000000E02  \n1000003800:  +1.0000000000E00  +1.0000000000E02  \n1000003860:  +1.0000000000E00  +1.0000000000E02  \n1000003920:  +1.0000000000E00  +1.0000000000E02  \n1000003980:  +1.0000000000E00  +1.0000000000E02  \n1000004040:  +1.0000000000E00  +1.0000000000E02  \n1000004100:  +1.0000000000E00  +1.0000000000E02  \n1000004160:  +1.0000000000E00  +1.0000000000E02  \n1000004220:  +1.0000000000E00  +1.0000000000E02  \n1000004280:  +1.0000000000E00  +1.0000000000E02  \n1000004340:  +1.0000000000E00  +1.0000000000E02  \n1000004400:  +1.0000000000E00  +1.0000000000E02  \n1000004460:  +1.0000000000E00  +1.0000000000E02  \n1000004520:  +1.0000000000E00  +1.0000000000E02  \n1000004580:  +1.0000000000E00  +1.0000000000E02  \n1000004640:  +1.0000000000E00  +1.0000000000E02  \n1000004700:  +1.0000000000E00  +1.0000000000E02  \n1000004760:  +1.0000000000E00  +1.0000000000E02  \n1000004820:  +1.0000000000E00  +1.0000000000E02  \n1000004880:  +1.0000000000E00  +1.0000000000E02  \n1000004940:  +1.0000000000E00  +1.0000000000E02  \n1000005000:  +1.0000000000E00  +1.0000000000E02  \n1000005060:  NaN  NaN  \n1000005120:  NaN  NaN  \n1000005180:  NaN  NaN  \n1000005240:  NaN  NaN  \n1000005300:  NaN  NaN  \n1000005360:  NaN  NaN  \n1000005420:  NaN  NaN  \n1000005480:  NaN  NaN  \n1000005540:  NaN  NaN  \n1000005600:  NaN  NaN  \n1000005660:  NaN  NaN  \n1000005720:  NaN  NaN  \n1000005780:  NaN  NaN  \n1000005840:  NaN  NaN  \n1000005900:  NaN  NaN  \n1000005960:  NaN  NaN  \n1000006020:  NaN  NaN  \n1000006080:  NaN  NaN  \n"} expected:<1.0> but was:<NaN>
	at __randomizedtesting.SeedInfo.seed([C07AAB0955D95041:6B80B61C8A05D66F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:443)
	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:161)
	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 13069 lines...]
   [junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.metrics.rrd.SolrRrdBackendFactoryTest_C07AAB0955D95041-001\init-core-data-001
   [junit4]   2> 672780 WARN  (SUITE-SolrRrdBackendFactoryTest-seed#[C07AAB0955D95041]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 672780 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[C07AAB0955D95041]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 672782 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[C07AAB0955D95041]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 672782 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[C07AAB0955D95041]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 672787 INFO  (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[C07AAB0955D95041]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> 682806 INFO  (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[C07AAB0955D95041]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBasic
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic -Dtests.seed=C07AAB0955D95041 -Dtests.slow=true -Dtests.locale=kln -Dtests.timezone=Europe/Tallinn -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 10.0s J0 | SolrRrdBackendFactoryTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {
   [junit4]    >   "dbLastUpdateTime":1000006030,
   [junit4]    >   "firstTimestamp":1000000020,
   [junit4]    >   "lastTimestamp":1000006080,
   [junit4]    >   "timestamps":[1000000020,1000000080,1000000140,1000000200,1000000260,1000000320,1000000380,1000000440,1000000500,1000000560,1000000620,1000000680,1000000740,1000000800,1000000860,1000000920,1000000980,1000001040,1000001100,1000001160,1000001220,1000001280,1000001340,1000001400,1000001460,1000001520,1000001580,1000001640,1000001700,1000001760,1000001820,1000001880,1000001940,1000002000,1000002060,1000002120,1000002180,1000002240,1000002300,1000002360,1000002420,1000002480,1000002540,1000002600,1000002660,1000002720,1000002780,1000002840,1000002900,1000002960,1000003020,1000003080,1000003140,1000003200,1000003260,1000003320,1000003380,1000003440,1000003500,1000003560,1000003620,1000003680,1000003740,1000003800,1000003860,1000003920,1000003980,1000004040,1000004100,1000004160,1000004220,1000004280,1000004340,1000004400,1000004460,1000004520,1000004580,1000004640,1000004700,1000004760,1000004820,1000004880,1000004940,1000005000,1000005060,1000005120,1000005180,1000005240,1000005300,1000005360,1000005420,1000005480,1000005540,1000005600,1000005660,1000005720,1000005780,1000005840,1000005900,1000005960,1000006020,1000006080],
   [junit4]    >   "data":"1000000020:  NaN  +1.0000000000E02  \n1000000080:  +1.0000000000E00  +1.0000000000E02  \n1000000140:  +1.0000000000E00  +1.0000000000E02  \n1000000200:  +1.0000000000E00  +1.0000000000E02  \n1000000260:  +1.0000000000E00  +1.0000000000E02  \n1000000320:  +1.0000000000E00  +1.0000000000E02  \n1000000380:  +1.0000000000E00  +1.0000000000E02  \n1000000440:  +1.0000000000E00  +1.0000000000E02  \n1000000500:  +1.0000000000E00  +1.0000000000E02  \n1000000560:  +1.0000000000E00  +1.0000000000E02  \n1000000620:  +1.0000000000E00  +1.0000000000E02  \n1000000680:  +1.0000000000E00  +1.0000000000E02  \n1000000740:  +1.0000000000E00  +1.0000000000E02  \n1000000800:  +1.0000000000E00  +1.0000000000E02  \n1000000860:  +1.0000000000E00  +1.0000000000E02  \n1000000920:  +1.0000000000E00  +1.0000000000E02  \n1000000980:  +1.0000000000E00  +1.0000000000E02  \n1000001040:  +1.0000000000E00  +1.0000000000E02  \n1000001100:  +1.0000000000E00  +1.0000000000E02  \n1000001160:  +1.0000000000E00  +1.0000000000E02  \n1000001220:  +1.0000000000E00  +1.0000000000E02  \n1000001280:  +1.0000000000E00  +1.0000000000E02  \n1000001340:  +1.0000000000E00  +1.0000000000E02  \n1000001400:  +1.0000000000E00  +1.0000000000E02  \n1000001460:  +1.0000000000E00  +1.0000000000E02  \n1000001520:  +1.0000000000E00  +1.0000000000E02  \n1000001580:  +1.0000000000E00  +1.0000000000E02  \n1000001640:  +1.0000000000E00  +1.0000000000E02  \n1000001700:  +1.0000000000E00  +1.0000000000E02  \n1000001760:  +1.0000000000E00  +1.0000000000E02  \n1000001820:  +1.0000000000E00  +1.0000000000E02  \n1000001880:  +1.0000000000E00  +1.0000000000E02  \n1000001940:  +1.0000000000E00  +1.0000000000E02  \n1000002000:  +1.0000000000E00  +1.0000000000E02  \n1000002060:  +1.0000000000E00  +1.0000000000E02  \n1000002120:  +1.0000000000E00  +1.0000000000E02  \n1000002180:  +1.0000000000E00  +1.0000000000E02  \n1000002240:  +1.0000000000E00  +1.0000000000E02  \n1000002300:  +1.0000000000E00  +1.0000000000E02  \n1000002360:  +1.0000000000E00  +1.0000000000E02  \n1000002420:  +1.0000000000E00  +1.0000000000E02  \n1000002480:  +1.0000000000E00  +1.0000000000E02  \n1000002540:  +1.0000000000E00  +1.0000000000E02  \n1000002600:  +1.0000000000E00  +1.0000000000E02  \n1000002660:  +1.0000000000E00  +1.0000000000E02  \n1000002720:  +1.0000000000E00  +1.0000000000E02  \n1000002780:  +1.0000000000E00  +1.0000000000E02  \n1000002840:  +1.0000000000E00  +1.0000000000E02  \n1000002900:  +1.0000000000E00  +1.0000000000E02  \n1000002960:  +1.0000000000E00  +1.0000000000E02  \n1000003020:  +1.0000000000E00  +1.0000000000E02  \n1000003080:  +1.0000000000E00  +1.0000000000E02  \n1000003140:  +1.0000000000E00  +1.0000000000E02  \n1000003200:  +1.0000000000E00  +1.0000000000E02  \n1000003260:  +1.0000000000E00  +1.0000000000E02  \n1000003320:  +1.0000000000E00  +1.0000000000E02  \n1000003380:  +1.0000000000E00  +1.0000000000E02  \n1000003440:  +1.0000000000E00  +1.0000000000E02  \n1000003500:  +1.0000000000E00  +1.0000000000E02  \n1000003560:  +1.0000000000E00  +1.0000000000E02  \n1000003620:  +1.0000000000E00  +1.0000000000E02  \n1000003680:  +1.0000000000E00  +1.0000000000E02  \n1000003740:  +1.0000000000E00  +1.0000000000E02  \n1000003800:  +1.0000000000E00  +1.0000000000E02  \n1000003860:  +1.0000000000E00  +1.0000000000E02  \n1000003920:  +1.0000000000E00  +1.0000000000E02  \n1000003980:  +1.0000000000E00  +1.0000000000E02  \n1000004040:  +1.0000000000E00  +1.0000000000E02  \n1000004100:  +1.0000000000E00  +1.0000000000E02  \n1000004160:  +1.0000000000E00  +1.0000000000E02  \n1000004220:  +1.0000000000E00  +1.0000000000E02  \n1000004280:  +1.0000000000E00  +1.0000000000E02  \n1000004340:  +1.0000000000E00  +1.0000000000E02  \n1000004400:  +1.0000000000E00  +1.0000000000E02  \n1000004460:  +1.0000000000E00  +1.0000000000E02  \n1000004520:  +1.0000000000E00  +1.0000000000E02  \n1000004580:  +1.0000000000E00  +1.0000000000E02  \n1000004640:  +1.0000000000E00  +1.0000000000E02  \n1000004700:  +1.0000000000E00  +1.0000000000E02  \n1000004760:  +1.0000000000E00  +1.0000000000E02  \n1000004820:  +1.0000000000E00  +1.0000000000E02  \n1000004880:  +1.0000000000E00  +1.0000000000E02  \n1000004940:  +1.0000000000E00  +1.0000000000E02  \n1000005000:  +1.0000000000E00  +1.0000000000E02  \n1000005060:  NaN  NaN  \n1000005120:  NaN  NaN  \n1000005180:  NaN  NaN  \n1000005240:  NaN  NaN  \n1000005300:  NaN  NaN  \n1000005360:  NaN  NaN  \n1000005420:  NaN  NaN  \n1000005480:  NaN  NaN  \n1000005540:  NaN  NaN  \n1000005600:  NaN  NaN  \n1000005660:  NaN  NaN  \n1000005720:  NaN  NaN  \n1000005780:  NaN  NaN  \n1000005840:  NaN  NaN  \n1000005900:  NaN  NaN  \n1000005960:  NaN  NaN  \n1000006020:  NaN  NaN  \n1000006080:  NaN  NaN  \n"} expected:<1.0> but was:<NaN>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C07AAB0955D95041:6B80B61C8A05D66F]:0)
   [junit4]    > 	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:161)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.metrics.rrd.SolrRrdBackendFactoryTest_C07AAB0955D95041-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=61, maxMBSortInHeap=7.846409569348979, sim=RandomSimilarity(queryNorm=true): {}, locale=kln, timezone=Europe/Tallinn
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=3,threads=1,free=50453352,total=308146176
   [junit4]   2> NOTE: All tests run in this JVM: [TestTrie, QueryResultKeyTest, BinaryUpdateRequestHandlerTest, SharedFSAutoReplicaFailoverTest, StatsReloadRaceTest, NumericFieldsTest, TestNodeAddedTrigger, TestTriggerIntegration, TestHttpShardHandlerFactory, SolrMetricsIntegrationTest, MetricsConfigTest, TestFieldSortValues, TestApiFramework, CurrencyRangeFacetCloudTest, TestJoin, TestIndexSearcher, TestFieldCacheReopen, TestCoreDiscovery, TestRealTimeGet, JsonLoaderTest, CachingDirectoryFactoryTest, TestGraphTermsQParserPlugin, SignatureUpdateProcessorFactoryTest, TestDistributedSearch, TestSkipOverseerOperations, BasicDistributedZkTest, UtilsToolTest, BadComponentTest, MetricsHandlerTest, AtomicUpdatesTest, ParsingFieldUpdateProcessorsTest, TestSolrXml, TestSystemIdResolver, TestLuceneIndexBackCompat, TestUtils, LargeFieldTest, TestDistributedGrouping, TestSchemaResource, SolrGraphiteReporterTest, TestFieldCacheSortRandom, CollectionTooManyReplicasTest, PingRequestHandlerTest, PropertiesRequestHandlerTest, TestDynamicLoading, DocumentAnalysisRequestHandlerTest, TestSolrConfigHandlerConcurrent, TestConfigReload, BlobRepositoryCloudTest, TestStressRecovery, TestDownShardTolerantSearch, TestUniqueKeyFieldResource, TestAnalyzeInfixSuggestions, TestExportWriter, DateFieldTest, MissingSegmentRecoveryTest, ConcurrentCreateRoutedAliasTest, TestReloadDeadlock, ScheduledMaintenanceTriggerTest, TestSQLHandlerNonCloud, TestDocSet, MultiTermTest, TlogReplayBufferedWhileIndexingTest, TestConfigSets, TestRebalanceLeaders, CollectionsAPIDistributedZkTest, CoreAdminRequestStatusTest, ClusterStateUpdateTest, BlockCacheTest, AutoAddReplicasIntegrationTest, DocValuesTest, SpatialRPTFieldTypeTest, TestOnReconnectListenerSupport, AnalysisAfterCoreReloadTest, TestFiltering, TestCollectionAPI, ScheduledTriggerTest, TransactionLogTest, TestClusterStateProvider, TestDelegationWithHadoopAuth, TestPHPSerializedResponseWriter, ReplaceNodeTest, TestDistributedStatsComponentCardinality, MetricUtilsTest, BooleanFieldTest, DeleteLastCustomShardedReplicaTest, SolrRrdBackendFactoryTest]
   [junit4] Completed [195/819 (1!)] on J0 in 10.05s, 1 test, 1 failure <<< FAILURES!

[...truncated 46165 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/662/consoleText

[repro] Revision: cb7d6e9e13a4f07b7c01bd929252e80b4a56c388

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"

[repro] ant clean

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

[...truncated 3344 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.SolrRrdBackendFactoryTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=C07AAB0955D95041 -Dtests.slow=true -Dtests.locale=kln -Dtests.timezone=Europe/Tallinn -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 74 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
[repro] Exiting with code 0

[...truncated 75 lines...]