Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4247/
Java: 32bit/jdk1.8.0_20-ea-b23 -client -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: 
https://127.0.0.1:57573/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:57573/collection1
        at 
__randomizedtesting.SeedInfo.seed([76F7929EC5B537DE:F7111C86B2EA57E2]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
        at 
org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
        at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:150)
        at java.net.SocketInputStream.read(SocketInputStream.java:121)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
        ... 46 more




Build Log:
[...truncated 12154 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\init-core-data-001
   [junit4]   2> 6245910 T16166 oas.SolrTestCaseJ4.buildSSLConfig Randomized 
ssl (true) and clientAuth (false)
   [junit4]   2> 6245910 T16166 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 6245916 T16166 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 6245918 T16166 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6245919 T16167 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 6246008 T16166 oasc.ZkTestServer.run start zk server on 
port:57515
   [junit4]   2> 6246011 T16166 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6246021 T16173 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1881eae name:ZooKeeperConnection 
Watcher:127.0.0.1:57515 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 6246023 T16166 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6246023 T16166 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 6246037 T16166 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6246040 T16175 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1590a09 name:ZooKeeperConnection 
Watcher:127.0.0.1:57515/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 6246040 T16166 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6246040 T16166 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 6246049 T16166 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 6246053 T16166 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 6246055 T16166 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 6246060 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-schemaless.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 6246060 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 6246068 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema-add-schema-fields-update-processor.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 6246068 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 6246074 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6246074 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6246080 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 6246080 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 6246086 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 6246087 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 6246093 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 6246094 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 6246102 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6246102 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 6246109 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6246109 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 6246117 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6246118 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6246125 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6246126 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 6246135 T16166 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 6246135 T16166 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 6246147 T16166 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6246151 T16177 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@52150b name:ZooKeeperConnection 
Watcher:127.0.0.1:57515/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 6246151 T16166 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6248571 T16166 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6248593 T16166 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6248601 T16166 oejs.AbstractConnector.doStart Started 
[email protected]:57525
   [junit4]   2> 6248608 T16166 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6248609 T16166 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6248610 T16166 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002
   [junit4]   2> 6248611 T16166 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\'
   [junit4]   2> 6248658 T16166 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\solr.xml
   [junit4]   2> 6248678 T16166 oasc.CoreContainer.<init> New CoreContainer 
12954322
   [junit4]   2> 6248679 T16166 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\]
   [junit4]   2> 6248680 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6248680 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6248681 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6248681 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6248682 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6248682 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6248683 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6248683 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6248684 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6248688 T16166 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6248692 T16166 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6248692 T16166 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6248693 T16166 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6248694 T16166 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:57515/solr
   [junit4]   2> 6248694 T16166 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6248697 T16166 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6248698 T16188 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@e024d4 name:ZooKeeperConnection 
Watcher:127.0.0.1:57515 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 6248699 T16166 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6248700 T16168 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x147d1a28f7c0003, 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> 
   [junit4]   2> 6248701 T16166 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6248704 T16190 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@16b1d12 name:ZooKeeperConnection 
Watcher:127.0.0.1:57515/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 6248705 T16166 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6248707 T16166 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 6248714 T16166 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 6248720 T16166 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 6248727 T16166 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 6248733 T16166 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 6248743 T16166 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 6248748 T16166 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57525_
   [junit4]   2> 6248750 T16166 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:57525_
   [junit4]   2> 6248755 T16166 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 6248759 T16166 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 6248766 T16166 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:57525_
   [junit4]   2> 6248766 T16166 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 6248771 T16166 oasc.Overseer.start Overseer 
(id=92272813506560004-127.0.0.1:57525_-n_0000000000) starting
   [junit4]   2> 6248776 T16166 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 6248794 T16192 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 6248795 T16166 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 6248799 T16166 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 6248802 T16166 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6248807 T16191 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 6248814 T16193 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 6248814 T16193 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6248817 T16193 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6248818 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6248821 T16191 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6248822 T16191 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:57525";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:57525_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 6248822 T16191 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 6248823 T16191 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 6248829 T16194 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6249708 T16193 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6249708 T16193 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 6249710 T16193 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6249711 T16193 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 6249718 T16193 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 6249719 T16193 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\collection1\'
   [junit4]   2> 6249729 T16193 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6249732 T16193 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6249735 T16193 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 6249778 T16193 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_5_0
   [junit4]   2> 6249784 T16193 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6249786 T16193 oass.ManagedIndexSchemaFactory.create The 
schema is configured as managed, but managed schema resource managed-schema not 
found - loading non-managed schema schema.xml instead
   [junit4]   2> 6249789 T16193 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 6249791 T16193 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 6249817 T16193 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6249824 T16193 
oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted 
managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 6249827 T16193 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml.bak
   [junit4]   2> 6249837 T16193 
oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to 
managed schema in ZooKeeper, renamed the non-managed schema 
/configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 6249837 T16193 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 6249837 T16193 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 6249837 T16193 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\collection1\data\
   [junit4]   2> 6249838 T16193 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 6249838 T16193 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\collection1\data
   [junit4]   2> 6249839 T16193 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\collection1\data\index/
   [junit4]   2> 6249839 T16193 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 6249839 T16193 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\collection1\data\index
   [junit4]   2> 6249840 T16193 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=44.912109375, 
floorSegmentMB=0.5166015625, forceMergeDeletesPctAllowed=27.45971003158268, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7537907029847947
   [junit4]   2> 6249851 T16193 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66ba15; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6249851 T16193 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6249854 T16193 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6250126 T16193 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6250127 T16193 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6250128 T16193 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6250128 T16193 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6250129 T16193 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6250129 T16193 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6250130 T16193 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6250130 T16193 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6250131 T16193 oasc.RequestHandlers.initHandlersFromConfig 
WARN Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6250132 T16193 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6250132 T16193 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6250132 T16193 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6250136 T16193 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6250137 T16193 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6250139 T16193 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6250140 T16193 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6250142 T16193 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6250145 T16193 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6250145 T16193 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6250146 T16193 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=52.9111328125, 
floorSegmentMB=1.3681640625, forceMergeDeletesPctAllowed=27.353443471947067, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.48125405882551
   [junit4]   2> 6250147 T16193 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-002\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66ba15; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6250147 T16193 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6250147 T16193 oass.SolrIndexSearcher.<init> Opening 
Searcher@1d59ac6[collection1] main
   [junit4]   2> 6250147 T16193 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 6250150 T16193 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 6250150 T16193 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6250151 T16193 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6250151 T16193 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6250151 T16193 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6250152 T16193 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6250152 T16193 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6250154 T16193 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 6250159 T16193 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6250159 T16193 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6250159 T16193 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6250159 T16193 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 6250172 T16193 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6250172 T16195 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1d59ac6[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 6250173 T16198 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:57525 collection:control_collection 
shard:shard1
   [junit4]   2> 6250174 T16166 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 6250175 T16166 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6250177 T16198 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 6250187 T16198 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 6250190 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6250192 T16198 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6250192 T16198 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C4538 name=collection1 
org.apache.solr.core.SolrCore@15c9708 url=https://127.0.0.1:57525/collection1 
node=127.0.0.1:57525_ C4538_STATE=coll:control_collection core:collection1 
props:{state=down, base_url=https://127.0.0.1:57525, core=collection1, 
node_name=127.0.0.1:57525_}
   [junit4]   2> 6250192 T16198 C4538 P57525 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:57525/collection1/
   [junit4]   2> 6250192 T16198 C4538 P57525 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6250192 T16198 C4538 P57525 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:57525/collection1/ has no replicas
   [junit4]   2> 6250193 T16198 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:57525/collection1/ shard1
   [junit4]   2> 6250193 T16198 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 6250193 T16166 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6250197 T16200 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c4d9f8 name:ZooKeeperConnection 
Watcher:127.0.0.1:57515/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 6250198 T16166 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6250198 T16191 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6250200 T16166 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6250206 T16166 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 6250207 T16194 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6250212 T16201 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6250220 T16191 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6250226 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6250227 T16201 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6250228 T16194 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6250260 T16198 oasc.ZkController.register We are 
https://127.0.0.1:57525/collection1/ and leader is 
https://127.0.0.1:57525/collection1/
   [junit4]   2> 6250260 T16198 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:57525
   [junit4]   2> 6250260 T16198 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6250260 T16198 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 6250260 T16198 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6250264 T16198 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6250265 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6250267 T16191 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6250268 T16191 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:57525";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:57525_",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 6250364 T16201 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6250365 T16194 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6252693 T16166 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 6252695 T16166 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6252708 T16166 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6252710 T16166 oejs.AbstractConnector.doStart Started 
[email protected]:57537
   [junit4]   2> 6252713 T16166 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6252714 T16166 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6252714 T16166 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003
   [junit4]   2> 6252715 T16166 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\'
   [junit4]   2> 6252768 T16166 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\solr.xml
   [junit4]   2> 6252777 T16166 oasc.CoreContainer.<init> New CoreContainer 
8438899
   [junit4]   2> 6252777 T16166 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\]
   [junit4]   2> 6252778 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6252778 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6252778 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6252779 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6252779 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6252779 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6252779 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6252779 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6252780 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6252784 T16166 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6252787 T16166 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6252787 T16166 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6252787 T16166 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6252788 T16166 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:57515/solr
   [junit4]   2> 6252788 T16166 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6252791 T16166 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6252793 T16212 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@18f7a9c name:ZooKeeperConnection 
Watcher:127.0.0.1:57515 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 6252793 T16166 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6252797 T16168 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x147d1a28f7c0006, 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> 
   [junit4]   2> 6252799 T16166 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6252802 T16214 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a72bed name:ZooKeeperConnection 
Watcher:127.0.0.1:57515/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 6252802 T16166 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6252822 T16166 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6253811 T16166 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57537_
   [junit4]   2> 6253813 T16166 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:57537_
   [junit4]   2> 6253837 T16216 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 6253837 T16216 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6253840 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6253841 T16216 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6253844 T16191 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6253846 T16191 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:57537";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:57537_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 6253847 T16191 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 6253851 T16191 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 6253859 T16194 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6253860 T16201 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6253860 T16215 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6254821 T16216 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6254822 T16216 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 6254824 T16216 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6254825 T16216 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6254831 T16216 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6254831 T16216 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\collection1\'
   [junit4]   2> 6254832 T16216 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6254833 T16216 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6254835 T16216 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 6254877 T16216 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_5_0
   [junit4]   2> 6254885 T16216 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6254889 T16216 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 6254891 T16216 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 6254902 T16216 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6254903 T16216 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 6254903 T16216 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 6254904 T16216 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\collection1\data\
   [junit4]   2> 6254904 T16216 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 6254905 T16216 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\collection1\data
   [junit4]   2> 6254906 T16216 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\collection1\data\index/
   [junit4]   2> 6254906 T16216 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 6254907 T16216 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\collection1\data\index
   [junit4]   2> 6254908 T16216 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=44.912109375, 
floorSegmentMB=0.5166015625, forceMergeDeletesPctAllowed=27.45971003158268, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7537907029847947
   [junit4]   2> 6254912 T16216 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10f3617; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6254913 T16216 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6254915 T16216 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6254917 T16216 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6254917 T16216 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6254917 T16216 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6254918 T16216 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6254918 T16216 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6254918 T16216 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6254919 T16216 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6254919 T16216 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6254920 T16216 oasc.RequestHandlers.initHandlersFromConfig 
WARN Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6254920 T16216 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6254920 T16216 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6254920 T16216 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6254927 T16216 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6254929 T16216 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6254931 T16216 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6254932 T16216 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6254933 T16216 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6254934 T16216 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6254934 T16216 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6254935 T16216 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=52.9111328125, 
floorSegmentMB=1.3681640625, forceMergeDeletesPctAllowed=27.353443471947067, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.48125405882551
   [junit4]   2> 6254936 T16216 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-003\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10f3617; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6254936 T16216 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6254937 T16216 oass.SolrIndexSearcher.<init> Opening 
Searcher@1216ab1[collection1] main
   [junit4]   2> 6254937 T16216 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6254940 T16216 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6254940 T16216 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6254942 T16216 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6254942 T16216 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6254942 T16216 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6254945 T16216 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6254945 T16216 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6254945 T16216 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 6254945 T16216 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6254945 T16216 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 6254948 T16216 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6254948 T16217 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1216ab1[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 6254950 T16220 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:57537 collection:collection1 
shard:shard2
   [junit4]   2> 6254952 T16166 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 6254953 T16166 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6254955 T16220 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 6254974 T16220 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 6254979 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6254980 T16220 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6254980 T16220 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C4539 name=collection1 
org.apache.solr.core.SolrCore@1b4092f url=https://127.0.0.1:57537/collection1 
node=127.0.0.1:57537_ C4539_STATE=coll:collection1 core:collection1 
props:{state=down, base_url=https://127.0.0.1:57537, core=collection1, 
node_name=127.0.0.1:57537_}
   [junit4]   2> 6254981 T16220 C4539 P57537 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:57537/collection1/
   [junit4]   2> 6254981 T16220 C4539 P57537 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6254981 T16220 C4539 P57537 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:57537/collection1/ has no replicas
   [junit4]   2> 6254981 T16220 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:57537/collection1/ shard2
   [junit4]   2> 6254982 T16220 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 6254990 T16191 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6255010 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6255126 T16215 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6255127 T16201 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6255129 T16194 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6255163 T16220 oasc.ZkController.register We are 
https://127.0.0.1:57537/collection1/ and leader is 
https://127.0.0.1:57537/collection1/
   [junit4]   2> 6255163 T16220 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:57537
   [junit4]   2> 6255163 T16220 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6255163 T16220 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 6255164 T16220 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6255169 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6255172 T16220 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6255175 T16191 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6255178 T16191 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:57537";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:57537_",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 6255286 T16215 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6255287 T16201 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6255288 T16194 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6257571 T16166 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 6257573 T16166 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6257588 T16166 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6257590 T16166 oejs.AbstractConnector.doStart Started 
[email protected]:57546
   [junit4]   2> 6257597 T16166 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6257597 T16166 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6257597 T16166 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004
   [junit4]   2> 6257597 T16166 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\'
   [junit4]   2> 6257659 T16166 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\solr.xml
   [junit4]   2> 6257706 T16166 oasc.CoreContainer.<init> New CoreContainer 
11192278
   [junit4]   2> 6257706 T16166 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\]
   [junit4]   2> 6257707 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6257708 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6257708 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6257709 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6257709 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6257709 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6257709 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6257710 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6257710 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6257714 T16166 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6257718 T16166 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6257718 T16166 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6257718 T16166 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6257719 T16166 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:57515/solr
   [junit4]   2> 6257720 T16166 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6257723 T16166 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6257726 T16231 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1767732 name:ZooKeeperConnection 
Watcher:127.0.0.1:57515 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 6257727 T16166 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6257733 T16166 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6257735 T16233 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@92c8c3 name:ZooKeeperConnection 
Watcher:127.0.0.1:57515/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 6257736 T16166 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6257752 T16166 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6258740 T16166 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57546_
   [junit4]   2> 6258742 T16166 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:57546_
   [junit4]   2> 6258756 T16235 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 6258756 T16235 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6258758 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6258758 T16235 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6258762 T16191 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6258763 T16191 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:57546";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:57546_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 6258764 T16191 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=4
   [junit4]   2> 6258764 T16191 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard3
   [junit4]   2> 6258771 T16215 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6258772 T16201 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6258772 T16194 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6258772 T16234 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6259739 T16235 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6259739 T16235 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 6259741 T16235 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6259741 T16235 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6259743 T16235 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6259743 T16235 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\collection1\'
   [junit4]   2> 6259745 T16235 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6259746 T16235 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6259747 T16235 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 6259787 T16235 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_5_0
   [junit4]   2> 6259802 T16235 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6259806 T16235 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 6259810 T16235 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 6259823 T16235 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6259824 T16235 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 6259824 T16235 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 6259826 T16235 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\collection1\data\
   [junit4]   2> 6259827 T16235 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 6259828 T16235 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\collection1\data
   [junit4]   2> 6259829 T16235 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\collection1\data\index/
   [junit4]   2> 6259830 T16235 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 6259831 T16235 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\collection1\data\index
   [junit4]   2> 6259832 T16235 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=44.912109375, 
floorSegmentMB=0.5166015625, forceMergeDeletesPctAllowed=27.45971003158268, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7537907029847947
   [junit4]   2> 6259840 T16235 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1899cac; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6259840 T16235 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6259842 T16235 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6259844 T16235 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6259845 T16235 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6259846 T16235 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6259846 T16235 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6259847 T16235 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6259848 T16235 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6259848 T16235 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6259849 T16235 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6259849 T16235 oasc.RequestHandlers.initHandlersFromConfig 
WARN Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6259849 T16235 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6259849 T16235 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6259849 T16235 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6259854 T16235 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6259855 T16235 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6259857 T16235 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6259858 T16235 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6259859 T16235 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6259862 T16235 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6259862 T16235 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6259863 T16235 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=52.9111328125, 
floorSegmentMB=1.3681640625, forceMergeDeletesPctAllowed=27.353443471947067, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.48125405882551
   [junit4]   2> 6259864 T16235 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-004\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1899cac; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6259864 T16235 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6259865 T16235 oass.SolrIndexSearcher.<init> Opening 
Searcher@bb86a8[collection1] main
   [junit4]   2> 6259865 T16235 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6259867 T16235 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6259867 T16235 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6259868 T16235 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6259868 T16235 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6259868 T16235 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6259871 T16235 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6259871 T16235 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6259871 T16235 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 6259871 T16235 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6259871 T16235 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 6259877 T16236 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@bb86a8[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 6259877 T16235 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6259879 T16239 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:57546 collection:collection1 
shard:shard3
   [junit4]   2> 6259880 T16166 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 6259881 T16166 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6259882 T16239 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard3/election
   [junit4]   2> 6259894 T16239 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard3
   [junit4]   2> 6259899 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6259900 T16239 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6259900 T16239 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C4540 name=collection1 
org.apache.solr.core.SolrCore@f98b30 url=https://127.0.0.1:57546/collection1 
node=127.0.0.1:57546_ C4540_STATE=coll:collection1 core:collection1 
props:{state=down, base_url=https://127.0.0.1:57546, core=collection1, 
node_name=127.0.0.1:57546_}
   [junit4]   2> 6259900 T16239 C4540 P57546 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:57546/collection1/
   [junit4]   2> 6259900 T16239 C4540 P57546 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6259900 T16239 C4540 P57546 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:57546/collection1/ has no replicas
   [junit4]   2> 6259900 T16239 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:57546/collection1/ shard3
   [junit4]   2> 6259901 T16239 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard3
   [junit4]   2> 6259906 T16191 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6259920 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6260029 T16215 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6260030 T16201 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6260031 T16234 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6260032 T16194 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6260072 T16239 oasc.ZkController.register We are 
https://127.0.0.1:57546/collection1/ and leader is 
https://127.0.0.1:57546/collection1/
   [junit4]   2> 6260072 T16239 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:57546
   [junit4]   2> 6260072 T16239 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6260072 T16239 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 6260072 T16239 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6260077 T16194 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6260078 T16239 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6260082 T16191 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6260084 T16191 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:57546";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:57546_",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node2"}
   [junit4]   2> 6260191 T16215 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6260192 T16201 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6260193 T16234 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6260194 T16194 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6262512 T16166 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 6262514 T16166 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6262530 T16166 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6262533 T16166 oejs.AbstractConnector.doStart Started 
[email protected]:57555
   [junit4]   2> 6262547 T16166 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6262548 T16166 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6262548 T16166 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-005
   [junit4]   2> 6262550 T16166 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-005\'
   [junit4]   2> 6262603 T16166 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-005\solr.xml
   [junit4]   2> 6262625 T16166 oasc.CoreContainer.<init> New CoreContainer 
8273874
   [junit4]   2> 6262626 T16166 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-76F7929EC5B537DE-001\tempDir-005\]
   [junit4]   2> 6262629 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6262629 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6262630 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6262630 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6262631 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6262631 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6262632 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6262632 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6262633 T16166 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6262638 T16166 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6262643 T16166 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl

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

essorTest, UpdateRequestProcessorFactoryTest, TestRealTimeGet, 
TestStressRecovery, TestSchemaNameResource, TestRandomMergePolicy, 
TestHashPartitioner, TestMaxScoreQueryParser, DistributedFacetPivotSmallTest, 
PeerSyncTest, BJQParserTest, JSONWriterTest, AutoCommitTest, 
DebugComponentTest, OverseerStatusTest, TestPhraseSuggestions, 
TestRandomFaceting, URLClassifyProcessorTest, HighlighterConfigTest, 
DistributedQueryElevationComponentTest, DocumentAnalysisRequestHandlerTest, 
TestFieldResource, TestNonDefinedSimilarityFactory, HardAutoCommitTest, 
CircularListTest, DistributedFacetPivotLargeTest, CoreAdminCreateDiscoverTest, 
RecoveryZkTest, UnloadDistributedZkTest, EnumFieldTest, 
TestSchemaSimilarityResource, TestAddFieldRealTimeGet, TestCloudInspectUtil, 
TestCloudManagedSchemaConcurrent, TestRandomDVFaceting, CoreAdminHandlerTest, 
PrimUtilsTest, TestCopyFieldCollectionResource, ChaosMonkeySafeLeaderTest, 
TestSchemaVersionResource, HdfsUnloadDistributedZkTest, 
DefaultValueUpdateProcessorTest, TestHighFrequencyDictionaryFactory, 
TestXIncludeConfig, TestDocBasedVersionConstraints, SolrCmdDistributorTest, 
UUIDUpdateProcessorFallbackTest, ZkControllerTest, PrimitiveFieldTypeTest, 
TestStressLucene, ModifyConfFileTest, ReturnFieldsTest, StressHdfsTest, 
ConnectionManagerTest, RequiredFieldsTest, TestCSVLoader, 
DistributedSpellCheckComponentTest, TestFuzzyAnalyzedSuggestions, 
DirectSolrSpellCheckerTest, TestShortCircuitedRequests, 
TestRequestStatusCollectionAPI, SuggesterTSTTest, SuggesterWFSTTest, 
ExternalFileFieldSortTest, TestPerFieldSimilarity, 
FieldAnalysisRequestHandlerTest, SolrInfoMBeanTest, 
TestFieldTypeCollectionResource, SpellCheckCollatorTest, SOLR749Test, 
ChaosMonkeyNothingIsSafeTest, UUIDFieldTest, TestNRTOpen, TestFiltering, 
CacheHeaderTest, MBeansHandlerTest, BasicDistributedZkTest, 
StandardRequestHandlerTest, MinimalSchemaTest, TestAtomicUpdateErrorCases, 
LoggingHandlerTest, TestConfig, SliceStateTest, TestCollationField, 
HdfsSyncSliceTest, EchoParamsTest, HdfsWriteToMultipleCollectionsTest, 
TestManagedSynonymFilterFactory, HdfsDirectoryTest, 
TestManagedStopFilterFactory, TestMultiCoreConfBootstrap, RankQueryTest, 
BasicDistributedZk2Test, AliasIntegrationTest, TestPostingsSolrHighlighter, 
TestSolrDeletionPolicy1, TestLFUCache, LeaderElectionTest, 
WordBreakSolrSpellCheckerTest, TestSweetSpotSimilarityFactory, 
TestSuggestSpellingConverter, TestMiniSolrCloudCluster, TestSolr4Spatial, 
FileUtilsTest, TestManagedResourceStorage, SimpleFacetsTest, 
TestFileDictionaryLookup, TestManagedResource, RAMDirectoryFactoryTest, 
TestImplicitCoreProperties, TestRecovery, TestBinaryField, 
RemoteQueryErrorTest, SimplePostToolTest, JsonLoaderTest, 
DeleteLastCustomShardedReplicaTest, TestCodecSupport, TestSolrXmlPersistence, 
QueryEqualityTest, RequestHandlersTest, TestDocumentBuilder, TestTrie, 
TestSurroundQueryParser, TestCollapseQParserPlugin, TestStressVersions, 
BlockCacheTest, TestIBSimilarityFactory, TestSimpleQParserPlugin, 
SolrXmlInZkTest, TestSolrXml, TestLMDirichletSimilarityFactory, 
TestMergePolicyConfig, SchemaVersionSpecificBehaviorTest, 
TestBM25SimilarityFactory, TestQuerySenderListener, ResourceLoaderTest, 
BasicFunctionalityTest, CoreMergeIndexesAdminHandlerTest, 
CoreContainerCoreInitFailuresTest, AnalysisErrorHandlingTest, BadCopyFieldTest, 
TestElisionMultitermQuery, DistanceFunctionTest, TermVectorComponentTest, 
CSVRequestHandlerTest, SolrRequestParserTest, SolrPluginUtilsTest, 
MultiTermTest, TestFoldingMultitermQuery, LukeRequestHandlerTest, 
FieldFacetTest, TestDistributedMissingSort, TestPivotHelperCode, 
OverseerCollectionProcessorTest, TestIntervalFaceting, DocValuesTest, 
CollectionsAPIAsyncDistributedZkTest, FastVectorHighlighterTest, 
StatelessScriptUpdateProcessorFactoryTest, SampleTest, 
DistributedIntervalFacetingTest, SynonymTokenizerTest, RollingRestartTest, 
TestConfigSets, SyncSliceTest, TestManagedSchema, 
DistributedSuggestComponentTest, TestOverriddenPrefixQueryForCustomFieldType, 
NotRequiredUniqueKeyTest, PreAnalyzedFieldTest, TestIndexingPerformance, 
TestOrdValues, TestExceedMaxTermLength, FunctionTest, TestSolrCoreProperties, 
SpatialFilterTest, TestJmxMonitoredMap, MoreLikeThisHandlerTest, 
AnalysisAfterCoreReloadTest, IndexSchemaTest, SolrCoreTest, 
DocExpirationUpdateProcessorFactoryTest, TestBinaryResponseWriter, 
BlockDirectoryTest, StatsComponentTest, CollectionsAPIDistributedZkTest, 
OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, 
ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, ClusterStateUpdateTest, ZkSolrClientTest, TestZkChroot, 
ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, 
TestDistributedGrouping, TestFaceting, TermVectorComponentDistributedTest, 
TestStressReorder, TestJoin, TestReload, DistributedTermsComponentTest, 
TestRangeQuery, TestCoreContainer, SpellCheckComponentTest, TestGroupingSearch, 
QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, 
TestFunctionQuery, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, 
HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, 
CurrencyFieldXmlFileTest, TestCoreDiscovery, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
SuggesterFSTTest, SuggesterTest, PolyFieldTest, NoCacheHeaderTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, 
FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, 
DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestRemoteStreaming, 
DocValuesMultiTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, 
TestQueryUtils, TestWriterPerf, TestReversedWildcardFilterFactory, 
TestQueryTypes, TestOmitPositions, TermsComponentTest, 
XmlUpdateRequestHandlerTest, DocumentBuilderTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TestSolrQueryParser, TestArbitraryIndexDir, 
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, 
TestCSVResponseWriter, TestAnalyzedSuggestions, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, 
SearchHandlerTest, UpdateParamsTest, TestSolrIndexConfig, 
TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, 
SolrIndexConfigTest, BadComponentTest, TestSolrDeletionPolicy2, TestDocSet, 
TestSearchPerf, NumericFieldsTest, OutputWriterTest, DirectSolrConnectionTest, 
TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, 
TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestDefaultSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, 
TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, 
DateMathParserTest, TestSystemIdResolver, DateFieldTest, 
SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestSolrJ, 
TestLRUCache, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, TestRTGBase, 
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, 
AbstractAnalyticsStatsTest, NoFacetTest, ExpressionTest, 
AbstractAnalyticsFacetTest, FieldFacetExtrasTest, QueryFacetTest, 
RangeFacetTest, AssignTest, AsyncMigrateRouteKeyTest, CustomCollectionTest, 
DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, 
DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, 
MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerRolesTest, ShardSplitTest, 
TestCloudPivotFacet, TestCollectionAPI, TestDistribDocBasedVersion, 
TestLeaderElectionZkExpiry, TestModifyConfFiles, 
TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZk2Test, 
HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, 
HdfsRecoveryZkTest, CachingDirectoryFactoryTest, TestInfoStreamLogging, 
TestNonNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, 
TestSolrXmlPersistor, TestReplicationHandlerBackup, CoreAdminRequestStatusTest, 
InfoHandlerTest, DistributedDebugComponentTest, DistributedExpandComponentTest, 
DistributedFacetPivotLongTailTest, DistributedQueryComponentCustomSortTest, 
DistributedQueryComponentOptimizationTest, SuggestComponentTest, 
TestExpandComponent, HighlighterMaxOffsetTest, TestClassNameShortening, 
TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, 
TestFieldCollectionResource, TestFieldTypeResource, 
TestManagedSchemaFieldResource, TestSchemaResource, 
TestSerializedLuceneMatchVersion, TestSolrQueryParserResource, 
TestUniqueKeyFieldResource, ChangedSchemaMergeTest, DateRangeFieldTest, 
TestCloudManagedSchema, TestCloudSchemaless]
   [junit4] Completed in 284.46s, 1 test, 1 error <<< FAILURES!

[...truncated 81 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:474: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:454: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:496:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1307:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:922:
 There were test failures: 427 suites, 1771 tests, 1 error, 44 ignored (23 
assumptions)

Total time: 147 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_20-ea-b23 -client 
-XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to