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

[JENKINS] Lucene-Solr-5.5-Windows (32bit/jdk1.7.0_80) - Build # 82 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Windows/82/
Java: 32bit/jdk1.7.0_80 -server -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.test

Error Message:
Error from server at http://127.0.0.1:53021/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:53021/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([95A57FFE89DBDB16:1DF140242727B6EE]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:53021/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 12221 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\init-core-data-001
   [junit4]   2> 3312011 INFO  (SUITE-TestManagedSchemaAPI-seed#[95A57FFE89DBDB16]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 3312014 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3312015 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3312016 INFO  (Thread-7885) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3312016 INFO  (Thread-7885) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3312116 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.ZkTestServer start zk server on port:53014
   [junit4]   2> 3312116 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3312117 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3312121 INFO  (zkCallback-4294-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@71696d name:ZooKeeperConnection Watcher:127.0.0.1:53014 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3312121 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3312122 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3312122 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 3312129 INFO  (jetty-launcher-4293-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 3312129 INFO  (jetty-launcher-4293-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 3312132 INFO  (jetty-launcher-4293-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6626db{/solr,null,AVAILABLE}
   [junit4]   2> 3312132 INFO  (jetty-launcher-4293-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@167c076{/solr,null,AVAILABLE}
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@8c9001{HTTP/1.1}{127.0.0.1:53018}
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-1) [    ] o.e.j.s.Server Started @3316615ms
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53018}
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@163124e{HTTP/1.1}{127.0.0.1:53021}
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-2) [    ] o.e.j.s.Server Started @3316615ms
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@a5c9f1
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53021}
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1'
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@a5c9f1
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2'
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3312133 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3312134 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3312134 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3312135 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3312135 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3312137 INFO  (zkCallback-4296-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@130a72b name:ZooKeeperConnection Watcher:127.0.0.1:53014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3312137 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3312137 INFO  (zkCallback-4295-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c5e0e5 name:ZooKeeperConnection Watcher:127.0.0.1:53014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3312138 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3312138 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3312138 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3312138 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3312138 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3312180 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 0x15557bdea740001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3312180 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\.
   [junit4]   2> 3312181 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 993427
   [junit4]   2> 3312181 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2]
   [junit4]   2> 3312181 WARN  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\lib
   [junit4]   2> 3312181 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3312183 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\.
   [junit4]   2> 3312183 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 7633201
   [junit4]   2> 3312183 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1]
   [junit4]   2> 3312183 WARN  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\lib
   [junit4]   2> 3312184 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3312184 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3312184 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3312184 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3312184 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3312185 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53014/solr
   [junit4]   2> 3312185 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3312185 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3312185 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3312185 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3312185 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53014/solr
   [junit4]   2> 3312185 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3312185 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3312186 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3312187 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3312188 INFO  (zkCallback-4301-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1954e8 name:ZooKeeperConnection Watcher:127.0.0.1:53014 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3312189 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3312189 INFO  (zkCallback-4302-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2332d6 name:ZooKeeperConnection Watcher:127.0.0.1:53014 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3312189 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3312189 INFO  (jetty-launcher-4293-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3312189 INFO  (jetty-launcher-4293-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3312190 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 0x15557bdea740004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3312190 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@12a6b7e
   [junit4]   2> 3312191 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 0x15557bdea740003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3312193 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@3df5a7
   [junit4]   2> 3312196 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3312196 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3312198 INFO  (zkCallback-4303-thread-1-processing-n:127.0.0.1:53021_solr) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@98866f name:ZooKeeperConnection Watcher:127.0.0.1:53014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3312198 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3312198 INFO  (zkCallback-4304-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15e7283 name:ZooKeeperConnection Watcher:127.0.0.1:53014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3312198 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3312199 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3312199 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3312202 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3312203 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3312206 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3312206 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3312209 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3312209 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3312211 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3312212 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3312215 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3312216 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3312217 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3312217 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3312218 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3312219 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3312220 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3312221 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3312222 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3312222 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3312223 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53021_solr
   [junit4]   2> 3312223 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53018_solr
   [junit4]   2> 3312224 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53021_solr
   [junit4]   2> 3312224 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53018_solr
   [junit4]   2> 3312226 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3312226 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3312227 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3312228 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3312229 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3312230 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3312230 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96079440252239878-127.0.0.1:53018_solr-n_0000000000
   [junit4]   2> 3312230 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53018_solr
   [junit4]   2> 3312230 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 3312230 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96079440252239877-127.0.0.1:53021_solr-n_0000000001
   [junit4]   2> 3312231 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96079440252239878-127.0.0.1:53018_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 3312231 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3312232 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.Overseer Overseer (id=96079440252239878-127.0.0.1:53018_solr-n_0000000000) starting
   [junit4]   2> 3312235 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 3312245 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3312246 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3312246 INFO  (OverseerCollectionConfigSetProcessor-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 3312247 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3312259 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3312259 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3312260 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\.
   [junit4]   2> 3312260 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3312261 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3312261 INFO  (jetty-launcher-4293-thread-2) [n:127.0.0.1:53021_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3312266 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3312266 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3312267 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\.
   [junit4]   2> 3312267 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3312268 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3312268 INFO  (jetty-launcher-4293-thread-1) [n:127.0.0.1:53018_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3312268 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3312269 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3312271 INFO  (zkCallback-4305-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@bef04a name:ZooKeeperConnection Watcher:127.0.0.1:53014 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3312271 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3312271 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3312273 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 0x15557bdea740007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3312274 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3312276 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3312278 INFO  (zkCallback-4307-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e4c871 name:ZooKeeperConnection Watcher:127.0.0.1:53014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3312278 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3312278 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3312280 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 3312284 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3312287 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3312289 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3312298 INFO  (zkCallback-4308-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@160ebb name:ZooKeeperConnection Watcher:127.0.0.1:53014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3312298 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3312298 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3312298 INFO  (TEST-TestManagedSchemaAPI.test-seed#[95A57FFE89DBDB16]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3312304 INFO  (qtp24174356-23667) [n:127.0.0.1:53021_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&numShards=1&action=CREATE&name=testschemaapi&replicationFactor=2&version=2&wt=javabin and sendToOCPQueue=true
   [junit4]   2> 3312307 INFO  (OverseerCollectionConfigSetProcessor-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3312307 INFO  (OverseerThreadFactory-9928-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3312308 INFO  (OverseerThreadFactory-9928-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 3312309 INFO  (OverseerThreadFactory-9928-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 3312310 INFO  (OverseerThreadFactory-9928-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 3312311 INFO  (zkCallback-4304-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3312311 INFO  (zkCallback-4303-thread-1-processing-n:127.0.0.1:53021_solr) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3312311 INFO  (zkCallback-4308-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3312314 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 3312314 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 3312315 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 3312415 INFO  (OverseerThreadFactory-9928-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 3312415 INFO  (OverseerThreadFactory-9928-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:53021_solr
   [junit4]   2> 3312416 INFO  (OverseerThreadFactory-9928-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:53018_solr
   [junit4]   2> 3312418 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr    ] o.a.s.h.a.CoreAdminOperation core create command shard=shard1&collection.configName=conf1&numShards=1&qt=/admin/cores&action=CREATE&name=testschemaapi_shard1_replica2&collection=testschemaapi&version=2&wt=javabin
   [junit4]   2> 3312418 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr    ] o.a.s.h.a.CoreAdminOperation core create command shard=shard1&collection.configName=conf1&numShards=1&qt=/admin/cores&action=CREATE&name=testschemaapi_shard1_replica1&collection=testschemaapi&version=2&wt=javabin
   [junit4]   2> 3312419 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data\, shard=shard1, config=solrconfig.xml, loadOnStartup=true, collection.configName=conf1, transient=false, numShards=1, configSetProperties=configsetprops.json, name=testschemaapi_shard1_replica2, collection=testschemaapi}
   [junit4]   2> 3312420 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, loadOnStartup=true, dataDir=data\, transient=false, collection=testschemaapi, numShards=1, config=solrconfig.xml, shard=shard1, collection.configName=conf1, name=testschemaapi_shard1_replica1, configSetProperties=configsetprops.json}
   [junit4]   2> 3312420 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3312422 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3312422 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 3312422 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 3312423 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 3312423 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:53021_solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "base_url":"http://127.0.0.1:53021/solr"} current state version: 0
   [junit4]   2> 3312423 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3312423 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:53021_solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "base_url":"http://127.0.0.1:53021/solr"}
   [junit4]   2> 3312423 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 3312424 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
   [junit4]   2> 3312424 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 3312424 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3312427 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:53018_solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "base_url":"http://127.0.0.1:53018/solr"} current state version: 0
   [junit4]   2> 3312427 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:53018_solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "base_url":"http://127.0.0.1:53018/solr"}
   [junit4]   2> 3312531 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 3312532 INFO  (zkCallback-4303-thread-1-processing-n:127.0.0.1:53021_solr) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3312532 INFO  (zkCallback-4304-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3312533 INFO  (zkCallback-4303-thread-1-processing-n:127.0.0.1:53021_solr) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 3312533 INFO  (zkCallback-4304-thread-1-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 3313424 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController waiting to find shard id in clusterstate for testschemaapi_shard1_replica2
   [junit4]   2> 3313424 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 3313424 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for testschemaapi_shard1_replica1
   [junit4]   2> 3313424 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 3313424 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3313424 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3313426 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3313426 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3313426 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\testschemaapi_shard1_replica2'
   [junit4]   2> 3313426 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3313426 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3313426 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3313427 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3313428 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\testschemaapi_shard1_replica1'
   [junit4]   2> 3313428 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3313428 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3313431 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3313432 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3313441 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 3313443 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 3313457 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 3313459 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 3313493 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3313499 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 3313500 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3313506 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 3313515 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3313521 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3313521 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica1' using configuration from collection testschemaapi
   [junit4]   2> 3313521 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3313522 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\testschemaapi_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\]
   [junit4]   2> 3313522 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica1
   [junit4]   2> 3313522 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3313522 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 3313522 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index/
   [junit4]   2> 3313522 WARN  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3313523 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\index
   [junit4]   2> 3313523 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3313523 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica2' using configuration from collection testschemaapi
   [junit4]   2> 3313524 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3313524 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\testschemaapi_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\]
   [junit4]   2> 3313524 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica2
   [junit4]   2> 3313525 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 3313525 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index/
   [junit4]   2> 3313525 WARN  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3313525 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\index
   [junit4]   2> 3313525 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@198c1b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13d573b),segFN=segments_1,generation=1}
   [junit4]   2> 3313525 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3313526 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@531686 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ebe1a3),segFN=segments_1,generation=1}
   [junit4]   2> 3313526 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3313527 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3313527 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3313530 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica1 in C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 3313532 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica2 in C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 3313533 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node1\.\testschemaapi_shard1_replica1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 3313535 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001\tempDir-001\node2\.\testschemaapi_shard1_replica2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 3313543 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3313543 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3313545 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3313546 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3313546 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3313548 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3313548 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3313550 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /schema,/admin/threads,/get,/update/json/docs,/update/json,/admin/luke,/update/csv,/admin/segments,/replication,/config,/select,/admin/ping,/admin/file,/admin/properties,/admin/mbeans,/admin/logging,/update,/admin/system,/admin/plugins
   [junit4]   2> 3313550 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3313551 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /schema,/admin/threads,/get,/update/json/docs,/update/json,/admin/luke,/update/csv,/admin/segments,/replication,/config,/select,/admin/ping,/admin/file,/admin/properties,/admin/mbeans,/admin/logging,/update,/admin/system,/admin/plugins
   [junit4]   2> 3313551 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3313553 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3313553 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3313553 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3313554 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3313554 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3313555 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3313555 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3313556 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3313557 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3313557 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@198c1b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13d573b),segFN=segments_1,generation=1}
   [junit4]   2> 3313557 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3313557 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening Searcher@bb69b2[testschemaapi_shard1_replica1] main
   [junit4]   2> 3313557 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@531686 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ebe1a3),segFN=segments_1,generation=1}
   [junit4]   2> 3313557 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3313557 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3313558 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening Searcher@1cc2d4a[testschemaapi_shard1_replica2] main
   [junit4]   2> 3313558 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3313559 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3313559 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3313559 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3313560 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3313560 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3313560 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 3313560 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3313560 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3313561 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 3313561 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3313561 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3313561 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3313561 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3313562 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 3313562 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3313562 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3313562 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3313562 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 3313562 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica1:287623699633752
   [junit4]   2> 3313562 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3313562 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica2:287623702423109
   [junit4]   2> 3313563 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 3313563 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3313563 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 3313563 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 3313563 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 3313563 INFO  (searcherExecutor-9933-thread-1-processing-s:shard1 r:core_node2 n:127.0.0.1:53018_solr c:testschemaapi x:testschemaapi_shard1_replica1) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@bb69b2[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3313563 INFO  (searcherExecutor-9934-thread-1-processing-s:shard1 r:core_node1 n:127.0.0.1:53021_solr c:testschemaapi x:testschemaapi_shard1_replica2) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@1cc2d4a[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3313563 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 3313563 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 3313563 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1537271045653790720
   [junit4]   2> 3313563 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1537271045653790720
   [junit4]   2> 3313565 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537271045653790720
   [junit4]   2> 3313565 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 3313565 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1537271045653790720
   [junit4]   2> 3313565 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 3313566 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 3313566 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 address:http://127.0.0.1:53021/solr collection:testschemaapi shard:shard1
   [junit4]   2> 3313566 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 3313566 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 address:http://127.0.0.1:53018/solr collection:testschemaapi shard:shard1
   [junit4]   2> 3313567 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 3313568 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 3313573 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/96079440252239877-core_node1-n_0000000000
   [junit4]   2> 3313574 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/96079440252239878-core_node2-n_0000000001
   [junit4]   2> 3313574 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 3313575 INFO  (qtp24747248-23664) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/96079440252239877-core_node1-n_0000000000 to know if I could be the leader
   [junit4]   2> 3313577 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3313577 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3313577 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53021/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 3313577 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:53021/solr START replicas=[http://127.0.0.1:53018/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 3313578 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:53021/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3313578 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3313578 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 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> 3313578 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi"} current state version: 0
   [junit4]   2> 3313579 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 3313583 INFO  (qtp24747248-23665) [n:127.0.0.1:53018_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/get params={qt=/get&getVersions=100&fingerprint=false&version=2&wt=javabin&distrib=false} status=0 QTime=0
   [junit4]   2> 3313585 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/96079440252239877-core_node1-n_0000000000
   [junit4]   2> 3313588 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53021/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 3313589 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:53021/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 3313692 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 3313694 INFO  (zkCallback-4303-thread-1-processing-n:127.0.0.1:53021_solr) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3313695 INFO  (zkCallback-4304-thread-2-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3313695 INFO  (zkCallback-4303-thread-1-processing-n:127.0.0.1:53021_solr) [n:127.0.0.1:53021_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 3313697 INFO  (zkCallback-4304-thread-2-processing-n:127.0.0.1:53018_solr) [n:127.0.0.1:53018_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 3313741 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are http://127.0.0.1:53021/solr/testschemaapi_shard1_replica2/ and leader is http://127.0.0.1:53021/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 3313741 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica2 baseURL=http://127.0.0.1:53021/solr
   [junit4]   2> 3313741 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3313741 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 3313744 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:53021_solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "base_url":"http://127.0.0.1:53021/solr"} current state version: 0
   [junit4]   2> 3313745 INFO  (OverseerStateUpdate-96079440252239878-127.0.0.1:53018_solr-n_0000000000) [n:127.0.0.1:53018_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:53021_solr",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "base_url":"http://127.0.0.1:53021/solr"}
   [junit4]   2> 3313748 INFO  (qtp24174356-23668) [n:127.0.0.1:53021_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.HttpSolrCall [admin]

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

r from server at http://127.0.0.1:53021/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([95A57FFE89DBDB16:1DF140242727B6EE]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:53021/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 more
   [junit4]   2> 3324672 INFO  (SUITE-TestManagedSchemaAPI-seed#[95A57FFE89DBDB16]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_95A57FFE89DBDB16-001
   [junit4]   2> Jun 16, 2016 5:45:24 AM 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(Lucene54): {_version_=PostingsFormat(name=Memory doPackFST= true), myNewField=PostingsFormat(name=Memory doPackFST= true), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, sim=DefaultSimilarity, locale=es-US, timezone=Canada/Central
   [junit4]   2> NOTE: Windows 8.1 6.3 x86/Oracle Corporation 1.7.0_80 (32-bit)/cpus=3,threads=1,free=157131832,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrDynamicMBean, OverseerStatusTest, TestManagedResource, TestClusterStateMutator, CoreAdminHandlerTest, ResponseLogComponentTest, TestSolrQueryParser, BufferStoreTest, AnalyticsQueryTest, TestScoreJoinQPNoScore, SolrXmlInZkTest, TestInitQParser, TestRandomRequestDistribution, TestConfigSetProperties, HdfsChaosMonkeyNothingIsSafeTest, UpdateRequestProcessorFactoryTest, SpellingQueryConverterTest, TestFreeTextSuggestions, SaslZkACLProviderTest, TermVectorComponentTest, TestReqParamsAPI, MigrateRouteKeyTest, DefaultValueUpdateProcessorTest, CollectionStateFormat2Test, DeleteLastCustomShardedReplicaTest, TestSolrQueryParserDefaultOperatorResource, TestSolr4Spatial, TestQueryUtils, TestReplicaProperties, DistributedFacetPivotLargeTest, NumericFieldsTest, DistributedIntervalFacetingTest, CloudExitableDirectoryReaderTest, TestIndexSearcher, SuggesterWFSTTest, TestSolrDeletionPolicy2, TestSolrIndexConfig, SolrCmdDistributorTest, SpatialRPTFieldTypeTest, AliasIntegrationTest, TestSolrCloudWithKerberosAlt, OutOfBoxZkACLAndCredentialsProvidersTest, TestDynamicLoading, BJQParserTest, TestRecovery, ReplicationFactorTest, OutputWriterTest, TestSmileRequest, TestDistribDocBasedVersion, ConnectionManagerTest, HdfsThreadLeakTest, JavabinLoaderTest, LoggingHandlerTest, MergeStrategyTest, TestExclusionRuleCollectionAccess, FileUtilsTest, OpenExchangeRatesOrgProviderTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestRandomFaceting, BigEndianAscendingWordDeserializerTest, HdfsRecoverLeaseTest, TestChildDocTransformer, TestSystemIdResolver, FullHLLTest, DistributedMLTComponentTest, SolrCoreCheckLockOnStartupTest, ConnectionReuseTest, CopyFieldTest, AutoCommitTest, TestOverriddenPrefixQueryForCustomFieldType, DistributedQueryComponentOptimizationTest, TestUseDocValuesAsStored2, TestCloudSchemaless, TestFastWriter, TestMissingGroups, TestIntervalFaceting, WrapperMergePolicyFactoryTest, TestConfigOverlay, TestBlendedInfixSuggestions, TestShardHandlerFactory, TestDistributedGrouping, LeaderInitiatedRecoveryOnCommitTest, MinimalSchemaTest, TestConfigReload, StatsComponentTest, TestExactSharedStatsCache, DirectUpdateHandlerOptimizeTest, TestObjectReleaseTracker, NoCacheHeaderTest, TestValueSourceCache, DistributedTermsComponentTest, RollingRestartTest, TestSha256AuthenticationProvider, TestSolrConfigHandlerCloud, TestRecoveryHdfs, DocValuesMissingTest, TestCSVResponseWriter, SolrIndexSplitterTest, TestJsonRequest, IndexSchemaRuntimeFieldTest, SuggesterTSTTest, TestQueryTypes, TestSolrCoreProperties, TestRealTimeGet, OverseerCollectionConfigSetProcessorTest, FullSolrCloudDistribCmdsTest, TestConfigSetsAPI, SimpleMLTQParserTest, TestQuerySenderListener, DirectoryFactoryTest, HdfsLockFactoryTest, BlockJoinFacetRandomTest, TestReversedWildcardFilterFactory, FieldAnalysisRequestHandlerTest, TestFuzzyAnalyzedSuggestions, TestFieldTypeResource, TestIndexingPerformance, SpellCheckComponentTest, LeaderElectionIntegrationTest, TestJsonFacets, ConcurrentDeleteAndCreateCollectionTest, TestSuggestSpellingConverter, TestStandardQParsers, CoreMergeIndexesAdminHandlerTest, TestDFISimilarityFactory, TestSolrJ, ResourceLoaderTest, BasicDistributedZk2Test, BasicFunctionalityTest, TestCoreDiscovery, HdfsWriteToMultipleCollectionsTest, TestAtomicUpdateErrorCases, ConvertedLegacyTest, DeleteShardTest, CollectionsAPIAsyncDistributedZkTest, ChaosMonkeySafeLeaderTest, TestUtils, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, BasicZkTest, TestReplicationHandler, TestDistributedSearch, SchemaVersionSpecificBehaviorTest, QueryEqualityTest, SortByFunctionTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, LukeRequestHandlerTest, FileBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, RegexBoostProcessorTest, IndexSchemaTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test, SolrIndexConfigTest, TestDocSet, TestBinaryField, TestElisionMultitermQuery, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestCodecSupport, TestBM25SimilarityFactory, ScriptEngineTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, AsyncMigrateRouteKeyTest, CustomCollectionTest, DistributedVersionInfoTest, HttpPartitionTest, MultiThreadedOCPTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudCluster, TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRestartWhileUpdatingTest, StressHdfsTest, ZkStateReaderTest, ZkStateWriterTest, RulesTest, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, SecurityConfHandlerTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, TestDistributedStatsComponentCardinality, TestManagedSchemaFieldResource, ChangedSchemaMergeTest, EnumFieldTest, TestManagedSchema, TestManagedSchemaAPI]
   [junit4] Completed [516/572 (1!)] on J1 in 13.18s, 1 test, 1 error <<< FAILURES!

[...truncated 175 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\build.xml:750: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\build.xml:694: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\solr\common-build.xml:534: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\lucene\common-build.xml:1477: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\lucene\common-build.xml:1033: There were test failures: 572 suites (7 ignored), 2303 tests, 1 error, 95 ignored (50 assumptions) [seed: 95A57FFE89DBDB16]

Total time: 81 minutes 45 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



[JENKINS] Lucene-Solr-5.5-Windows (64bit/jdk1.8.0_92) - Build # 84 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Windows/84/
Java: 64bit/jdk1.8.0_92 -XX:+UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  org.apache.lucene.search.TestBoolean2.testQueries01

Error Message:
hits1 doc nrs for hit 0 expected:<4240> but was:<6289>

Stack Trace:
junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4240> but was:<6289>
	at __randomizedtesting.SeedInfo.seed([A7B8C09A76BE9E0:1725CA7A32170208]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.failNotEquals(Assert.java:287)
	at junit.framework.Assert.assertEquals(Assert.java:67)
	at junit.framework.Assert.assertEquals(Assert.java:199)
	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
	at org.apache.lucene.search.TestBoolean2.testQueries01(TestBoolean2.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.search.TestBoolean2.testQueries03

Error Message:
hits1 doc nrs for hit 0 expected:<4240> but was:<6289>

Stack Trace:
junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4240> but was:<6289>
	at __randomizedtesting.SeedInfo.seed([A7B8C09A76BE9E0:4F9E323F47BDA860]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.failNotEquals(Assert.java:287)
	at junit.framework.Assert.assertEquals(Assert.java:67)
	at junit.framework.Assert.assertEquals(Assert.java:199)
	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
	at org.apache.lucene.search.TestBoolean2.testQueries03(TestBoolean2.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.search.TestBoolean2.testQueries08

Error Message:
hits1 doc nrs for hit 0 expected:<4240> but was:<6289>

Stack Trace:
junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4240> but was:<6289>
	at __randomizedtesting.SeedInfo.seed([A7B8C09A76BE9E0:369F779C308420C9]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.failNotEquals(Assert.java:287)
	at junit.framework.Assert.assertEquals(Assert.java:67)
	at junit.framework.Assert.assertEquals(Assert.java:199)
	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
	at org.apache.lucene.search.TestBoolean2.testQueries08(TestBoolean2.java:299)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.search.TestBoolean2.testQueries02

Error Message:
hits1 doc nrs for hit 0 expected:<4240> but was:<6289>

Stack Trace:
junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4240> but was:<6289>
	at __randomizedtesting.SeedInfo.seed([A7B8C09A76BE9E0:797A8F466C57CD7F]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.failNotEquals(Assert.java:287)
	at junit.framework.Assert.assertEquals(Assert.java:67)
	at junit.framework.Assert.assertEquals(Assert.java:199)
	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
	at org.apache.lucene.search.TestBoolean2.testQueries02(TestBoolean2.java:236)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 1334 lines...]
   [junit4] Suite: org.apache.lucene.search.TestBoolean2
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBoolean2 -Dtests.method=testQueries01 -Dtests.seed=A7B8C09A76BE9E0 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=SystemV/CST6CDT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J0 | TestBoolean2.testQueries01 <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4240> but was:<6289>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A7B8C09A76BE9E0:1725CA7A32170208]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:199)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.testQueries01(TestBoolean2.java:226)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBoolean2 -Dtests.method=testQueries03 -Dtests.seed=A7B8C09A76BE9E0 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=SystemV/CST6CDT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J0 | TestBoolean2.testQueries03 <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4240> but was:<6289>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A7B8C09A76BE9E0:4F9E323F47BDA860]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:199)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.testQueries03(TestBoolean2.java:246)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBoolean2 -Dtests.method=testQueries08 -Dtests.seed=A7B8C09A76BE9E0 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=SystemV/CST6CDT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J0 | TestBoolean2.testQueries08 <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4240> but was:<6289>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A7B8C09A76BE9E0:369F779C308420C9]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:199)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.testQueries08(TestBoolean2.java:299)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBoolean2 -Dtests.method=testQueries02 -Dtests.seed=A7B8C09A76BE9E0 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=SystemV/CST6CDT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J0 | TestBoolean2.testQueries02 <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4240> but was:<6289>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A7B8C09A76BE9E0:797A8F466C57CD7F]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:199)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.testQueries02(TestBoolean2.java:236)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {field=Lucene50(blocksize=128), field2=Lucene50(blocksize=128)}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=no): {field=DFR I(n)L1, field2=DFR I(F)LZ(0.3)}, locale=sl-SI, timezone=SystemV/CST6CDT
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=147643120,total=316669952
   [junit4]   2> NOTE: All tests run in this JVM: [TestDirectoryReaderReopen, TestIndexWriterNRTIsCurrent, TestSimpleAttributeImpl, TestFuzzyQuery, TestMultiPhraseQuery, TestMultiTermQueryRewrites, TestScorerPerf, TestSubScorerFreqs, TestComplexExplanationsOfNonMatches, TestPayloadsOnVectors, TestOmitTf, TestAutomatonQuery, TestSortedSetSortField, TestIndexInput, TestCharTermAttributeImpl, TestSloppyPhraseQuery2, TestIndexWriterOnJRECrash, TestNorms, TestIndexWriterDeleteByQuery, TestConcurrentMergeScheduler, TestSort, TestTransactions, TestFlushByRamOrCountsPolicy, TestInPlaceMergeSorter, TestSleepingLockWrapper, Test2BSortedDocValuesFixedSorted, TestRollingBuffer, TestExitableDirectoryReader, TestRollingUpdates, TestEarlyTermination, TestRollback, TestLucene50StoredFieldsFormat, Test2BNumericDocValues, TestPositiveScoresOnlyCollector, TestSparseFixedBitSet, TestNIOFSDirectory, TestDocCount, TestFilterLeafReader, TestDocBoost, TestMultiTermsEnum, TestParallelTermEnum, TestMultiThreadTermVectors, TestWeakIdentityMap, TestSpanOrQuery, TestDuelingCodecs, TestPriorityQueue, TestLazyProxSkipping, TestCollectionUtil, TestStressIndexing2, TestIndexWriterWithThreads, TestMaxTermFrequency, TestDeletionPolicy, TestPerFieldPostingsFormat2, TestDocsAndPositions, TestLRUQueryCache, TestTryDelete, TestRoaringDocIdSet, TestCodecUtil, TestReadOnlyIndex, TestSimilarityBase, TestIndexableField, TestPhraseQuery, TestMaxPosition, TestFieldMaskingSpanQuery, TestBitDocIdSetBuilder, TestHugeRamFile, TestSegmentInfos, Test2BTerms, TestSmallFloat, TestIndexWriterDelete, TestSpanNearQuery, TestNeedsScores, TestIntroSorter, TestSimpleExplanationsOfNonMatches, TestLucene50FieldInfoFormat, TestBM25Similarity, TestSortRandom, TestMixedCodecs, TestVersion, TestDeterminizeLexicon, TestReusableStringReader, TestFSTs, TestTerm, TestTermScorer, TestControlledRealTimeReopenThread, TestBooleanRewrites, TestBlockPostingsFormat2, TestCachingTokenFilter, TestTermsEnum, TestSimpleFSLockFactory, TestLiveFieldValues, TestWildcardRandom, TestCloseableThreadLocal, TestSpanCollection, TestNumericTokenStream, TestReaderClosed, TestDuelingCodecsAtNight, TestSimilarity, TestNumericDocValuesUpdates, TestBufferedIndexInput, TestOfflineSorter, TestUTF32ToUTF8, TestByteBlockPool, TestIndexWriterOnVMError, TestTransactionRollback, TestIndexWriterReader, TestIndexWriterMerging, TestShardSearching, TestSearcherManager, TestBooleanOr, TestBasics, TestBoolean2]
   [junit4] Completed [349/422 (1!)] on J0 in 99.17s, 11 tests, 4 failures <<< FAILURES!

[...truncated 258 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\build.xml:750: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\build.xml:694: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\lucene\build.xml:50: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\lucene\common-build.xml:1477: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\lucene\common-build.xml:1033: There were test failures: 422 suites (1 ignored), 3464 tests, 4 failures, 61 ignored (57 assumptions) [seed: A7B8C09A76BE9E0]

Total time: 8 minutes 26 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



[JENKINS] Lucene-Solr-5.5-Windows (64bit/jdk1.8.0_92) - Build # 83 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Windows/83/
Java: 64bit/jdk1.8.0_92 -XX:+UseCompressedOops -XX:+UseSerialGC

No tests ran.

Build Log:
[...truncated 16 lines...]
FATAL: Exception caught during execution of reset command. {0}
org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of reset command. {0}
	at org.eclipse.jgit.api.ResetCommand.call(ResetCommand.java:230)
	at org.jenkinsci.plugins.gitclient.JGitAPIImpl.clean(JGitAPIImpl.java:1299)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:884)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:859)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:818)
	at hudson.remoting.UserRequest.perform(UserRequest.java:152)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	at ......remote call to Windows VBOX(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:252)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:249)
	at com.sun.proxy.$Proxy56.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1066)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1097)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1741)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(Unknown Source)
	at org.eclipse.jgit.internal.storage.file.LockFile$2.write(LockFile.java:327)
	at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
	at java.io.BufferedOutputStream.write(Unknown Source)
	at java.security.DigestOutputStream.write(Unknown Source)
	at org.eclipse.jgit.dircache.DirCacheEntry.write(DirCacheEntry.java:300)
	at org.eclipse.jgit.dircache.DirCache.writeTo(DirCache.java:670)
	at org.eclipse.jgit.dircache.DirCache.write(DirCache.java:610)
	at org.eclipse.jgit.dircache.BaseDirCacheEditor.commit(BaseDirCacheEditor.java:198)
	at org.eclipse.jgit.dircache.DirCacheBuilder.commit(DirCacheBuilder.java:72)
	at org.eclipse.jgit.dircache.DirCacheCheckout.doCheckout(DirCacheCheckout.java:455)
	at org.eclipse.jgit.dircache.DirCacheCheckout.checkout(DirCacheCheckout.java:396)
	at org.eclipse.jgit.api.ResetCommand.checkoutIndex(ResetCommand.java:396)
	at org.eclipse.jgit.api.ResetCommand.call(ResetCommand.java:203)
	at org.jenkinsci.plugins.gitclient.JGitAPIImpl.clean(JGitAPIImpl.java:1299)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:884)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:859)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:818)
	at hudson.remoting.UserRequest.perform(UserRequest.java:152)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run? 
For example, C:\Users\jenkins\workspace\Lucene-Solr-5.5-Windows\lucene\build\analysis\common\test\TEST-org.apache.lucene.analysis.ar.TestArabicAnalyzer.xml is 9 hr 40 min old

Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any