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 2017/08/06 16:43:46 UTC

[JENKINS-EA] Lucene-Solr-7.0-Windows (32bit/jdk-9-ea+178) - Build # 71 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Windows/71/
Java: 32bit/jdk-9-ea+178 -client -XX:+UseParallelGC --illegal-access=deny

1 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting

Error Message:
Should have exactly 4 documents returned expected:<4> but was:<3>

Stack Trace:
java.lang.AssertionError: Should have exactly 4 documents returned expected:<4> but was:<3>
	at __randomizedtesting.SeedInfo.seed([F5C077695A96B8BF:EBF87F61263D023F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.checkSortOrder(DocValuesNotIndexedTest.java:260)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting(DocValuesNotIndexedTest.java:245)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at 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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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 12595 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\init-core-data-001
   [junit4]   2> 2284006 INFO  (SUITE-DocValuesNotIndexedTest-seed#[F5C077695A96B8BF]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2284008 INFO  (SUITE-DocValuesNotIndexedTest-seed#[F5C077695A96B8BF]-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> 2284009 INFO  (SUITE-DocValuesNotIndexedTest-seed#[F5C077695A96B8BF]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001
   [junit4]   2> 2284009 INFO  (SUITE-DocValuesNotIndexedTest-seed#[F5C077695A96B8BF]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2284010 INFO  (Thread-4656) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2284010 INFO  (Thread-4656) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2284015 ERROR (Thread-4656) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2284111 INFO  (SUITE-DocValuesNotIndexedTest-seed#[F5C077695A96B8BF]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:57520
   [junit4]   2> 2284120 INFO  (jetty-launcher-3347-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2284120 INFO  (jetty-launcher-3347-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2284121 INFO  (jetty-launcher-3347-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e31fa4{/solr,null,AVAILABLE}
   [junit4]   2> 2284121 INFO  (jetty-launcher-3347-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ec6fba{/solr,null,AVAILABLE}
   [junit4]   2> 2284125 INFO  (jetty-launcher-3347-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a5a9e8{HTTP/1.1,[http/1.1]}{127.0.0.1:57524}
   [junit4]   2> 2284125 INFO  (jetty-launcher-3347-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1332ce7{HTTP/1.1,[http/1.1]}{127.0.0.1:57525}
   [junit4]   2> 2284125 INFO  (jetty-launcher-3347-thread-1) [    ] o.e.j.s.Server Started @2285199ms
   [junit4]   2> 2284125 INFO  (jetty-launcher-3347-thread-2) [    ] o.e.j.s.Server Started @2285199ms
   [junit4]   2> 2284125 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57524}
   [junit4]   2> 2284125 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57525}
   [junit4]   2> 2284125 ERROR (jetty-launcher-3347-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2284126 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2284126 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2284126 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2284126 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-06T16:15:32.448528500Z
   [junit4]   2> 2284125 ERROR (jetty-launcher-3347-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2284126 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2284126 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2284126 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2284126 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-06T16:15:32.448528500Z
   [junit4]   2> 2284130 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2284130 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2284136 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15db85481f00002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2284140 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57520/solr
   [junit4]   2> 2284140 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57520/solr
   [junit4]   2> 2284144 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15db85481f00004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2284304 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2284306 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57524_solr
   [junit4]   2> 2284307 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98437439968772102-127.0.0.1:57524_solr-n_0000000000) starting
   [junit4]   2> 2284311 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2284312 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57525_solr
   [junit4]   2> 2284313 INFO  (zkCallback-3359-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2284313 INFO  (zkCallback-3358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2284318 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57524_solr
   [junit4]   2> 2284321 INFO  (zkCallback-3358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2284321 INFO  (zkCallback-3359-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2284503 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57525.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2284509 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57525.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2284509 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57525.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2284512 INFO  (jetty-launcher-3347-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node2\.
   [junit4]   2> 2284534 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57524.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2284537 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57524.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2284538 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57524.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2284539 INFO  (jetty-launcher-3347-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node1\.
   [junit4]   2> 2284566 INFO  (SUITE-DocValuesNotIndexedTest-seed#[F5C077695A96B8BF]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2284567 INFO  (SUITE-DocValuesNotIndexedTest-seed#[F5C077695A96B8BF]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57520/solr ready
   [junit4]   2> 2284590 INFO  (qtp26510784-20849) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2284593 INFO  (OverseerThreadFactory-9696-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection dv_coll
   [junit4]   2> 2284705 INFO  (OverseerStateUpdate-98437439968772102-127.0.0.1:57524_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"dv_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57524/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2284708 INFO  (OverseerStateUpdate-98437439968772102-127.0.0.1:57524_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"dv_coll_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57525/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2284710 INFO  (OverseerStateUpdate-98437439968772102-127.0.0.1:57524_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"dv_coll_shard3_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57524/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2284712 INFO  (OverseerStateUpdate-98437439968772102-127.0.0.1:57524_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"dv_coll_shard4_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57525/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2284915 INFO  (qtp26510784-20851) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2284915 INFO  (qtp26510784-20851) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2284920 INFO  (qtp6414837-20842) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2284920 INFO  (qtp26510784-20856) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2284921 INFO  (qtp6414837-20842) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2284921 INFO  (qtp6414837-20845) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2285039 INFO  (zkCallback-3359-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2285039 INFO  (zkCallback-3358-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2285046 INFO  (zkCallback-3359-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2285932 INFO  (qtp26510784-20851) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2285934 INFO  (qtp6414837-20842) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2285935 INFO  (qtp26510784-20856) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2285951 INFO  (qtp6414837-20842) [    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n1] Schema name=minimal
   [junit4]   2> 2285951 INFO  (qtp26510784-20856) [    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n1] Schema name=minimal
   [junit4]   2> 2285951 INFO  (qtp26510784-20851) [    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2285952 INFO  (qtp6414837-20842) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2285953 INFO  (qtp26510784-20856) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2285953 INFO  (qtp6414837-20842) [    ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica_n1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2285953 INFO  (qtp26510784-20856) [    ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica_n1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2285953 INFO  (qtp26510784-20851) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2285953 INFO  (qtp26510784-20851) [    ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica_n1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2285954 INFO  (qtp26510784-20856) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57524.solr.core.dv_coll.shard3.replica_n1' (registry 'solr.core.dv_coll.shard3.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2285954 INFO  (qtp26510784-20851) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57524.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2285954 INFO  (qtp26510784-20856) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2285954 INFO  (qtp26510784-20851) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2285954 INFO  (qtp26510784-20856) [    ] o.a.s.c.SolrCore [[dv_coll_shard3_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node1\dv_coll_shard3_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node1\.\dv_coll_shard3_replica_n1\data\]
   [junit4]   2> 2285954 INFO  (qtp26510784-20851) [    ] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node1\dv_coll_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node1\.\dv_coll_shard1_replica_n1\data\]
   [junit4]   2> 2285954 INFO  (qtp6414837-20842) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57525.solr.core.dv_coll.shard2.replica_n1' (registry 'solr.core.dv_coll.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2285954 INFO  (qtp6414837-20842) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2285954 INFO  (qtp6414837-20842) [    ] o.a.s.c.SolrCore [[dv_coll_shard2_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node2\dv_coll_shard2_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node2\.\dv_coll_shard2_replica_n1\data\]
   [junit4]   2> 2285960 INFO  (qtp6414837-20845) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2285966 INFO  (qtp6414837-20845) [    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n1] Schema name=minimal
   [junit4]   2> 2285968 INFO  (qtp6414837-20845) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2285968 INFO  (qtp6414837-20845) [    ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica_n1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2285969 INFO  (qtp6414837-20845) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57525.solr.core.dv_coll.shard4.replica_n1' (registry 'solr.core.dv_coll.shard4.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2285969 INFO  (qtp6414837-20845) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2285969 INFO  (qtp6414837-20845) [    ] o.a.s.c.SolrCore [[dv_coll_shard4_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node2\dv_coll_shard4_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node2\.\dv_coll_shard4_replica_n1\data\]
   [junit4]   2> 2286033 INFO  (qtp26510784-20856) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2286033 INFO  (qtp26510784-20856) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2286037 INFO  (qtp26510784-20856) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2286037 INFO  (qtp26510784-20856) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2286042 INFO  (qtp26510784-20851) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2286042 INFO  (qtp26510784-20851) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2286047 INFO  (qtp26510784-20851) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2286047 INFO  (qtp26510784-20851) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2286049 INFO  (qtp26510784-20856) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@394da[dv_coll_shard3_replica_n1] main]
   [junit4]   2> 2286050 INFO  (qtp26510784-20851) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@113b954[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2286050 INFO  (qtp26510784-20856) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2286051 INFO  (qtp26510784-20856) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2286051 INFO  (qtp26510784-20856) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2286052 INFO  (qtp26510784-20856) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2286052 INFO  (qtp26510784-20851) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2286052 INFO  (qtp26510784-20851) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2286053 INFO  (qtp26510784-20851) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2286053 INFO  (qtp26510784-20856) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2286053 INFO  (qtp26510784-20851) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2286054 INFO  (qtp26510784-20851) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2286054 INFO  (searcherExecutor-9702-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard3_replica_n1] Registered new searcher Searcher@394da[dv_coll_shard3_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2286054 INFO  (qtp26510784-20856) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574999041639448576
   [junit4]   2> 2286055 INFO  (searcherExecutor-9703-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@113b954[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2286055 INFO  (qtp26510784-20851) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574999041640497152
   [junit4]   2> 2286060 INFO  (qtp26510784-20856) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2286060 INFO  (qtp26510784-20856) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2286060 INFO  (qtp26510784-20856) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/
   [junit4]   2> 2286060 INFO  (qtp26510784-20851) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2286060 INFO  (qtp26510784-20851) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2286060 INFO  (qtp26510784-20856) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2286060 INFO  (qtp26510784-20856) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/ has no replicas
   [junit4]   2> 2286061 INFO  (qtp26510784-20856) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2286060 INFO  (qtp26510784-20851) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57524/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 2286061 INFO  (qtp26510784-20851) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2286061 INFO  (qtp26510784-20851) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:57524/solr/dv_coll_shard1_replica_n1/ has no replicas
   [junit4]   2> 2286061 INFO  (qtp26510784-20851) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2286064 INFO  (qtp26510784-20851) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57524/solr/dv_coll_shard1_replica_n1/ shard1
   [junit4]   2> 2286064 INFO  (qtp26510784-20856) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/ shard3
   [junit4]   2> 2286136 INFO  (qtp6414837-20842) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2286137 INFO  (qtp6414837-20842) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2286139 INFO  (qtp6414837-20842) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2286139 INFO  (qtp6414837-20842) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2286142 INFO  (qtp6414837-20842) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17c13c1[dv_coll_shard2_replica_n1] main]
   [junit4]   2> 2286144 INFO  (qtp6414837-20842) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2286145 INFO  (qtp6414837-20842) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2286145 INFO  (qtp6414837-20842) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2286145 INFO  (qtp6414837-20842) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2286146 INFO  (qtp6414837-20842) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2286147 INFO  (searcherExecutor-9701-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard2_replica_n1] Registered new searcher Searcher@17c13c1[dv_coll_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2286147 INFO  (qtp6414837-20842) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574999041736966144
   [junit4]   2> 2286153 INFO  (qtp6414837-20842) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2286153 INFO  (qtp6414837-20842) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2286153 INFO  (qtp6414837-20842) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/
   [junit4]   2> 2286153 INFO  (qtp6414837-20842) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2286153 INFO  (qtp6414837-20842) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/ has no replicas
   [junit4]   2> 2286153 INFO  (qtp6414837-20842) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2286157 INFO  (qtp6414837-20842) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/ shard2
   [junit4]   2> 2286157 INFO  (qtp6414837-20845) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2286157 INFO  (qtp6414837-20845) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2286159 INFO  (qtp6414837-20845) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2286159 INFO  (qtp6414837-20845) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2286161 INFO  (qtp6414837-20845) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15f8bbf[dv_coll_shard4_replica_n1] main]
   [junit4]   2> 2286163 INFO  (qtp6414837-20845) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2286163 INFO  (qtp6414837-20845) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2286163 INFO  (qtp6414837-20845) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2286167 INFO  (qtp6414837-20845) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2286168 INFO  (qtp6414837-20845) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2286169 INFO  (searcherExecutor-9704-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard4_replica_n1] Registered new searcher Searcher@15f8bbf[dv_coll_shard4_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2286169 INFO  (qtp6414837-20845) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574999041760034816
   [junit4]   2> 2286174 INFO  (qtp6414837-20845) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2286174 INFO  (qtp6414837-20845) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2286175 INFO  (qtp6414837-20845) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57525/solr/dv_coll_shard4_replica_n1/
   [junit4]   2> 2286175 INFO  (qtp6414837-20845) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2286175 INFO  (qtp6414837-20845) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:57525/solr/dv_coll_shard4_replica_n1/ has no replicas
   [junit4]   2> 2286175 INFO  (qtp6414837-20845) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2286181 INFO  (qtp6414837-20845) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57525/solr/dv_coll_shard4_replica_n1/ shard4
   [junit4]   2> 2286286 INFO  (zkCallback-3359-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2286286 INFO  (zkCallback-3358-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2286286 INFO  (zkCallback-3359-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2286290 INFO  (qtp26510784-20851) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2286290 INFO  (qtp26510784-20856) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2286296 INFO  (qtp26510784-20851) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1381
   [junit4]   2> 2286297 INFO  (qtp26510784-20856) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1376
   [junit4]   2> 2286309 INFO  (qtp6414837-20842) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2286314 INFO  (qtp6414837-20842) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1393
   [junit4]   2> 2286334 INFO  (qtp6414837-20845) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2286342 INFO  (qtp6414837-20845) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1420
   [junit4]   2> 2286351 INFO  (qtp26510784-20849) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2286446 INFO  (zkCallback-3358-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2286446 INFO  (zkCallback-3359-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2286446 INFO  (zkCallback-3359-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2286598 INFO  (OverseerCollectionConfigSetProcessor-98437439968772102-127.0.0.1:57524_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2287351 INFO  (qtp26510784-20849) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2} status=0 QTime=2760
   [junit4]   2> 2287362 INFO  (qtp26510784-20854) [    ] o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 2287365 INFO  (qtp26510784-20854) [    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2287367 INFO  (qtp26510784-20854) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2287377 INFO  (zkCallback-3359-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2287378 INFO  (zkCallback-3358-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2287378 INFO  (zkCallback-3359-thread-2) [    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2287378 INFO  (zkCallback-3359-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2287377 INFO  (qtp26510784-20854) [    ] o.a.s.c.ZkController Persisted config data to node /configs/conf1/managed-schema 
   [junit4]   2> 2287380 INFO  (zkCallback-3358-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2287382 INFO  (zkCallback-3359-thread-1) [    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n1] Schema name=minimal
   [junit4]   2> 2287382 INFO  (zkCallback-3358-thread-1) [    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n1] Schema name=minimal
   [junit4]   2> 2287387 INFO  (zkCallback-3359-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2287387 INFO  (zkCallback-3359-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 9 ms
   [junit4]   2> 2287387 INFO  (zkCallback-3358-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2287388 INFO  (zkCallback-3358-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 7 ms
   [junit4]   2> 2287388 INFO  (zkCallback-3358-thread-2) [    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2287389 INFO  (zkCallback-3358-thread-2) [    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2287389 INFO  (Thread-4676) [    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard4_replica_n1
   [junit4]   2> 2287389 INFO  (Thread-4675) [    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard1_replica_n1
   [junit4]   2> 2287392 INFO  (Thread-4676) [    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard2_replica_n1
   [junit4]   2> 2287393 INFO  (Thread-4675) [    ] o.a.s.c.SolrCore core reload dv_coll_shard1_replica_n1
   [junit4]   2> 2287394 INFO  (Thread-4676) [    ] o.a.s.c.SolrCore core reload dv_coll_shard2_replica_n1
   [junit4]   2> 2287398 INFO  (qtp26510784-20854) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2287398 INFO  (zkCallback-3358-thread-2) [    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n1] Schema name=minimal
   [junit4]   2> 2287404 INFO  (zkCallback-3358-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2287404 INFO  (zkCallback-3358-thread-2) [    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 14 ms
   [junit4]   2> 2287405 INFO  (Thread-4676) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2287406 INFO  (qtp26510784-20854) [    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2287425 INFO  (qtp26510784-20854) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2287425 INFO  (qtp26510784-20854) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard1_replica_n1' using configuration from collection dv_coll
   [junit4]   2> 2287426 INFO  (Thread-4676) [    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n1] Schema name=minimal
   [junit4]   2> 2287433 INFO  (Thread-4676) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2287433 INFO  (Thread-4676) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard2_replica_n1' using configuration from collection dv_coll
   [junit4]   2> 2287450 INFO  (Thread-4676) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57525.solr.core.dv_coll.shard2.replica_n1' (registry 'solr.core.dv_coll.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2287450 INFO  (Thread-4676) [    ] o.a.s.c.SolrCore [[dv_coll_shard2_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node2\dv_coll_shard2_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node2\.\dv_coll_shard2_replica_n1\data\]
   [junit4]   2> 2287451 INFO  (qtp26510784-20854) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57524.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2287451 INFO  (qtp26510784-20854) [    ] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node1\dv_coll_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node1\.\dv_coll_shard1_replica_n1\data\]
   [junit4]   2> 2287516 INFO  (Thread-4676) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2287516 INFO  (Thread-4676) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2287517 INFO  (Thread-4676) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e296d7[dv_coll_shard2_replica_n1] main]
   [junit4]   2> 2287519 INFO  (Thread-4676) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2287519 INFO  (Thread-4676) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2287519 INFO  (Thread-4676) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2287520 INFO  (Thread-4676) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2287520 INFO  (Thread-4676) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2287522 INFO  (searcherExecutor-9722-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard2_replica_n1] Registered new searcher Searcher@e296d7[dv_coll_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287522 INFO  (Thread-4676) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574999043178758144
   [junit4]   2> 2287524 INFO  (Thread-4676) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2287525 INFO  (Thread-4676) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19d18fe[dv_coll_shard2_replica_n1] main]
   [junit4]   2> 2287525 INFO  (Thread-4676) [    ] o.a.s.c.SolrCore [dv_coll_shard2_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1138a9e
   [junit4]   2> 2287525 INFO  (Thread-4676) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.dv_coll.shard2.replica_n1, tag=18057886
   [junit4]   2> 2287526 INFO  (searcherExecutor-9722-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard2_replica_n1] Registered new searcher Searcher@19d18fe[dv_coll_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287528 INFO  (Thread-4676) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard2.leader, tag=18057886
   [junit4]   2> 2287529 INFO  (qtp26510784-20854) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2287529 INFO  (qtp26510784-20854) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2287529 INFO  (qtp26510784-20854) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@117ec6e[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2287534 INFO  (qtp26510784-20854) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2287535 INFO  (qtp26510784-20854) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2287535 INFO  (qtp26510784-20854) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2287535 INFO  (qtp26510784-20854) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2287536 INFO  (qtp26510784-20854) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2287538 INFO  (searcherExecutor-9721-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@117ec6e[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287538 INFO  (qtp26510784-20854) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574999043195535360
   [junit4]   2> 2287541 INFO  (qtp26510784-20854) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2287541 INFO  (qtp26510784-20854) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4696a8[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2287542 INFO  (zkCallback-3359-thread-2) [    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2287543 INFO  (qtp26510784-20854) [    ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 3 replicas to apply schema update version 1 for collection dv_coll
   [junit4]   2> 2287543 INFO  (searcherExecutor-9721-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@4696a8[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287545 INFO  (zkCallback-3359-thread-2) [    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2287550 INFO  (zkCallback-3359-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2287550 INFO  (zkCallback-3359-thread-2) [    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 6 ms
   [junit4]   2> 2287551 INFO  (qtp6414837-20846) [    ] o.a.s.c.S.Request [dv_coll_shard4_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2287552 INFO  (qtp26510784-20857) [    ] o.a.s.c.S.Request [dv_coll_shard3_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2287553 INFO  (qtp6414837-20848) [    ] o.a.s.c.S.Request [dv_coll_shard2_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2287554 INFO  (qtp26510784-20854) [    ] o.a.s.s.ManagedIndexSchema Took 12.0ms for 3 replicas to apply schema update version 1 for collection dv_coll
   [junit4]   2> 2287554 INFO  (qtp26510784-20854) [    ] o.a.s.c.S.Request [dv_coll_shard1_replica_n1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=193
   [junit4]   2> 2287554 INFO  (qtp26510784-20854) [    ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e62123
   [junit4]   2> 2287556 INFO  (qtp26510784-20854) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.dv_coll.shard1.replica_n1, tag=31858979
   [junit4]   2> 2287556 INFO  (Thread-4675) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2287561 INFO  (qtp26510784-20854) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard1.leader, tag=31858979
   [junit4]   2> 2287593 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[F5C077695A96B8BF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGroupingSorting
   [junit4]   2> 2287593 INFO  (Thread-4675) [    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2287599 INFO  (Thread-4675) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2287599 INFO  (Thread-4675) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard1_replica_n1' using configuration from collection dv_coll
   [junit4]   2> 2287625 INFO  (Thread-4675) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57524.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11d94e6
   [junit4]   2> 2287625 INFO  (Thread-4675) [    ] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node1\dv_coll_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001\tempDir-001\node1\.\dv_coll_shard1_replica_n1\data\]
   [junit4]   2> 2287644 INFO  (qtp6414837-20842) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:57525/solr/dv_coll_shard4_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1574999043295150080)} 0 10
   [junit4]   2> 2287645 INFO  (qtp26510784-20851) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:57525/solr/dv_coll_shard4_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1574999043290955776)} 0 15
   [junit4]   2> 2287645 INFO  (qtp26510784-20857) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:57525/solr/dv_coll_shard4_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1574999043289907200)} 0 16
   [junit4]   2> 2287645 INFO  (qtp6414837-20846) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1574999043257401344)} 0 49
   [junit4]   2> 2287693 INFO  (qtp26510784-20844) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043358064640,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287693 INFO  (qtp26510784-20844) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2287693 INFO  (qtp26510784-20844) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287693 INFO  (qtp26510784-20844) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2287696 INFO  (qtp26510784-20852) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043361210368,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287696 INFO  (qtp26510784-20852) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2287705 INFO  (qtp6414837-20845) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043370647552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287705 INFO  (qtp6414837-20845) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2287706 INFO  (qtp26510784-20852) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19f8e7c[dv_coll_shard3_replica_n1] main]
   [junit4]   2> 2287706 INFO  (qtp26510784-20852) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287707 INFO  (qtp6414837-20845) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@af5fd7[dv_coll_shard4_replica_n1] main]
   [junit4]   2> 2287707 INFO  (qtp6414837-20850) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043372744704,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287708 INFO  (qtp6414837-20850) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2287708 INFO  (qtp6414837-20850) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287708 INFO  (qtp6414837-20845) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287708 INFO  (qtp6414837-20850) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2287710 INFO  (searcherExecutor-9702-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard3_replica_n1] Registered new searcher Searcher@19f8e7c[dv_coll_shard3_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287710 INFO  (qtp26510784-20852) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 13
   [junit4]   2> 2287711 INFO  (searcherExecutor-9704-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard4_replica_n1] Registered new searcher Searcher@af5fd7[dv_coll_shard4_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287711 INFO  (qtp6414837-20845) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 5
   [junit4]   2> 2287711 INFO  (qtp26510784-20856) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 65
   [junit4]   2> 2287718 INFO  (Thread-4675) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2287718 INFO  (Thread-4675) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2287720 INFO  (Thread-4675) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29fc8d[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2287723 INFO  (Thread-4675) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2287723 INFO  (Thread-4675) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2287723 INFO  (Thread-4675) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2287724 INFO  (Thread-4675) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2287725 INFO  (Thread-4675) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2287730 INFO  (searcherExecutor-9730-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@29fc8d[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287732 INFO  (qtp6414837-20848) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[4 (1574999043395813376)]} 0 4
   [junit4]   2> 2287742 INFO  (Thread-4675) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2287743 INFO  (Thread-4675) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@129e024[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2287745 INFO  (qtp26510784-20851) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[2 (1574999043398959104), 3 (1574999043407347712)]} 0 12
   [junit4]   2> 2287746 INFO  (qtp26510784-20854) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[1 (1574999043395813376)]} 0 16
   [junit4]   2> 2287747 INFO  (qtp26510784-20851) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043414687744,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287748 INFO  (searcherExecutor-9730-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@129e024[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287748 INFO  (qtp6414837-20853) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043415736320,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287748 INFO  (qtp26510784-20851) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12a5d10 commitCommandVersion:1574999043414687744
   [junit4]   2> 2287748 INFO  (qtp6414837-20853) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37244b commitCommandVersion:1574999043415736320
   [junit4]   2> 2287749 INFO  (qtp6414837-20855) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043416784896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287749 INFO  (Thread-4675) [    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard3_replica_n1
   [junit4]   2> 2287749 INFO  (qtp6414837-20855) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2287749 INFO  (qtp6414837-20855) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287749 INFO  (qtp26510784-20852) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043416784896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287749 INFO  (qtp6414837-20855) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2287749 INFO  (qtp26510784-20852) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@a28447 commitCommandVersion:1574999043416784896
   [junit4]   2> 2287754 INFO  (qtp6414837-20853) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f4a188[dv_coll_shard2_replica_n1] main]
   [junit4]   2> 2287755 INFO  (qtp6414837-20853) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287756 INFO  (searcherExecutor-9722-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard2_replica_n1] Registered new searcher Searcher@f4a188[dv_coll_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 2287757 INFO  (qtp6414837-20853) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 9
   [junit4]   2> 2287758 INFO  (qtp26510784-20851) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@de825[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2287760 INFO  (qtp26510784-20851) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287762 INFO  (searcherExecutor-9721-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@de825[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 2287763 INFO  (qtp26510784-20851) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 15
   [junit4]   2> 2287763 INFO  (qtp26510784-20851) [    ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b891b5
   [junit4]   2> 2287763 INFO  (qtp26510784-20851) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.dv_coll.shard1.replica_n1, tag=28873141
   [junit4]   2> 2287764 INFO  (qtp26510784-20851) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard1.leader, tag=28873141
   [junit4]   2> 2287766 INFO  (qtp26510784-20852) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@11e9e4b[dv_coll_shard3_replica_n1] main]
   [junit4]   2> 2287767 INFO  (qtp26510784-20852) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287768 INFO  (searcherExecutor-9702-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard3_replica_n1] Registered new searcher Searcher@11e9e4b[dv_coll_shard3_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C2)))}
   [junit4]   2> 2287769 INFO  (qtp26510784-20852) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 20
   [junit4]   2> 2287769 INFO  (qtp26510784-20857) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&commit=true&wt=javabin&version=2}{commit=} 0 23
   [junit4]   2> 2287772 INFO  (qtp26510784-20854) [    ] o.a.s.c.S.Request [dv_coll_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:4&fl=id&shards.purpose=4&start=0&fsv=true&sort=intGSF+asc,id+asc&shard.url=http://127.0.0.1:57524/solr/dv_coll_shard1_replica_n1/&rows=100&version=2&q=*:*&NOW=1502036136092&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 2287772 INFO  (qtp6414837-20842) [    ] o.a.s.c.S.Request [dv_coll_shard2_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:4&fl=id&shards.purpose=4&start=0&fsv=true&sort=intGSF+asc,id+asc&shard.url=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&rows=100&version=2&q=*:*&NOW=1502036136092&isShard=true&wt=javabin} hits=1 status=0 QTime=0
   [junit4]   2> 2287772 INFO  (qtp26510784-20849) [    ] o.a.s.c.S.Request [dv_coll_shard3_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:4&fl=id&shards.purpose=4&start=0&fsv=true&sort=intGSF+asc,id+asc&shard.url=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&rows=100&version=2&q=*:*&NOW=1502036136092&isShard=true&wt=javabin} hits=2 status=0 QTime=0
   [junit4]   2> 2287773 INFO  (qtp6414837-20846) [    ] o.a.s.c.S.Request [dv_coll_shard4_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:4&fl=id&shards.purpose=4&start=0&fsv=true&sort=intGSF+asc,id+asc&shard.url=http://127.0.0.1:57525/solr/dv_coll_shard4_replica_n1/&rows=100&version=2&q=*:*&NOW=1502036136092&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 2287775 INFO  (qtp6414837-20842) [    ] o.a.s.c.S.Request [dv_coll_shard2_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:4&shards.purpose=64&NOW=1502036136092&ids=4&isShard=true&shard.url=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&rows=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2287775 INFO  (qtp26510784-20844) [    ] o.a.s.c.S.Request [dv_coll_shard3_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:4&shards.purpose=64&NOW=1502036136092&ids=2,3&isShard=true&shard.url=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&rows=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2287775 INFO  (qtp26510784-20856) [    ] o.a.s.c.S.Request [dv_coll_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=dv_coll:4&sort=intGSF+asc,id+asc&rows=100&wt=javabin&version=2} hits=3 status=0 QTime=4
   [junit4]   2> 2287776 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[F5C077695A96B8BF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGroupingSorting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DocValuesNotIndexedTest -Dtests.method=testGroupingSorting -Dtests.seed=F5C077695A96B8BF -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=Asia/Khandyga -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.22s J1 | DocValuesNotIndexedTest.testGroupingSorting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Should have exactly 4 documents returned expected:<4> but was:<3>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F5C077695A96B8BF:EBF87F61263D023F]:0)
   [junit4]    > 	at org.apache.solr.cloud.DocValuesNotIndexedTest.checkSortOrder(DocValuesNotIndexedTest.java:260)
   [junit4]    > 	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting(DocValuesNotIndexedTest.java:245)
   [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> 2287803 INFO  (TEST-DocValuesNotIndexedTest.testGroupingDocAbsent-seed#[F5C077695A96B8BF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGroupingDocAbsent
   [junit4]   2> 2287807 INFO  (qtp26510784-20852) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@135b78f[dv_coll_shard1_replica_n1] realtime]
   [junit4]   2> 2287807 INFO  (qtp26510784-20851) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c3dee3[dv_coll_shard3_replica_n1] realtime]
   [junit4]   2> 2287809 INFO  (qtp6414837-20845) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5705ef[dv_coll_shard2_replica_n1] realtime]
   [junit4]   2> 2287810 INFO  (qtp26510784-20851) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1574999043475505152)} 0 5
   [junit4]   2> 2287810 INFO  (qtp26510784-20852) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17a2b0e[dv_coll_shard1_replica_n1] realtime]
   [junit4]   2> 2287810 INFO  (qtp6414837-20848) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1574999043475505152)} 0 6
   [junit4]   2> 2287811 INFO  (qtp26510784-20852) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1574999043476553728)} 0 5
   [junit4]   2> 2287811 INFO  (qtp6414837-20845) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1574999043474456576)} 0 8
   [junit4]   2> 2287813 INFO  (qtp26510784-20857) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043483893760,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287813 INFO  (qtp26510784-20857) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12a5d10 commitCommandVersion:1574999043483893760
   [junit4]   2> 2287814 INFO  (qtp6414837-20855) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043484942336,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287815 INFO  (qtp26510784-20854) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043485990912,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287815 INFO  (qtp6414837-20855) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37244b commitCommandVersion:1574999043484942336
   [junit4]   2> 2287815 INFO  (qtp26510784-20854) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@a28447 commitCommandVersion:1574999043485990912
   [junit4]   2> 2287816 INFO  (qtp6414837-20855) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@dd521e[dv_coll_shard2_replica_n1] main]
   [junit4]   2> 2287817 INFO  (qtp6414837-20850) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043488088064,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287817 INFO  (qtp6414837-20850) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2287818 INFO  (qtp6414837-20850) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287818 INFO  (qtp6414837-20850) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2287818 INFO  (qtp6414837-20855) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287818 INFO  (qtp26510784-20854) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7944f7[dv_coll_shard3_replica_n1] main]
   [junit4]   2> 2287818 INFO  (searcherExecutor-9722-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard2_replica_n1] Registered new searcher Searcher@dd521e[dv_coll_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287820 INFO  (qtp6414837-20855) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 5
   [junit4]   2> 2287820 INFO  (qtp26510784-20854) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287821 INFO  (searcherExecutor-9702-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard3_replica_n1] Registered new searcher Searcher@7944f7[dv_coll_shard3_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287821 INFO  (qtp26510784-20857) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a9234f[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2287822 INFO  (qtp26510784-20857) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287823 INFO  (qtp26510784-20854) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 8
   [junit4]   2> 2287824 INFO  (searcherExecutor-9730-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@1a9234f[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2287825 INFO  (qtp26510784-20857) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 11
   [junit4]   2> 2287825 INFO  (qtp6414837-20845) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 13
   [junit4]   2> 2287829 INFO  (qtp26510784-20849) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[1 (1574999043497525248)]} 0 5
   [junit4]   2> 2287829 INFO  (qtp6414837-20846) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[4 (1574999043500670976)]} 0 3
   [junit4]   2> 2287829 INFO  (qtp26510784-20844) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[2 (1574999043497525248), 3 (1574999043500670976)]} 0 5
   [junit4]   2> 2287834 INFO  (qtp6414837-20842) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043505913856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287834 INFO  (qtp26510784-20851) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043505913856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287834 INFO  (qtp26510784-20851) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12a5d10 commitCommandVersion:1574999043505913856
   [junit4]   2> 2287835 INFO  (qtp6414837-20848) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043506962432,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287834 INFO  (qtp6414837-20842) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2287834 INFO  (qtp26510784-20852) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1574999043505913856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2287835 INFO  (qtp6414837-20842) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287835 INFO  (qtp26510784-20852) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@a28447 commitCommandVersion:1574999043505913856
   [junit4]   2> 2287835 INFO  (qtp6414837-20842) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2287835 INFO  (qtp6414837-20848) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37244b commitCommandVersion:1574999043506962432
   [junit4]   2> 2287838 INFO  (qtp6414837-20848) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2fcd83[dv_coll_shard2_replica_n1] main]
   [junit4]   2> 2287838 INFO  (qtp26510784-20851) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@139d9a3[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2287838 INFO  (qtp26510784-20852) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@193c41d[dv_coll_shard3_replica_n1] main]
   [junit4]   2> 2287838 INFO  (qtp26510784-20852) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287839 INFO  (qtp26510784-20851) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287839 INFO  (qtp6414837-20848) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2287839 INFO  (searcherExecutor-9702-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard3_replica_n1] Registered new searcher Searcher@193c41d[dv_coll_shard3_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C2)))}
   [junit4]   2> 2287840 INFO  (searcherExecutor-9730-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@139d9a3[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 2287840 INFO  (qtp26510784-20852) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 5
   [junit4]   2> 2287840 INFO  (qtp26510784-20851) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 5
   [junit4]   2> 2287840 INFO  (searcherExecutor-9722-thread-1) [    ] o.a.s.c.SolrCore [dv_coll_shard2_replica_n1] Registered new searcher Searcher@2fcd83[dv_coll_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 2287840 INFO  (qtp6414837-20848) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 5
   [junit4]   2> 2287840 INFO  (qtp26510784-20856) [    ] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&commit=true&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 2287845 INFO  (qtp6414837-20850) [    ] o.a.s.c.S.Request [dv_coll_shard4_replica_n1]  webapp=/solr path=/select params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:4&fl=id,score&shards.purpose=2048&start=0&shard.url=http://127.0.0.1:57525/solr/dv_coll_shard4_replica_n1/&rows=10&version=2&q=*:*&NOW=1502036136163&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=0
   [junit4]   2> 2287845 INFO  (qtp6414837-20845) [    ] o.a.s.c.S.Request [dv_coll_shard2_replica_n1]  webapp=/solr path=/select params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:4&fl=id,score&shards.purpose=2048&start=0&shard.url=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&rows=10&version=2&q=*:*&NOW=1502036136163&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=0
   [junit4]   2> 2287845 INFO  (qtp26510784-20854) [    ] o.a.s.c.S.Request [dv_coll_shard3_replica_n1]  webapp=/solr path=/select params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:4&fl=id,score&shards.purpose=2048&start=0&shard.url=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&rows=10&version=2&q=*:*&NOW=1502036136163&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=0
   [junit4]   2> 2287846 INFO  (qtp26510784-20849) [    ] o.a.s.c.S.Request [dv_coll_shard1_replica_n1]  webapp=/solr path=/select params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:4&fl=id,score&shards.purpose=2048&start=0&shard.url=http://127.0.0.1:57524/solr/dv_coll_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1502036136163&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=0
   [junit4]   2> 2287848 INFO  (qtp26510784-20852) [    ] o.a.s.c.S.Request [dv_coll_shard3_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:4&fl=id,score&shards.purpose=4&start=0&shard.url=http://127.0.0.1:57524/solr/dv_coll_shard3_replica_n1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1502036136163&group.topgroups.intGSF=%01&group.topgroups.intGSF=2006604916&group.topgroups.intGSF=2006624929&group.topgroups.intGSF=2006614920&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=0
   [junit4]   2> 2287848 INFO  (qtp26510784-20844) [    ] o.a.s.c.S.Request [dv_coll_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:4&fl=id,score&shards.purpose=4&start=0&shard.url=http://127.0.0.1:57524/solr/dv_coll_shard1_replica_n1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1502036136163&group.topgroups.intGSF=%01&group.topgroups.intGSF=2006604916&group.topgroups.intGSF=2006624929&group.topgroups.intGSF=2006614920&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=0
   [junit4]   2> 2287848 INFO  (qtp6414837-20846) [    ] o.a.s.c.S.Request [dv_coll_shard2_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:4&fl=id,score&shards.purpose=4&start=0&shard.url=http://127.0.0.1:57525/solr/dv_coll_shard2_replica_n1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1502036136163&group.topgroups.intGSF=%01&group.topgroups.intGSF=2006604916&group.topgroups.intGSF=2006624929&group.topgroups.intGSF=2006614920&isShard=true&wt=javabin&group.field=i

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

  2> 2289618 INFO  (jetty-closer-3348-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e31fa4{/solr,null,UNAVAILABLE}
   [junit4]   2> 2289623 WARN  (zkCallback-3358-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2289623 INFO  (jetty-closer-3348-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ec6fba{/solr,null,UNAVAILABLE}
   [junit4]   2> 2289625 ERROR (SUITE-DocValuesNotIndexedTest-seed#[F5C077695A96B8BF]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2289625 INFO  (SUITE-DocValuesNotIndexedTest-seed#[F5C077695A96B8BF]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57520 57520
   [junit4]   2> 2289626 INFO  (Thread-4656) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57520 57520
   [junit4]   2> 2289627 WARN  (Thread-4656) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/configs/conf1/managed-schema
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/dv_coll/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/configs/conf1/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_F5C077695A96B8BF-001
   [junit4]   2> Aug 06, 2017 4:15:37 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=Asserting)}, docValues:{floatField=DocValuesFormat(name=Memory), doubleField=DocValuesFormat(name=Direct), intFieldMulti=DocValuesFormat(name=Lucene70), boolFieldMulti=DocValuesFormat(name=Direct), floatGSL=DocValuesFormat(name=Memory), longFieldMulti=DocValuesFormat(name=Asserting), intField=DocValuesFormat(name=Asserting), boolField=DocValuesFormat(name=Memory), stringFieldMulti=DocValuesFormat(name=Memory), dateFieldMulti=DocValuesFormat(name=Direct), longGSF=DocValuesFormat(name=Lucene70), doubleFieldMulti=DocValuesFormat(name=Memory), stringGSL=DocValuesFormat(name=Asserting), doubleGSF=DocValuesFormat(name=Direct), doubleGSL=DocValuesFormat(name=Asserting), stringGSF=DocValuesFormat(name=Direct), intGSL=DocValuesFormat(name=Direct), longField=DocValuesFormat(name=Lucene70), dateField=DocValuesFormat(name=Lucene70), dateGSF=DocValuesFormat(name=Memory), boolGSF=DocValuesFormat(name=Memory), longGSL=DocValuesFormat(name=Memory), boolGSL=DocValuesFormat(name=Lucene70), floatFieldMulti=DocValuesFormat(name=Asserting), floatGSF=DocValuesFormat(name=Lucene70), dateGSL=DocValuesFormat(name=Lucene70), intGSF=DocValuesFormat(name=Asserting), stringField=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=175, maxMBSortInHeap=7.926065117433678, sim=RandomSimilarity(queryNorm=false): {}, locale=sl-SI, timezone=Asia/Khandyga
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=133780152,total=500695040
   [junit4]   2> NOTE: All tests run in this JVM: [TestWordDelimiterFilterFactory, DistributedExpandComponentTest, StatelessScriptUpdateProcessorFactoryTest, BadCopyFieldTest, SearchHandlerTest, SecurityConfHandlerTest, MetricUtilsTest, TestRebalanceLeaders, TestPullReplica, HttpPartitionTest, TestLegacyFieldReuse, BasicDistributedZk2Test, TestCryptoKeys, SaslZkACLProviderTest, JsonLoaderTest, TestRecovery, PingRequestHandlerTest, FileBasedSpellCheckerTest, AtomicUpdatesTest, TestConfigSetsAPIExclusivity, SuggesterTSTTest, TestCollectionAPIs, SolrIndexMetricsTest, TestDocSet, TestCollectionAPI, TestConfig, OverseerModifyCollectionTest, SampleTest, SignatureUpdateProcessorFactoryTest, TestXmlQParserPlugin, TestSubQueryTransformer, BasicFunctionalityTest, BlockJoinFacetRandomTest, LeaderInitiatedRecoveryOnCommitTest, CopyFieldTest, HdfsChaosMonkeyNothingIsSafeTest, TestSchemalessBufferedUpdates, JvmMetricsTest, TestNumericTerms32, PreAnalyzedFieldTest, GraphQueryTest, HdfsBasicDistributedZk2Test, DistributedFacetPivotLargeTest, DirectoryFactoryTest, TestSolrConfigHandlerConcurrent, CheckHdfsIndexTest, MBeansHandlerTest, TestTrieFacet, QueryEqualityTest, TestJavabinTupleStreamParser, ZkStateReaderTest, LeaderElectionIntegrationTest, TestIndexSearcher, SolrGangliaReporterTest, FileUtilsTest, ReplicaListTransformerTest, TestSubQueryTransformerDistrib, SpellingQueryConverterTest, TestStressLucene, TestSolrCloudWithDelegationTokens, TestShortCircuitedRequests, TestOnReconnectListenerSupport, ShowFileRequestHandlerTest, ZkNodePropsTest, TestSQLHandlerNonCloud, TestCopyFieldCollectionResource, CollectionStateFormat2Test, TestAddFieldRealTimeGet, DistributedFacetPivotSmallAdvancedTest, TestRangeQuery, StatsReloadRaceTest, HdfsDirectoryFactoryTest, TestManagedSynonymFilterFactory, CoreMergeIndexesAdminHandlerTest, TestFieldCacheReopen, TermsComponentTest, HttpSolrCallGetCoreTest, MoveReplicaTest, ShardRoutingCustomTest, TestCloudSchemaless, TestRecoveryHdfs, HdfsRestartWhileUpdatingTest, CoreAdminCreateDiscoverTest, TriLevelCompositeIdRoutingTest, TestCloudManagedSchema, IndexSchemaRuntimeFieldTest, TestFastLRUCache, CollectionsAPIDistributedZkTest, SystemInfoHandlerTest, UpdateLogTest, SpatialRPTFieldTypeTest, TestSearchPerf, SolrPluginUtilsTest, TestConfigReload, TestExclusionRuleCollectionAccess, HLLUtilTest, BigEndianAscendingWordDeserializerTest, DistribDocExpirationUpdateProcessorTest, TestPointFields, TestSimpleTrackingShardHandler, TestSolrQueryParser, LukeRequestHandlerTest, TestReloadAndDeleteDocs, HdfsRecoverLeaseTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SynonymTokenizerTest, TestDistribDocBasedVersion, UninvertDocValuesMergePolicyTest, TestBadConfig, TestDistribIDF, TestRestoreCore, TestComplexPhraseLeadingWildcard, TestImplicitCoreProperties, TestSSLRandomization, TestSolrJ, TestBackupRepositoryFactory, ReplicationFactorTest, TestRandomFlRTGCloud, SolrRequestParserTest, TestPKIAuthenticationPlugin, ConnectionManagerTest, HdfsThreadLeakTest, TestUnifiedSolrHighlighter, TestJettySolrRunner, TestSmileRequest, TestElisionMultitermQuery, TestCustomDocTransformer, RankQueryTest, LeaderFailoverAfterPartitionTest, ZkSolrClientTest, TestFieldCacheSortRandom, DistributedMLTComponentTest, TestFilteredDocIdSet, DistributedTermsComponentTest, TestTrie, AssignTest, TestHighFrequencyDictionaryFactory, AutoScalingHandlerTest, TestDocumentBuilder, ConfigureRecoveryStrategyTest, TestManagedResourceStorage, DocValuesMultiTest, TestSimpleTextCodec, DOMUtilTest, TestRTGBase, TestPostingsSolrHighlighter, MoveReplicaHDFSTest, MigrateRouteKeyTest, ChangedSchemaMergeTest, TestMacros, TestCoreDiscovery, SolrCmdDistributorTest, TestFileDictionaryLookup, TestRemoteStreaming, RulesTest, DeleteLastCustomShardedReplicaTest, ChaosMonkeySafeLeaderTest, TestBM25SimilarityFactory, TestConfigSetImmutable, SOLR749Test, TestCloudPivotFacet, TestReplicationHandlerBackup, DeleteReplicaTest, TestOrdValues, TestCrossCoreJoin, TestUninvertingReader, PolyFieldTest, TestFastWriter, DistributedFacetPivotWhiteBoxTest, RemoteQueryErrorTest, TestEmbeddedSolrServerConstructors, TestLeaderInitiatedRecoveryThread, SimpleCollectionCreateDeleteTest, TestNoOpRegenerator, OverriddenZkACLAndCredentialsProvidersTest, CloneFieldUpdateProcessorFactoryTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, TestDistributedGrouping, TestRealTimeGet, TestJoin, TestReload, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestLazyCores, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, SpatialFilterTest, SchemaVersionSpecificBehaviorTest, TestUpdate, TestAtomicUpdateErrorCases, TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, TestQueryUtils, TestReversedWildcardFilterFactory, TestQueryTypes, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest, TestCollationField, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, TestComponentsName, TestLFUCache, TestSolrDeletionPolicy2, NumericFieldsTest, OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, TestCharFilters, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastOutputStream, PluginInfoTest, TestSystemIdResolver, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, ActionThrottleTest, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, CollectionsAPISolrJTest, DeleteStatusTest, DistribJoinFromCollectionTest, DistributedQueueTest, DocValuesNotIndexedTest]
   [junit4] Completed [515/727 (1!)] on J1 in 5.91s, 4 tests, 1 failure <<< FAILURES!

[...truncated 37190 lines...]

[JENKINS-EA] Lucene-Solr-7.0-Windows (32bit/jdk-9-ea+178) - Build # 72 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Windows/72/
Java: 32bit/jdk-9-ea+178 -client -XX:+UseConcMarkSweepGC --illegal-access=deny

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.EchoParamsTest

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001\init-core-data-001    C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001\init-core-data-001
   C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001

	at __randomizedtesting.SeedInfo.seed([159E79CD90C5F18E]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.servlet.DirectSolrConnectionTest

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001\init-core-data-001    C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001\init-core-data-001
   C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001

	at __randomizedtesting.SeedInfo.seed([159E79CD90C5F18E]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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 1722 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\core\test\temp\junit4-J0-20170806_230701_53211683102151774158770.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

[...truncated 301 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\test-framework\test\temp\junit4-J1-20170806_231337_25814599452144137694277.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\test-framework\test\temp\junit4-J0-20170806_231337_2586959802833660000476.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1052 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20170806_231416_37412980197133414829839.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20170806_231416_3748134555048400065544.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 220 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20170806_231605_8141921680933959894460.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20170806_231605_81312836105757807051630.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 238 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20170806_231612_374843401189011595995.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

[...truncated 147 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20170806_231627_26115035719946006851000.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 159 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20170806_231630_42612037911950757804956.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

[...truncated 144 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20170806_231635_0472243073973849014304.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

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

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

[...truncated 160 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\uima\test\temp\junit4-J0-20170806_231643_554301805669285717782.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 201 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20170806_231654_10514935739249887701214.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 1222 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\benchmark\test\temp\junit4-J0-20170806_231739_32712818344652374176824.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

[...truncated 222 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\classification\test\temp\junit4-J1-20170806_231747_14814306699863197584212.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\classification\test\temp\junit4-J0-20170806_231747_14815351417110398502474.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 248 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\codecs\test\temp\junit4-J1-20170806_231756_9096327685689260864169.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\codecs\test\temp\junit4-J0-20170806_231756_90916271044913308059631.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 229 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\demo\test\temp\junit4-J1-20170806_231854_4576506161236747431535.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 160 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\expressions\test\temp\junit4-J0-20170806_231857_4449002181951499233111.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\expressions\test\temp\junit4-J1-20170806_231857_44414818994866814659907.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 210 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\facet\test\temp\junit4-J0-20170806_231902_23412055577845379470916.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

[...truncated 172 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\grouping\test\temp\junit4-J1-20170806_231916_494555440402648690345.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 236 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\highlighter\test\temp\junit4-J0-20170806_231922_99813705625444677198978.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\highlighter\test\temp\junit4-J1-20170806_231922_99814559058815248199323.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 156 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\join\test\temp\junit4-J1-20170806_231935_5484211328427067340356.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 140 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\memory\test\temp\junit4-J0-20170806_231944_7389716790986699717578.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

[...truncated 168 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\misc\test\temp\junit4-J0-20170806_231950_62514303693698513065033.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\misc\test\temp\junit4-J1-20170806_231950_62610500616427289062979.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 308 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\queries\test\temp\junit4-J1-20170806_232002_9578900539181411080682.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 217 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\queryparser\test\temp\junit4-J0-20170806_232009_0164948161376429335023.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

[...truncated 200 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\replicator\test\temp\junit4-J0-20170806_232017_571692621575441230388.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\replicator\test\temp\junit4-J1-20170806_232017_5711573254004171800606.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\sandbox\test\temp\junit4-J0-20170806_232028_1149594129531638837348.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 21 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\sandbox\test\temp\junit4-J1-20170806_232028_1148108959756881543671.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 208 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20170806_232048_2381704486517496861791.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 163 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20170806_232057_1883016395608308898040.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20170806_232057_1881977176439300834996.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 139 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\spatial\test\temp\junit4-J0-20170806_232119_30510226995373534250790.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 298 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\suggest\test\temp\junit4-J1-20170806_232123_0783387924527300710199.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\suggest\test\temp\junit4-J0-20170806_232123_0774165772785842288567.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 2936 lines...]
   [junit4] Suite: org.apache.solr.servlet.DirectSolrConnectionTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001\init-core-data-001
   [junit4]   2> 2035915 WARN  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2035915 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2035920 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-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> 2035920 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2035922 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2035949 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2035961 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2035963 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2036002 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@647383
   [junit4]   2> 2036005 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@647383
   [junit4]   2> 2036005 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@647383
   [junit4]   2> 2036008 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2036078 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2036097 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2036105 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2036105 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 2036106 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@647383
   [junit4]   2> 2036106 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2036106 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001\init-core-data-001\]
   [junit4]   2> 2036111 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=53.330078125, floorSegmentMB=0.30078125, forceMergeDeletesPctAllowed=21.66329285155381, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1322298972476922
   [junit4]   2> 2036114 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=60
   [junit4]   2> 2036212 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2036212 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2036213 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5921425569452468]
   [junit4]   2> 2036214 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13db12a[collection1] main]
   [junit4]   2> 2036214 WARN  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 2036215 INFO  (coreLoadExecutor-7625-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2036216 INFO  (searcherExecutor-7626-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@13db12a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2036218 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2036220 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testInsertThenSelect
   [junit4]   2> 2036220 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={stream.body=<delete><id>42</id></delete>}{delete=[42]} 0 0
   [junit4]   2> 2036220 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={stream.body=<add><doc><field+name%3D"id">42</field><field+name%3D"subject">Kittens!!!+€</field></doc></add>}{add=[42]} 0 0
   [junit4]   2> 2036220 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2036220 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1b8b0d9 commitCommandVersion:0
   [junit4]   2> 2036227 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1663cce[collection1] main]
   [junit4]   2> 2036227 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2036231 INFO  (searcherExecutor-7626-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1663cce[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 2036232 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={stream.body=<commit/>}{commit=} 0 10
   [junit4]   2> 2036232 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:42&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2036232 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[42]} 0 0
   [junit4]   2> 2036232 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42]} 0 0
   [junit4]   2> 2036232 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2036233 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1b8b0d9 commitCommandVersion:0
   [junit4]   2> 2036241 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15d418f[collection1] main]
   [junit4]   2> 2036241 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2036243 INFO  (searcherExecutor-7626-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@15d418f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 2036244 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 2036244 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:42&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2036244 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[159E79CD90C5F18E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testInsertThenSelect
   [junit4]   2> 2036247 INFO  (TEST-DirectSolrConnectionTest.testSimpleRequest-seed#[159E79CD90C5F18E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleRequest
   [junit4]   2> 2036248 INFO  (TEST-DirectSolrConnectionTest.testSimpleRequest-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&echoParams=explicit&wt=xml&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 2036248 INFO  (TEST-DirectSolrConnectionTest.testSimpleRequest-seed#[159E79CD90C5F18E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleRequest
   [junit4]   2> 2036249 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2036249 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=30998391
   [junit4]   2> 2036249 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2036250 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2036251 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2036254 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2036256 INFO  (coreCloseExecutor-7630-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4db8c7
   [junit4]   2> 2036259 INFO  (coreCloseExecutor-7630-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=5093575
   [junit4]   2> 2036262 INFO  (SUITE-DirectSolrConnectionTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Aug 06, 2017 11:56:29 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {subject=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1792, maxMBSortInHeap=5.120862114678846, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-BH, timezone=Africa/Tripoli
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=111956936,total=246108160
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterWFSTTest, TestTolerantUpdateProcessorCloud, TestChildDocTransformer, TestRTimerTree, TestMaxScoreQueryParser, TestSolrConfigHandlerCloud, TestLeaderElectionZkExpiry, CollectionTooManyReplicasTest, CoreSorterTest, DistributedFacetPivotSmallTest, TestNumericTerms64, TestLRUStatsCache, TestDeleteCollectionOnDownNodes, TestFuzzyAnalyzedSuggestions, CoreAdminRequestStatusTest, FieldAnalysisRequestHandlerTest, ZkControllerTest, CursorMarkTest, HLLSerializationTest, TestJsonFacetRefinement, TestStressReorder, TestStressVersions, TestOverriddenPrefixQueryForCustomFieldType, TestSubQueryTransformerCrossCore, IndexSchemaTest, MultiThreadedOCPTest, HdfsWriteToMultipleCollectionsTest, PrimitiveFieldTypeTest, SSLMigrationTest, JSONWriterTest, BigEndianAscendingWordSerializerTest, DistanceFunctionTest, TestPHPSerializedResponseWriter, TimeZoneUtilsTest, TestFreeTextSuggestions, MultiTermTest, TestReRankQParserPlugin, TestHttpShardHandlerFactory, TestSweetSpotSimilarityFactory, PropertiesRequestHandlerTest, CollectionReloadTest, TestRandomCollapseQParserPlugin, TestNumericRangeQuery64, InfixSuggestersTest, TestReplicaProperties, TestApiFramework, OutputWriterTest, TestBulkSchemaConcurrent, HdfsChaosMonkeySafeLeaderTest, TestDFISimilarityFactory, TestPseudoReturnFields, CdcrBootstrapTest, UUIDUpdateProcessorFallbackTest, BasicAuthStandaloneTest, TestPhraseSuggestions, TestDynamicFieldCollectionResource, TestCorePropertiesReload, RequestHandlersTest, OverseerTaskQueueTest, TestSimpleQParserPlugin, AliasIntegrationTest, TestFoldingMultitermQuery, TestExtendedDismaxParser, ManagedSchemaRoundRobinCloudTest, DeleteInactiveReplicaTest, TestFieldCache, TestUpdate, DeleteNodeTest, TestManagedSynonymGraphFilterFactory, TestReversedWildcardFilterFactory, TestHdfsUpdateLog, TestTrackingShardHandlerFactory, TestSchemaManager, TestStressLiveNodes, TestLazyCores, TestConfigSetsAPI, ShardRoutingTest, AsyncCallRequestStatusResponseTest, TestReqParamsAPI, TestPrepRecovery, TestCSVResponseWriter, TestLocalFSCloudBackupRestore, DistributedVersionInfoTest, ScriptEngineTest, PeerSyncTest, ShardSplitTest, ChaosMonkeyNothingIsSafeTest, TestClusterStateMutator, TestRandomRequestDistribution, TestSchemaSimilarityResource, TestDownShardTolerantSearch, TlogReplayBufferedWhileIndexingTest, OverseerRolesTest, WrapperMergePolicyFactoryTest, TestFieldTypeCollectionResource, SuggesterTest, BlockJoinFacetSimpleTest, TestMultiValuedNumericRangeQuery, DisMaxRequestHandlerTest, ClassificationUpdateProcessorTest, TestCodecSupport, DeleteShardTest, TestTestInjection, TestJsonRequest, TestSortByMinMaxFunction, TestSizeLimitedDistributedMap, DateFieldTest, CSVRequestHandlerTest, CurrencyFieldTypeTest, TestSolr4Spatial2, TestComplexPhraseQParserPlugin, TestDistributedStatsComponentCardinality, TestPullReplicaErrorHandling, BlockJoinFacetDistribTest, TestMiniSolrCloudCluster, ResponseLogComponentTest, BasicDistributedZkTest, TestSQLHandler, VersionInfoTest, TestScoreJoinQPNoScore, TestRawTransformer, CdcrVersionReplicationTest, RegexBoostProcessorTest, ReplaceNodeTest, SparseHLLTest, TestConfigSetsAPIZkFailure, TestLegacyFieldCache, ResourceLoaderTest, TestOmitPositions, VMParamsZkACLAndCredentialsProvidersTest, BlobRepositoryCloudTest, TestInPlaceUpdatesStandalone, MetricsConfigTest, TestExportWriter, TestTolerantSearch, HdfsSyncSliceTest, TestSystemCollAutoCreate, TestFaceting, TestInitQParser, SpellCheckCollatorWithCollapseTest, TestXmlQParser, ParsingFieldUpdateProcessorsTest, BlockCacheTest, SolrSlf4jReporterTest, ResponseHeaderTest, MoveReplicaHDFSUlogDirTest, SyncSliceTest, TestInfoStreamLogging, AddBlockUpdateTest, TestRandomDVFaceting, HdfsBasicDistributedZkTest, CoreAdminHandlerTest, XsltUpdateRequestHandlerTest, TestCollationFieldDocValues, PathHierarchyTokenizerFactoryTest, RAMDirectoryFactoryTest, HdfsLockFactoryTest, ShufflingReplicaListTransformerTest, DistributedFacetExistsSmallTest, SolrCLIZkUtilsTest, ConfigSetsAPITest, WordBreakSolrSpellCheckerTest, SolrShardReporterTest, RestartWhileUpdatingTest, BinaryUpdateRequestHandlerTest, TestHdfsBackupRestoreCore, DistribCursorPagingTest, TestUseDocValuesAsStored, CursorPagingTest, ForceLeaderTest, CachingDirectoryFactoryTest, TestGroupingSearch, TestStressRecovery, TestFieldCollectionResource, TestClusterProperties, TestHashPartitioner, TestManagedResource, TestLegacyField, SolrInfoBeanTest, TestSurroundQueryParser, TestWriterPerf, DirectSolrSpellCheckerTest, TestQueryTypes, XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest, TestCollationField, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, SearchHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestConfig, TestSolrCoreProperties, DirectSolrConnectionTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DirectSolrConnectionTest -Dtests.seed=159E79CD90C5F18E -Dtests.slow=true -Dtests.locale=ar-BH -Dtests.timezone=Africa/Tripoli -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | DirectSolrConnectionTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001\init-core-data-001
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_159E79CD90C5F18E-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([159E79CD90C5F18E]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [456/727 (1!)] on J0 in 0.66s, 2 tests, 1 error <<< FAILURES!

[...truncated 16 lines...]
   [junit4] Suite: org.apache.solr.EchoParamsTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001\init-core-data-001
   [junit4]   2> 2038494 WARN  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2038495 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2038498 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2038499 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2038500 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2038549 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2038561 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2038567 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2038605 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@647383
   [junit4]   2> 2038609 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@647383
   [junit4]   2> 2038609 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@647383
   [junit4]   2> 2038611 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2038661 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2038674 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2038675 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2038675 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 2038675 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@647383
   [junit4]   2> 2038675 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2038675 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001\init-core-data-001\]
   [junit4]   2> 2038681 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8741333833148378]
   [junit4]   2> 2038683 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=60
   [junit4]   2> 2038754 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2038754 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2038756 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3834147965747673]
   [junit4]   2> 2038756 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b67f14[collection1] main]
   [junit4]   2> 2038757 WARN  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 2038758 INFO  (coreLoadExecutor-7674-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2038759 INFO  (searcherExecutor-7675-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b67f14[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2038760 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2038763 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2038764 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&version=2.2&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2038767 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&version=2.2&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2038767 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2038768 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2038769 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&echoParams=explicit&start=0&rows=20&wt=xml&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 2038770 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&echoParams=explicit&start=0&rows=20&wt=xml&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 2038770 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&echoParams=explicit&start=0&rows=20&wt=xml&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 2038771 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={echoHandler=true&q=foo&qt=/crazy_custom_qt&echoParams=all&start=0&rows=20&version=2.2&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2038772 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={echoHandler=true&q=foo&qt=/crazy_custom_qt&echoParams=all&start=0&rows=20&version=2.2&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2038772 INFO  (TEST-EchoParamsTest.test-seed#[159E79CD90C5F18E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 2038773 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2038773 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=11577830
   [junit4]   2> 2038773 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2038775 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2038776 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2038777 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2038778 INFO  (coreCloseExecutor-7679-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1225b97
   [junit4]   2> 2038780 INFO  (coreCloseExecutor-7679-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=19028887
   [junit4]   2> 2038784 INFO  (SUITE-EchoParamsTest-seed#[159E79CD90C5F18E]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1897, maxMBSortInHeap=7.483112419813001, sim=RandomSimilarity(queryNorm=false): {}, locale=en-CC, timezone=Europe/Zaporozhye
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=98631056,total=246108160
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterWFSTTest, TestTolerantUpdateProcessorCloud, TestChildDocTransformer, TestRTimerTree, TestMaxScoreQueryParser, TestSolrConfigHandlerCloud, TestLeaderElectionZkExpiry, CollectionTooManyReplicasTest, CoreSorterTest, DistributedFacetPivotSmallTest, TestNumericTerms64, TestLRUStatsCache, TestDeleteCollectionOnDownNodes, TestFuzzyAnalyzedSuggestions, CoreAdminRequestStatusTest, FieldAnalysisRequestHandlerTest, ZkControllerTest, CursorMarkTest, HLLSerializationTest, TestJsonFacetRefinement, TestStressReorder, TestStressVersions, TestOverriddenPrefixQueryForCustomFieldType, TestSubQueryTransformerCrossCore, IndexSchemaTest, MultiThreadedOCPTest, HdfsWriteToMultipleCollectionsTest, PrimitiveFieldTypeTest, SSLMigrationTest, JSONWriterTest, BigEndianAscendingWordSerializerTest, DistanceFunctionTest, TestPHPSerializedResponseWriter, TimeZoneUtilsTest, TestFreeTextSuggestions, MultiTermTest, TestReRankQParserPlugin, TestHttpShardHandlerFactory, TestSweetSpotSimilarityFactory, PropertiesRequestHandlerTest, CollectionReloadTest, TestRandomCollapseQParserPlugin, TestNumericRangeQuery64, InfixSuggestersTest, TestReplicaProperties, TestApiFramework, OutputWriterTest, TestBulkSchemaConcurrent, HdfsChaosMonkeySafeLeaderTest, TestDFISimilarityFactory, TestPseudoReturnFields, CdcrBootstrapTest, UUIDUpdateProcessorFallbackTest, BasicAuthStandaloneTest, TestPhraseSuggestions, TestDynamicFieldCollectionResource, TestCorePropertiesReload, RequestHandlersTest, OverseerTaskQueueTest, TestSimpleQParserPlugin, AliasIntegrationTest, TestFoldingMultitermQuery, TestExtendedDismaxParser, ManagedSchemaRoundRobinCloudTest, DeleteInactiveReplicaTest, TestFieldCache, TestUpdate, DeleteNodeTest, TestManagedSynonymGraphFilterFactory, TestReversedWildcardFilterFactory, TestHdfsUpdateLog, TestTrackingShardHandlerFactory, TestSchemaManager, TestStressLiveNodes, TestLazyCores, TestConfigSetsAPI, ShardRoutingTest, AsyncCallRequestStatusResponseTest, TestReqParamsAPI, TestPrepRecovery, TestCSVResponseWriter, TestLocalFSCloudBackupRestore, DistributedVersionInfoTest, ScriptEngineTest, PeerSyncTest, ShardSplitTest, ChaosMonkeyNothingIsSafeTest, TestClusterStateMutator, TestRandomRequestDistribution, TestSchemaSimilarityResource, TestDownShardTolerantSearch, TlogReplayBufferedWhileIndexingTest, OverseerRolesTest, WrapperMergePolicyFactoryTest, TestFieldTypeCollectionResource, SuggesterTest, BlockJoinFacetSimpleTest, TestMultiValuedNumericRangeQuery, DisMaxRequestHandlerTest, ClassificationUpdateProcessorTest, TestCodecSupport, DeleteShardTest, TestTestInjection, TestJsonRequest, TestSortByMinMaxFunction, TestSizeLimitedDistributedMap, DateFieldTest, CSVRequestHandlerTest, CurrencyFieldTypeTest, TestSolr4Spatial2, TestComplexPhraseQParserPlugin, TestDistributedStatsComponentCardinality, TestPullReplicaErrorHandling, BlockJoinFacetDistribTest, TestMiniSolrCloudCluster, ResponseLogComponentTest, BasicDistributedZkTest, TestSQLHandler, VersionInfoTest, TestScoreJoinQPNoScore, TestRawTransformer, CdcrVersionReplicationTest, RegexBoostProcessorTest, ReplaceNodeTest, SparseHLLTest, TestConfigSetsAPIZkFailure, TestLegacyFieldCache, ResourceLoaderTest, TestOmitPositions, VMParamsZkACLAndCredentialsProvidersTest, BlobRepositoryCloudTest, TestInPlaceUpdatesStandalone, MetricsConfigTest, TestExportWriter, TestTolerantSearch, HdfsSyncSliceTest, TestSystemCollAutoCreate, TestFaceting, TestInitQParser, SpellCheckCollatorWithCollapseTest, TestXmlQParser, ParsingFieldUpdateProcessorsTest, BlockCacheTest, SolrSlf4jReporterTest, ResponseHeaderTest, MoveReplicaHDFSUlogDirTest, SyncSliceTest, TestInfoStreamLogging, AddBlockUpdateTest, TestRandomDVFaceting, HdfsBasicDistributedZkTest, CoreAdminHandlerTest, XsltUpdateRequestHandlerTest, TestCollationFieldDocValues, PathHierarchyTokenizerFactoryTest, RAMDirectoryFactoryTest, HdfsLockFactoryTest, ShufflingReplicaListTransformerTest, DistributedFacetExistsSmallTest, SolrCLIZkUtilsTest, ConfigSetsAPITest, WordBreakSolrSpellCheckerTest, SolrShardReporterTest, RestartWhileUpdatingTest, BinaryUpdateRequestHandlerTest, TestHdfsBackupRestoreCore, DistribCursorPagingTest, TestUseDocValuesAsStored, CursorPagingTest, ForceLeaderTest, CachingDirectoryFactoryTest, TestGroupingSearch, TestStressRecovery, TestFieldCollectionResource, TestClusterProperties, TestHashPartitioner, TestManagedResource, TestLegacyField, SolrInfoBeanTest, TestSurroundQueryParser, TestWriterPerf, DirectSolrSpellCheckerTest, TestQueryTypes, XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest, TestCollationField, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, SearchHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestConfig, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestXIncludeConfig, EchoParamsTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=EchoParamsTest -Dtests.seed=159E79CD90C5F18E -Dtests.slow=true -Dtests.locale=en-CC -Dtests.timezone=Europe/Zaporozhye -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | EchoParamsTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001\init-core-data-001
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.EchoParamsTest_159E79CD90C5F18E-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([159E79CD90C5F18E]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [462/727 (2!)] on J0 in 0.33s, 1 test, 1 error <<< FAILURES!

[...truncated 875 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\temp\junit4-J1-20170806_232232_0228251113951905384639.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\temp\junit4-J0-20170806_232232_0228439593171737655243.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 814 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-solrj\test\temp\junit4-J1-20170807_001325_96510053722723918212188.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 21 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-solrj\test\temp\junit4-J0-20170807_001325_9656438754416157094537.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1241 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J1-20170807_001732_1357989938121033903114.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J0-20170807_001732_1354433166743479024442.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 548 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J0-20170807_001747_7359001616874498134168.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J1-20170807_001747_73516284547745796785415.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 500 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J1-20170807_001831_34514761798686972530049.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J0-20170807_001831_3454099333174885499498.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1130 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J1-20170807_001906_02313876787226745434523.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 596 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J0-20170807_001918_8182690300483305502361.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J1-20170807_001918_81815623072898333454834.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 504 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J1-20170807_001949_9018104916610054294769.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J0-20170807_001949_90114915519882376769148.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 506 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J1-20170807_002005_20516353207818841847308.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J0-20170807_002005_20512540679588226473588.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 593 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J0-20170807_002017_08915616011368369715562.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J1-20170807_002017_0897483804580850038671.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 538 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J1-20170807_002058_6392092226404414220440.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 495 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-velocity\test\temp\junit4-J0-20170807_002125_60918114359146033537655.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 28990 lines...]