Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6650/
Java: 32bit/jdk-9-ea+173 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.handler.V2ApiIntegrationTest.testCollectionsApi

Error Message:
Error from server at https://127.0.0.1:53364/solr: Expected mime type 
application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 
400 </title> </head> <body> <h2>HTTP ERROR: 400</h2> <p>Problem accessing 
/solr/____v2/c. Reason: <pre>    
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=java.nio.file.InvalidPathException},msg=java.nio.file.InvalidPathException:
 Illegal char &lt;?&gt; at index 53: 
C:UsersjenkinsworkspaceLucene-Solr-master-Windowssolr?uildsolr-core estJ1 
empsolr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001 
empDir-002,code=400}</pre></p> <hr /><a href="http://eclipse.org/jetty";>Powered 
by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:53364/solr: Expected mime type 
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 400 </title>
</head>
<body>
<h2>HTTP ERROR: 400</h2>
<p>Problem accessing /solr/____v2/c. Reason:
<pre>    
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=java.nio.file.InvalidPathException},msg=java.nio.file.InvalidPathException:
 Illegal char &lt;?&gt; at index 53: 
C:UsersjenkinsworkspaceLucene-Solr-master-Windowssolr?uildsolr-core       estJ1 
  empsolr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001       
empDir-002,code=400}</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.14.v20161028</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([CAB682315422EEE1:162865B0EC3B8A5F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:219)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:459)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:389)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1130)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.handler.V2ApiIntegrationTest.testCollectionsApi(V2ApiIntegrationTest.java:99)
        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 12848 lines...]
   [junit4] Suite: org.apache.solr.handler.V2ApiIntegrationTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001\init-core-data-001
   [junit4]   2> 3005855 WARN  
(SUITE-V2ApiIntegrationTest-seed#[CAB682315422EEE1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 3005855 INFO  
(SUITE-V2ApiIntegrationTest-seed#[CAB682315422EEE1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 3005857 INFO  
(SUITE-V2ApiIntegrationTest-seed#[CAB682315422EEE1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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> 3005859 INFO  
(SUITE-V2ApiIntegrationTest-seed#[CAB682315422EEE1]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001\tempDir-001
   [junit4]   2> 3005859 INFO  
(SUITE-V2ApiIntegrationTest-seed#[CAB682315422EEE1]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3005860 INFO  (Thread-5336) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3005860 INFO  (Thread-5336) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3005866 ERROR (Thread-5336) [    ] 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> 3005960 INFO  
(SUITE-V2ApiIntegrationTest-seed#[CAB682315422EEE1]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53327
   [junit4]   2> 3005970 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 0x15cabe91a500000, 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> 3005998 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 3005999 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 3006000 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@898f76{/solr,null,AVAILABLE}
   [junit4]   2> 3006000 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13a15ef{/solr,null,AVAILABLE}
   [junit4]   2> 3006003 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@15c97{SSL,[ssl, 
http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 3006003 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@b8f3a8{SSL,[ssl, 
http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 3006003 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 3006003 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 3006003 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53364}
   [junit4]   2> 3006004 ERROR (jetty-launcher-4683-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3006004 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 3006004 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3006004 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53365}
   [junit4]   2> 3006004 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3006004 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-15T13:19:59.707452300Z
   [junit4]   2> 3006004 ERROR (jetty-launcher-4683-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3006004 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 3006004 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3006004 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3006004 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-15T13:19:59.707452300Z
   [junit4]   2> 3006008 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3006008 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3006014 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 0x15cabe91a500001, 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> 3006018 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53327/solr
   [junit4]   2> 3006019 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53327/solr
   [junit4]   2> 3006022 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 0x15cabe91a500003, 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> 3006025 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 0x15cabe91a500004, 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> 3006049 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3006049 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3006050 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53364_solr
   [junit4]   2> 3006051 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53365_solr
   [junit4]   2> 3006052 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98142309552488453-127.0.0.1:53364_solr-n_0000000000) starting
   [junit4]   2> 3006053 INFO  (zkCallback-4694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3006053 INFO  (zkCallback-4695-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3006061 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53364_solr
   [junit4]   2> 3006064 INFO  (zkCallback-4694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3006064 INFO  (zkCallback-4695-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3006324 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53364.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1210391
   [junit4]   2> 3006331 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53365.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1210391
   [junit4]   2> 3006333 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53364.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1210391
   [junit4]   2> 3006334 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53364.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1210391
   [junit4]   2> 3006335 INFO  (jetty-launcher-4683-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001\tempDir-001\node2\.
   [junit4]   2> 3006336 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53365.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1210391
   [junit4]   2> 3006336 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53365.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1210391
   [junit4]   2> 3006338 INFO  (jetty-launcher-4683-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001\tempDir-001\node1\.
   [junit4]   2> 3006408 INFO  
(SUITE-V2ApiIntegrationTest-seed#[CAB682315422EEE1]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3006409 INFO  
(SUITE-V2ApiIntegrationTest-seed#[CAB682315422EEE1]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53327/solr ready
   [junit4]   2> 3006494 INFO  (qtp7996220-27926) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3006502 INFO  (OverseerThreadFactory-10841-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 3006629 INFO  (qtp7996220-27927) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3006630 INFO  (qtp7996220-27927) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3006684 INFO  (qtp33492228-27931) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3006685 INFO  (qtp33492228-27931) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3006793 INFO  (zkCallback-4694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3006793 INFO  (zkCallback-4695-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3007646 INFO  (qtp7996220-27927) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3007653 INFO  (qtp7996220-27927) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3007655 INFO  (qtp7996220-27927) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3007655 INFO  (qtp7996220-27927) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 3007656 INFO  (qtp7996220-27927) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53364.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1210391
   [junit4]   2> 3007656 INFO  (qtp7996220-27927) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3007656 INFO  (qtp7996220-27927) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001\tempDir-001\node2\collection1_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001\tempDir-001\node2\.\collection1_shard1_replica_n2\data\]
   [junit4]   2> 3007697 INFO  (qtp33492228-27931) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3007705 INFO  (qtp33492228-27931) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3007706 INFO  (qtp33492228-27931) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3007706 INFO  (qtp33492228-27931) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 3007707 INFO  (qtp33492228-27931) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53365.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1210391
   [junit4]   2> 3007707 INFO  (qtp33492228-27931) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3007707 INFO  (qtp33492228-27931) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001\tempDir-001\node1\collection1_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001\tempDir-001\node1\.\collection1_shard1_replica_n1\data\]
   [junit4]   2> 3007758 INFO  (qtp7996220-27927) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3007758 INFO  (qtp7996220-27927) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3007762 INFO  (qtp7996220-27927) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 3007762 INFO  (qtp7996220-27927) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 3007763 INFO  (qtp7996220-27927) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@91bc87[collection1_shard1_replica_n2] main]
   [junit4]   2> 3007765 INFO  (qtp7996220-27927) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3007765 INFO  (qtp7996220-27927) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3007765 INFO  (qtp7996220-27927) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 3007766 INFO  (qtp7996220-27927) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3007767 INFO  (qtp7996220-27927) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3007768 INFO  (searcherExecutor-10846-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher 
Searcher@91bc87[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3007768 INFO  (qtp7996220-27927) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570276954835255296
   [junit4]   2> 3007774 INFO  (qtp7996220-27927) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3007800 INFO  (qtp33492228-27931) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3007800 INFO  (qtp33492228-27931) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3007803 INFO  (qtp33492228-27931) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 3007803 INFO  (qtp33492228-27931) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 3007806 INFO  (qtp33492228-27931) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a01ecd[collection1_shard1_replica_n1] main]
   [junit4]   2> 3007808 INFO  (qtp33492228-27931) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3007808 INFO  (qtp33492228-27931) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3007808 INFO  (qtp33492228-27931) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 3007809 INFO  (qtp33492228-27931) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3007810 INFO  (qtp33492228-27931) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3007811 INFO  (searcherExecutor-10847-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher 
Searcher@1a01ecd[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3007811 INFO  (qtp33492228-27931) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570276954880344064
   [junit4]   2> 3007878 INFO  (zkCallback-4695-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3007878 INFO  (zkCallback-4694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3008275 INFO  (qtp7996220-27927) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3008275 INFO  (qtp7996220-27927) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3008275 INFO  (qtp7996220-27927) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:53364/solr/collection1_shard1_replica_n2/
   [junit4]   2> 3008276 INFO  (qtp7996220-27927) [    ] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica_n2 url=https://127.0.0.1:53364/solr 
START replicas=[https://127.0.0.1:53365/solr/collection1_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 3008276 INFO  (qtp7996220-27927) [    ] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica_n2 url=https://127.0.0.1:53364/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 3008282 INFO  (qtp33492228-27921) [    ] o.a.s.c.S.Request 
[collection1_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 3008283 INFO  (qtp7996220-27927) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3008283 INFO  (qtp7996220-27927) [    ] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3008283 INFO  (qtp7996220-27927) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 3008288 INFO  (qtp7996220-27927) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:53364/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 3008392 INFO  (zkCallback-4695-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3008392 INFO  (zkCallback-4694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3008441 INFO  (qtp7996220-27927) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 3008445 INFO  (qtp7996220-27927) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1815
   [junit4]   2> 3008549 INFO  (zkCallback-4695-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3008549 INFO  (zkCallback-4694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3008819 INFO  (qtp33492228-27931) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2134
   [junit4]   2> 3008822 INFO  (qtp7996220-27926) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 3008921 INFO  (zkCallback-4694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3008921 INFO  (zkCallback-4695-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3009823 INFO  (qtp7996220-27926) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf1&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3327
   [junit4]   2> 3009839 INFO  
(TEST-V2ApiIntegrationTest.testIntrospect-seed#[CAB682315422EEE1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIntrospect
   [junit4]   2> 3009850 INFO  
(TEST-V2ApiIntegrationTest.testIntrospect-seed#[CAB682315422EEE1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testIntrospect
   [junit4]   2> 3009860 INFO  
(TEST-V2ApiIntegrationTest.testSingleWarning-seed#[CAB682315422EEE1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSingleWarning
   [junit4]   2> 3009868 INFO  
(TEST-V2ApiIntegrationTest.testSingleWarning-seed#[CAB682315422EEE1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSingleWarning
   [junit4]   2> 3009879 INFO  
(TEST-V2ApiIntegrationTest.testCollectionsApi-seed#[CAB682315422EEE1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCollectionsApi
   [junit4]   2> 3009889 INFO  
(TEST-V2ApiIntegrationTest.testCollectionsApi-seed#[CAB682315422EEE1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCollectionsApi
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=V2ApiIntegrationTest -Dtests.method=testCollectionsApi 
-Dtests.seed=CAB682315422EEE1 -Dtests.slow=true -Dtests.locale=as 
-Dtests.timezone=Pacific/Chuuk -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.02s J1 | V2ApiIntegrationTest.testCollectionsApi <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:53364/solr: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]    > <head>
   [junit4]    > <meta http-equiv="Content-Type" 
content="text/html;charset=ISO-8859-1"/>
   [junit4]    > <title>Error 400 </title>
   [junit4]    > </head>
   [junit4]    > <body>
   [junit4]    > <h2>HTTP ERROR: 400</h2>
   [junit4]    > <p>Problem accessing /solr/____v2/c. Reason:
   [junit4]    > <pre>    
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=java.nio.file.InvalidPathException},msg=java.nio.file.InvalidPathException:
 Illegal char &lt;?&gt; at index 53: 
C:UsersjenkinsworkspaceLucene-Solr-master-Windowssolr?uildsolr-core      estJ1  
 empsolr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001       
empDir-002,code=400}</pre></p>
   [junit4]    > <hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.14.v20161028</a><hr/>
   [junit4]    > </body>
   [junit4]    > </html>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CAB682315422EEE1:162865B0EC3B8A5F]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:219)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:459)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:389)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1130)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.handler.V2ApiIntegrationTest.testCollectionsApi(V2ApiIntegrationTest.java:99)
   [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> 3009902 INFO  
(TEST-V2ApiIntegrationTest.testSetPropertyValidationOfCluster-seed#[CAB682315422EEE1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSetPropertyValidationOfCluster
   [junit4]   2> 3009905 INFO  (qtp7996220-27923) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/cluster params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 3009907 INFO  (qtp7996220-27920) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/cluster params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3009908 INFO  
(TEST-V2ApiIntegrationTest.testSetPropertyValidationOfCluster-seed#[CAB682315422EEE1])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSetPropertyValidationOfCluster
   [junit4]   2> 3009919 INFO  
(TEST-V2ApiIntegrationTest.testWelcomeMessage-seed#[CAB682315422EEE1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testWelcomeMessage
   [junit4]   2> 3009920 INFO  (qtp33492228-27921) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/ params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3009921 INFO  (qtp7996220-27918) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/_introspect params={wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 3009921 INFO  
(TEST-V2ApiIntegrationTest.testWelcomeMessage-seed#[CAB682315422EEE1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testWelcomeMessage
   [junit4]   2> 3009922 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 0x15cabe91a500008, 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> 3009925 INFO  (jetty-closer-4684-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@15c97{SSL,[ssl, 
http/1.1]}{127.0.0.1:?}
   [junit4]   2> 3009925 INFO  (jetty-closer-4684-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=10248425
   [junit4]   2> 3009925 INFO  (jetty-closer-4684-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3009925 INFO  (jetty-closer-4684-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@b8f3a8{SSL,[ssl, 
http/1.1]}{127.0.0.1:?}
   [junit4]   2> 3009926 INFO  (jetty-closer-4684-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=6280335
   [junit4]   2> 3009926 INFO  (jetty-closer-4684-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3009928 INFO  (jetty-closer-4684-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3009928 INFO  (jetty-closer-4684-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3009929 INFO  (jetty-closer-4684-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3009930 INFO  (jetty-closer-4684-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3009932 INFO  (jetty-closer-4684-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 3009932 INFO  (jetty-closer-4684-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 3009936 INFO  (coreCloseExecutor-10857-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@19356f0
   [junit4]   2> 3009937 INFO  (coreCloseExecutor-10856-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@46c1b8
   [junit4]   2> 3009938 INFO  (coreCloseExecutor-10856-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard1.replica_n2, tag=4637112
   [junit4]   2> 3009939 INFO  (coreCloseExecutor-10857-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard1.replica_n1, tag=26433264
   [junit4]   2> 3009944 INFO  (coreCloseExecutor-10857-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard1.leader, tag=26433264
   [junit4]   2> 3009945 WARN  (zkCallback-4695-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3009945 INFO  (zkCallback-4694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3009945 INFO  (jetty-closer-4684-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@13a15ef{/solr,null,UNAVAILABLE}
   [junit4]   2> 3009955 INFO  (coreCloseExecutor-10856-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard1.leader, tag=4637112
   [junit4]   2> 3009957 INFO  (jetty-closer-4684-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98142309552488453-127.0.0.1:53364_solr-n_0000000000) closing
   [junit4]   2> 3009957 INFO  
(OverseerStateUpdate-98142309552488453-127.0.0.1:53364_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53364_solr
   [junit4]   2> 3009959 WARN  (zkCallback-4694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3009959 INFO  (jetty-closer-4684-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@898f76{/solr,null,UNAVAILABLE}
   [junit4]   2> 3009959 ERROR 
(SUITE-V2ApiIntegrationTest-seed#[CAB682315422EEE1]-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> 3009960 INFO  
(SUITE-V2ApiIntegrationTest-seed#[CAB682315422EEE1]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:53327 53327
   [junit4]   2> 3009961 INFO  (Thread-5336) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:53327 53327
   [junit4]   2> 3009964 WARN  (Thread-5336) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/configs/conf1/managed-schema
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/collections/collection1/state.json
   [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-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.V2ApiIntegrationTest_CAB682315422EEE1-001
   [junit4]   2> Jun 15, 2017 1:20:03 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=891, maxMBSortInHeap=6.6385768931937745, 
sim=RandomSimilarity(queryNorm=true): {}, locale=as, timezone=Pacific/Chuuk
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9-ea 
(32-bit)/cpus=3,threads=1,free=195502128,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[SignatureUpdateProcessorFactoryTest, SystemInfoHandlerTest, TestSearcherReuse, 
TestFileDictionaryLookup, TestReversedWildcardFilterFactory, BJQParserTest, 
TestWriterPerf, TestCloudManagedSchema, CustomCollectionTest, 
SpellPossibilityIteratorTest, ShowFileRequestHandlerTest, SolrInfoBeanTest, 
TestSQLHandlerNonCloud, TestSolrQueryParser, TestExactStatsCache, 
SimpleCollectionCreateDeleteTest, BasicAuthIntegrationTest, 
TestSolrConfigHandler, ExternalFileFieldSortTest, DistanceFunctionTest, 
TestCoreDiscovery, TestSolrQueryResponse, ChangedSchemaMergeTest, 
TestFilteredDocIdSet, TestBulkSchemaAPI, TestUseDocValuesAsStored2, 
SolrCloudExampleTest, DirectUpdateHandlerOptimizeTest, TestXmlQParserPlugin, 
IndexSchemaTest, BlockDirectoryTest, FieldMutatingUpdateProcessorTest, 
TestSchemaVersionResource, OverseerModifyCollectionTest, TestIntervalFaceting, 
TestFastWriter, MoveReplicaTest, HttpSolrCallGetCoreTest, 
HdfsWriteToMultipleCollectionsTest, TestRawResponseWriter, 
TestPKIAuthenticationPlugin, TestJoin, TestJsonFacets, TestCryptoKeys, 
TestGeoJSONResponseWriter, TestReplicaProperties, PeerSyncReplicationTest, 
TestDistributedMissingSort, SharedFSAutoReplicaFailoverTest, GraphQueryTest, 
UninvertDocValuesMergePolicyTest, TestShardHandlerFactory, DebugComponentTest, 
TestPHPSerializedResponseWriter, TestExceedMaxTermLength, TestRealTimeGet, 
TestDocumentBuilder, TestConfigSetsAPIExclusivity, TestDistribDocBasedVersion, 
TestUninvertingReader, TestZkChroot, TestNestedDocsSort, ZkSolrClientTest, 
TestRandomFaceting, HLLUtilTest, TestUnifiedSolrHighlighter, 
TestStressCloudBlindAtomicUpdates, BasicZkTest, RequestHandlersTest, 
TestClusterStateMutator, TestEmbeddedSolrServerConstructors, TestNRTOpen, 
TestPullReplicaErrorHandling, TestPivotHelperCode, TestNumericTokenStream, 
TestAnalyzeInfixSuggestions, TestUniqueKeyFieldResource, PrimUtilsTest, 
TestComplexPhraseLeadingWildcard, CoreAdminHandlerTest, 
URLClassifyProcessorTest, SolrJmxReporterTest, TestDocSet, ReturnFieldsTest, 
CoreAdminCreateDiscoverTest, TestRecoveryHdfs, 
ConcurrentDeleteAndCreateCollectionTest, TestDynamicFieldResource, 
TestDynamicLoading, TemplateUpdateProcessorTest, AnalyticsQueryTest, 
SolrIndexMetricsTest, TestSolrCoreProperties, TestMissingGroups, 
TestTolerantUpdateProcessorCloud, TestQueryWrapperFilter, 
DistributedFacetPivotLargeTest, TestLeaderElectionWithEmptyReplica, 
DeleteLastCustomShardedReplicaTest, SmileWriterTest, DeleteReplicaTest, 
TimeZoneUtilsTest, HttpPartitionTest, RankQueryTest, TestDistribIDF, 
BigEndianAscendingWordDeserializerTest, CollectionsAPIAsyncDistributedZkTest, 
TestStressLiveNodes, TestSubQueryTransformerDistrib, JavabinLoaderTest, 
DOMUtilTest, TestConfigReload, TestRecovery, BasicFunctionalityTest, 
NotRequiredUniqueKeyTest, TestOnReconnectListenerSupport, 
CdcrRequestHandlerTest, MetricUtilsTest, TestInPlaceUpdatesDistrib, 
TestExclusionRuleCollectionAccess, TestConfigSetProperties, 
TestCloudInspectUtil, QueryParsingTest, TestCloudSchemaless, BadComponentTest, 
TestLuceneMatchVersion, TestSchemalessBufferedUpdates, 
WordBreakSolrSpellCheckerTest, TestStressRecovery, RegexBoostProcessorTest, 
TestCollectionAPIs, FieldAnalysisRequestHandlerTest, 
HdfsBasicDistributedZkTest, DistributedExpandComponentTest, 
TolerantUpdateProcessorTest, ReplicationFactorTest, TestSolrCoreParser, 
TestComponentsName, TestCollectionAPI, ResponseLogComponentTest, 
HdfsChaosMonkeySafeLeaderTest, SolrGangliaReporterTest, 
TestManagedResourceStorage, TestStandardQParsers, 
TestSolrConfigHandlerConcurrent, TestCorePropertiesReload, CheckHdfsIndexTest, 
LeaderInitiatedRecoveryOnCommitTest, DefaultValueUpdateProcessorTest, 
SolrCmdDistributorTest, OverseerStatusTest, HighlighterConfigTest, 
TestFuzzyAnalyzedSuggestions, TestHashQParserPlugin, EchoParamsTest, 
BasicDistributedZk2Test, ConnectionManagerTest, DistanceUnitsTest, 
TestSubQueryTransformer, TestClassicSimilarityFactory, TestOrdValues, 
AtomicUpdatesTest, MigrateRouteKeyTest, ReplicaListTransformerTest, 
CdcrReplicationDistributedZkTest, LeaderFailoverAfterPartitionTest, 
TestExpandComponent, UpdateRequestProcessorFactoryTest, 
CoreMergeIndexesAdminHandlerTest, TestLMDirichletSimilarityFactory, 
RemoteQueryErrorTest, QueryResultKeyTest, TestSha256AuthenticationProvider, 
LeaderElectionIntegrationTest, BadIndexSchemaTest, 
TestLegacyNumericRangeQueryBuilder, DocValuesMissingTest, 
ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, 
ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, 
TestDistributedGrouping, DistributedSpellCheckComponentTest, ZkControllerTest, 
TestStressReorder, TestReload, TestRangeQuery, SimpleFacetsTest, 
TestSolr4Spatial, StatsComponentTest, TestSort, TestBadConfig, 
CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, 
SimplePostToolTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, 
TestFoldingMultitermQuery, SuggesterTest, SuggesterWFSTTest, PolyFieldTest, 
SchemaVersionSpecificBehaviorTest, TestUpdate, SortByFunctionTest, 
CacheHeaderTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, 
TestQueryUtils, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, 
PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, 
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, 
IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCollationField, 
TestCSVResponseWriter, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, 
CSVRequestHandlerTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, 
AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, 
TestSolrDeletionPolicy2, TestSearchPerf, MinimalSchemaTest, TestConfig, 
TestPostingsSolrHighlighter, TestPhraseSuggestions, TestCharFilters, 
TestCodecSupport, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, 
TestDFRSimilarityFactory, TestBM25SimilarityFactory, ScriptEngineTest, 
PluginInfoTest, ChaosMonkeyNothingIsSafeTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CreateCollectionCleanupTest, 
DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, 
SaslZkACLProviderTest, ShardSplitTest, TestRandomFlRTGCloud, 
TestRandomRequestDistribution, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestShortCircuitedRequests, 
TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates, 
TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, 
VMParamsZkACLAndCredentialsProvidersTest, AutoScalingHandlerTest, 
TestPolicyCloud, HdfsChaosMonkeyNothingIsSafeTest, HdfsNNFailoverTest, 
HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsTlogReplayBufferedWhileIndexingTest, 
HdfsUnloadDistributedZkTest, ZkStateReaderTest, ZkStateWriterTest, 
RuleEngineTest, RulesTest, BlobRepositoryCloudTest, 
CachingDirectoryFactoryTest, TestSolrCoreSnapshots, RequestLoggingTest, 
TestHdfsBackupRestoreCore, TestReplicationHandlerBackup, TestRestoreCore, 
TestSystemCollAutoCreate, V2ApiIntegrationTest]
   [junit4] Completed [588/725 (1!)] on J1 in 4.64s, 5 tests, 1 error <<< 
FAILURES!

[...truncated 449 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20170615_122952_2111857298865539285847.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\heapdumps\java_pid2924.hprof
 ...
   [junit4] Heap dump file created [328958965 bytes in 0.665 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 7464 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:775: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:727: Some of 
the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid2924.hprof

Total time: 82 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to