Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1714/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

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:54364/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:54364/collection1
        at 
__randomizedtesting.SeedInfo.seed([9745DA21048A19C8:16A3543973D579F4]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:561)
        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:867)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java: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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
        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:449)
        ... 48 more




Build Log:
[...truncated 11285 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/init-core-data-001
   [junit4]   2> 782843 T2207 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 782844 T2207 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /
   [junit4]   2> 782848 T2207 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 782848 T2207 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 782849 T2208 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 782950 T2207 oasc.ZkTestServer.run start zk server on 
port:54340
   [junit4]   2> 782952 T2207 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 782963 T2214 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@53e54420 
name:ZooKeeperConnection Watcher:127.0.0.1:54340 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 782964 T2207 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 782964 T2207 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 782977 T2207 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 782983 T2216 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f1ca398 
name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 782983 T2207 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 782983 T2207 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 782994 T2207 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 783002 T2207 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 783008 T2207 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 783018 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 783019 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 783033 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 783034 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 783044 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 783045 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 783056 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 783056 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 783061 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 783063 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 783072 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 783072 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 783081 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 783082 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 783089 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 783089 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 783097 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 783097 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 783106 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 783106 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 783115 T2207 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 783116 T2207 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 783130 T2207 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 783135 T2218 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@28a8fb8e 
name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 783136 T2207 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 785095 T2207 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 785103 T2207 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, 
TLSv1.1, TLSv1.2]
   [junit4]   2> 785129 T2207 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:54344
   [junit4]   2> 785135 T2207 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 785136 T2207 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 785138 T2207 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002
   [junit4]   2> 785138 T2207 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/'
   [junit4]   2> 785181 T2207 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/solr.xml
   [junit4]   2> 785195 T2207 oasc.CoreContainer.<init> New CoreContainer 
1272275844
   [junit4]   2> 785196 T2207 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/]
   [junit4]   2> 785196 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 785196 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 785197 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 785197 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 785198 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 785198 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 785198 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 785198 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 785199 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 785202 T2207 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 785204 T2207 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 785204 T2207 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 785205 T2207 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 785205 T2207 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54340/solr
   [junit4]   2> 785205 T2207 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 785207 T2207 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 785211 T2229 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@666f0683 
name:ZooKeeperConnection Watcher:127.0.0.1:54340 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 785211 T2207 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 785218 T2207 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 785221 T2231 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b786154 
name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 785221 T2207 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 785227 T2207 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 785237 T2207 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 785247 T2207 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 785258 T2207 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 785269 T2207 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 785281 T2207 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 785286 T2207 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54344_
   [junit4]   2> 785288 T2207 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54344_
   [junit4]   2> 785298 T2207 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 785306 T2207 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 785321 T2207 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:54344_
   [junit4]   2> 785321 T2207 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 785327 T2207 oasc.Overseer.start Overseer 
(id=92216434421530628-127.0.0.1:54344_-n_0000000000) starting
   [junit4]   2> 785335 T2207 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 785370 T2233 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 785371 T2207 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 785379 T2207 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 785386 T2207 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 785396 T2232 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 785400 T2234 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 785400 T2234 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 785402 T2234 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 785404 T2232 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 785406 T2232 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:54344";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54344_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 785406 T2232 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 785406 T2232 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 785415 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 785416 T2235 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> 786404 T2234 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 786404 T2234 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 786407 T2234 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 786408 T2234 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 786414 T2234 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 786415 T2234 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/'
   [junit4]   2> 786417 T2234 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 786419 T2234 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 786420 T2234 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 786472 T2234 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_4_10
   [junit4]   2> 786483 T2234 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 786485 T2234 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> 786490 T2234 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 786492 T2234 oass.IndexSchema.readSchema [collection1] Schema 
name=add-schema-fields-update-processor
   [junit4]   2> 786501 T2234 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 786504 T2234 
oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted 
managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 786510 T2234 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml.bak
   [junit4]   2> 786521 T2234 
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> 786521 T2234 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 786521 T2234 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 786522 T2234 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/data/
   [junit4]   2> 786522 T2234 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 786524 T2234 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/data
   [junit4]   2> 786525 T2234 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/data/index/
   [junit4]   2> 786526 T2234 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 786526 T2234 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/data/index
   [junit4]   2> 786527 T2234 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=93.025390625, 
floorSegmentMB=1.1318359375, forceMergeDeletesPctAllowed=20.22517512235592, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8150702440411653
   [junit4]   2> 786535 T2234 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78de8e5c; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 786535 T2234 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 786537 T2234 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 786736 T2234 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 786737 T2234 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 786737 T2234 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 786738 T2234 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 786738 T2234 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 786739 T2234 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 786739 T2234 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 786740 T2234 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 786740 T2234 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 786740 T2234 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 786741 T2234 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 786741 T2234 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 786752 T2234 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 786754 T2234 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 786755 T2234 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 786756 T2234 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 786757 T2234 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 786759 T2234 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 786759 T2234 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 786760 T2234 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1948458849, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 786762 T2234 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-002/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78de8e5c; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 786763 T2234 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 786763 T2234 oass.SolrIndexSearcher.<init> Opening 
Searcher@671569ab[collection1] main
   [junit4]   2> 786763 T2234 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 786766 T2234 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 786766 T2234 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 786767 T2234 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 786767 T2234 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 786768 T2234 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 786769 T2234 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 786770 T2234 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 786772 T2234 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 786780 T2234 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 786780 T2234 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 786780 T2234 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 786787 T2234 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 786797 T2234 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 786797 T2236 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@671569ab[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 786799 T2239 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:54344 collection:control_collection 
shard:shard1
   [junit4]   2> 786799 T2207 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 786800 T2207 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 786801 T2239 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 786805 T2207 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 786809 T2241 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@152fb749 
name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 786810 T2207 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 786812 T2207 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 786815 T2239 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 786817 T2207 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 786820 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 786825 T2239 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 786826 T2239 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C318 name=collection1 
org.apache.solr.core.SolrCore@4b0e6191 url=https://127.0.0.1:54344/collection1 
node=127.0.0.1:54344_ C318_STATE=coll:control_collection core:collection1 
props:{state=down, base_url=https://127.0.0.1:54344, core=collection1, 
node_name=127.0.0.1:54344_}
   [junit4]   2> 786826 T2239 C318 P54344 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:54344/collection1/
   [junit4]   2> 786826 T2239 C318 P54344 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 786827 T2239 C318 P54344 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:54344/collection1/ has no replicas
   [junit4]   2> 786828 T2239 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:54344/collection1/ shard1
   [junit4]   2> 786828 T2239 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 786828 T2232 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 786837 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 786842 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 786850 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 786954 T2235 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> 786954 T2242 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> 786999 T2239 oasc.ZkController.register We are 
https://127.0.0.1:54344/collection1/ and leader is 
https://127.0.0.1:54344/collection1/
   [junit4]   2> 787000 T2239 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:54344
   [junit4]   2> 787000 T2239 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 787000 T2239 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 787000 T2239 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 787004 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 787004 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 787004 T2243 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 787005 T2239 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 787011 T2232 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 787015 T2232 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:54344";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54344_",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 787040 T2243 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 787148 T2242 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> 787151 T2243 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> 788734 T2207 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 788736 T2207 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 788746 T2207 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, 
TLSv1.1, TLSv1.2]
   [junit4]   2> 788747 T2207 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:54348
   [junit4]   2> 788750 T2207 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 788750 T2207 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 788750 T2207 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003
   [junit4]   2> 788751 T2207 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/'
   [junit4]   2> 788790 T2207 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/solr.xml
   [junit4]   2> 788804 T2207 oasc.CoreContainer.<init> New CoreContainer 
918412222
   [junit4]   2> 788804 T2207 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/]
   [junit4]   2> 788804 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 788805 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 788805 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 788806 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 788806 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 788806 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 788807 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 788807 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 788807 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 788809 T2207 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 788811 T2207 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 788812 T2207 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 788812 T2207 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 788812 T2207 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54340/solr
   [junit4]   2> 788813 T2207 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 788814 T2207 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 788818 T2254 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a3d1534 
name:ZooKeeperConnection Watcher:127.0.0.1:54340 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 788819 T2207 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 788827 T2207 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 788831 T2256 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5c8158a6 
name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 788831 T2207 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 788854 T2207 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 789868 T2207 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54348_
   [junit4]   2> 789872 T2207 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54348_
   [junit4]   2> 789883 T2243 oascc.ZkStateReader$3.process Updating live 
nodes... (2)
   [junit4]   2> 789884 T2257 oascc.ZkStateReader$3.process Updating live 
nodes... (2)
   [junit4]   2> 789884 T2242 oascc.ZkStateReader$3.process Updating live 
nodes... (2)
   [junit4]   2> 789906 T2258 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 789906 T2258 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 789908 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 789908 T2243 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 789911 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 789909 T2258 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 789914 T2232 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 789916 T2232 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:54348";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54348_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 789916 T2232 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 789917 T2232 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 789925 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 789926 T2242 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> 789926 T2257 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> 789926 T2259 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> 790913 T2258 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 790914 T2258 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 790917 T2258 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 790917 T2258 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 790923 T2258 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 790924 T2258 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/'
   [junit4]   2> 790927 T2258 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 790930 T2258 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 790931 T2258 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 790973 T2258 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_4_10
   [junit4]   2> 790997 T2258 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 791002 T2258 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 791004 T2258 oass.IndexSchema.readSchema [collection1] Schema 
name=add-schema-fields-update-processor
   [junit4]   2> 791013 T2258 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 791015 T2258 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 791015 T2258 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 791016 T2258 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/data/
   [junit4]   2> 791016 T2258 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 791016 T2258 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/data
   [junit4]   2> 791017 T2258 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/data/index/
   [junit4]   2> 791019 T2258 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 791019 T2258 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/data/index
   [junit4]   2> 791019 T2258 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=93.025390625, 
floorSegmentMB=1.1318359375, forceMergeDeletesPctAllowed=20.22517512235592, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8150702440411653
   [junit4]   2> 791025 T2258 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54f56393; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 791025 T2258 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 791026 T2258 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 791027 T2258 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 791028 T2258 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 791028 T2258 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 791028 T2258 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 791029 T2258 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 791029 T2258 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 791029 T2258 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 791029 T2258 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 791030 T2258 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 791030 T2258 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 791030 T2258 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 791031 T2258 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 791042 T2258 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 791044 T2258 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 791046 T2258 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 791050 T2258 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 791051 T2258 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 791054 T2258 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 791054 T2258 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 791056 T2258 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1948458849, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 791058 T2258 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-003/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54f56393; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 791058 T2258 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 791059 T2258 oass.SolrIndexSearcher.<init> Opening 
Searcher@6829e90[collection1] main
   [junit4]   2> 791059 T2258 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 791062 T2258 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 791062 T2258 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 791064 T2258 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 791065 T2258 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 791065 T2258 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 791069 T2258 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 791069 T2258 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 791070 T2258 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 791070 T2258 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 791070 T2258 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 791075 T2258 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 791075 T2260 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6829e90[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 791077 T2263 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:54348 collection:collection1 
shard:shard2
   [junit4]   2> 791078 T2207 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 791079 T2207 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 791080 T2263 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 791123 T2263 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 791134 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 791140 T2263 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 791140 T2263 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C319 name=collection1 
org.apache.solr.core.SolrCore@52f8a4a url=https://127.0.0.1:54348/collection1 
node=127.0.0.1:54348_ C319_STATE=coll:collection1 core:collection1 
props:{state=down, base_url=https://127.0.0.1:54348, core=collection1, 
node_name=127.0.0.1:54348_}
   [junit4]   2> 791140 T2263 C319 P54348 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:54348/collection1/
   [junit4]   2> 791141 T2263 C319 P54348 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 791141 T2263 C319 P54348 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:54348/collection1/ has no replicas
   [junit4]   2> 791141 T2263 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:54348/collection1/ shard2
   [junit4]   2> 791141 T2263 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 791147 T2232 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 791163 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 791171 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 791181 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 791286 T2257 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> 791287 T2242 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> 791291 T2259 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> 791332 T2263 oasc.ZkController.register We are 
https://127.0.0.1:54348/collection1/ and leader is 
https://127.0.0.1:54348/collection1/
   [junit4]   2> 791332 T2263 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:54348
   [junit4]   2> 791332 T2263 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 791332 T2263 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 791332 T2263 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 791335 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 791335 T2243 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 791336 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 791341 T2232 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 791343 T2263 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 791344 T2232 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:54348";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54348_",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 791352 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 791455 T2242 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> 791456 T2235 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> 791456 T2257 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> 793001 T2207 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 793002 T2207 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 793010 T2207 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, 
TLSv1.1, TLSv1.2]
   [junit4]   2> 793012 T2207 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:54351
   [junit4]   2> 793016 T2207 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 793016 T2207 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 793017 T2207 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004
   [junit4]   2> 793017 T2207 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/'
   [junit4]   2> 793066 T2207 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/solr.xml
   [junit4]   2> 793080 T2207 oasc.CoreContainer.<init> New CoreContainer 
1485625943
   [junit4]   2> 793080 T2207 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/]
   [junit4]   2> 793081 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 793081 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 793081 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 793081 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 793081 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 793082 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 793082 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 793082 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 793083 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 793085 T2207 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 793088 T2207 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 793088 T2207 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 793088 T2207 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 793089 T2207 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54340/solr
   [junit4]   2> 793089 T2207 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 793090 T2207 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 793096 T2274 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@709c19a7 
name:ZooKeeperConnection Watcher:127.0.0.1:54340 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 793097 T2207 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 793103 T2207 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 793106 T2276 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@22dc1c37 
name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 793107 T2207 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 793132 T2207 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 794143 T2207 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54351_
   [junit4]   2> 794146 T2207 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54351_
   [junit4]   2> 794159 T2242 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 794160 T2235 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 794160 T2257 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 794161 T2277 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 794180 T2278 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 794181 T2278 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 794182 T2278 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 794183 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 794183 T2243 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 794183 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 794188 T2232 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 794191 T2232 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:54351";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54351_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 794192 T2232 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=4
   [junit4]   2> 794192 T2232 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard3
   [junit4]   2> 794200 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 794203 T2277 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> 794203 T2257 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> 794204 T2259 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> 794206 T2242 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> 795184 T2278 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 795185 T2278 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 795188 T2278 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 795189 T2278 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 795195 T2278 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 795195 T2278 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/'
   [junit4]   2> 795198 T2278 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 795198 T2278 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 795199 T2278 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 795246 T2278 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_4_10
   [junit4]   2> 795255 T2278 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 795259 T2278 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 795264 T2278 oass.IndexSchema.readSchema [collection1] Schema 
name=add-schema-fields-update-processor
   [junit4]   2> 795276 T2278 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 795278 T2278 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 795278 T2278 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 795280 T2278 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/data/
   [junit4]   2> 795280 T2278 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 795281 T2278 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/data
   [junit4]   2> 795282 T2278 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/data/index/
   [junit4]   2> 795283 T2278 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 795283 T2278 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/data/index
   [junit4]   2> 795283 T2278 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=93.025390625, 
floorSegmentMB=1.1318359375, forceMergeDeletesPctAllowed=20.22517512235592, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8150702440411653
   [junit4]   2> 795288 T2278 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1786e0d8; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 795288 T2278 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 795290 T2278 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 795291 T2278 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 795292 T2278 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 795292 T2278 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 795292 T2278 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 795292 T2278 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 795293 T2278 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 795293 T2278 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 795293 T2278 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 795293 T2278 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 795294 T2278 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 795294 T2278 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 795294 T2278 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 795301 T2278 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 795302 T2278 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 795304 T2278 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 795305 T2278 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 795307 T2278 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 795310 T2278 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 795310 T2278 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 795311 T2278 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1948458849, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 795313 T2278 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-004/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1786e0d8; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 795313 T2278 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 795313 T2278 oass.SolrIndexSearcher.<init> Opening 
Searcher@6f054e39[collection1] main
   [junit4]   2> 795314 T2278 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 795318 T2278 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 795318 T2278 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 795321 T2278 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 795321 T2278 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 795321 T2278 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 795323 T2278 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 795324 T2278 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 795324 T2278 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 795324 T2278 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 795324 T2278 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 795329 T2278 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 795330 T2279 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6f054e39[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 795333 T2282 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:54351 collection:collection1 
shard:shard3
   [junit4]   2> 795335 T2207 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 795335 T2207 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 795336 T2282 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard3/election
   [junit4]   2> 795348 T2282 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard3
   [junit4]   2> 795352 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 795355 T2282 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 795355 T2282 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C320 name=collection1 
org.apache.solr.core.SolrCore@3bbf5ea9 url=https://127.0.0.1:54351/collection1 
node=127.0.0.1:54351_ C320_STATE=coll:collection1 core:collection1 
props:{state=down, base_url=https://127.0.0.1:54351, core=collection1, 
node_name=127.0.0.1:54351_}
   [junit4]   2> 795356 T2282 C320 P54351 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:54351/collection1/
   [junit4]   2> 795356 T2282 C320 P54351 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 795356 T2282 C320 P54351 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:54351/collection1/ has no replicas
   [junit4]   2> 795356 T2282 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:54351/collection1/ shard3
   [junit4]   2> 795357 T2282 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard3
   [junit4]   2> 795361 T2232 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 795368 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 795374 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 795381 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 795486 T2259 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> 795486 T2242 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> 795489 T2277 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> 795490 T2257 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> 795528 T2282 oasc.ZkController.register We are 
https://127.0.0.1:54351/collection1/ and leader is 
https://127.0.0.1:54351/collection1/
   [junit4]   2> 795528 T2282 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:54351
   [junit4]   2> 795528 T2282 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 795528 T2282 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 795528 T2282 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 795531 T2259 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 795532 T2243 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 795533 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 795534 T2282 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 795538 T2232 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 795539 T2232 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:54351";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54351_",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node2"}
   [junit4]   2> 795544 T2235 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 795650 T2277 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> 795652 T2242 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> 795654 T2257 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> 795655 T2235 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> 797314 T2207 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 797315 T2207 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 797324 T2207 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, 
TLSv1.1, TLSv1.2]
   [junit4]   2> 797326 T2207 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:54354
   [junit4]   2> 797329 T2207 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 797329 T2207 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 797329 T2207 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-005
   [junit4]   2> 797330 T2207 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-005/'
   [junit4]   2> 797377 T2207 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-005/solr.xml
   [junit4]   2> 797415 T2207 oasc.CoreContainer.<init> New CoreContainer 
1631471125
   [junit4]   2> 797415 T2207 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001/tempDir-005/]
   [junit4]   2> 797416 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 797416 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 797417 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 797417 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 797417 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 797418 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 797419 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 797419 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 797419 T2207 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 797421 T2207 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 797425 T2207 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 797425 T2207 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 797426 T2207 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 797426 T2207 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54340/solr
   [junit4]   2> 797427 T2207 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 797429 T2207 oascc.Connectio

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

tillLeader ERROR could not read the data 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /overseer_elect/leader
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:302)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:299)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:299)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:316)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:288)
   [junit4]   2> 
   [junit4]   2> 1068363 T2458 oascc.ZkStateReader$2.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1068388 T2207 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1073374 T2207 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 1073377 T2207 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:54340 54340
   [junit4]   2> 1073386 T2208 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:54340 54340
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless 
-Dtests.method=testDistribSearch -Dtests.seed=9745DA21048A19C8 
-Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=Europe/Monaco 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    291s | TestCloudSchemaless.testDistribSearch <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:54364/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9745DA21048A19C8:16A3543973D579F4]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:561)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
   [junit4]    >        at 
org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:150)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:121)
   [junit4]    >        at 
sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    >        at 
sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
   [junit4]    >        at 
sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    >        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:449)
   [junit4]    >        ... 48 more
   [junit4]   2> 1073713 T2207 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-9745DA21048A19C8-001
   [junit4]   2> 290886 T2206 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene49: {}, docValues:{}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=es_GT, 
timezone=Europe/Monaco
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_11 
(64-bit)/cpus=2,threads=1,free=128091272,total=287834112
   [junit4]   2> NOTE: All tests run in this JVM: [MoreLikeThisHandlerTest, 
TestTolerantSearch, TestNonNRTOpen, SOLR749Test, 
TermVectorComponentDistributedTest, TestDistributedMissingSort, TestFaceting, 
TestManagedResourceStorage, TestPostingsSolrHighlighter, TestSchemaResource, 
TestRTGBase, SolrCoreTest, TestCollationFieldDocValues, 
TestFieldTypeCollectionResource, TestSearcherReuse, TestXIncludeConfig, 
TestCodecSupport, TestSolrQueryParserResource, WordBreakSolrSpellCheckerTest, 
TestValueSourceCache, CollectionsAPIAsyncDistributedZkTest, BasicZkTest, 
TestMaxScoreQueryParser, SystemInfoHandlerTest, TestCursorMarkWithoutUniqueKey, 
TestRemoteStreaming, TestBlendedInfixSuggestions, TestQuerySenderNoQuery, 
CursorMarkTest, TestSolrXmlPersistence, TestCollationKeyRangeQueries, 
SignatureUpdateProcessorFactoryTest, ScriptEngineTest, 
PathHierarchyTokenizerFactoryTest, ParsingFieldUpdateProcessorsTest, 
SearchHandlerTest, SpellCheckComponentTest, CurrencyFieldOpenExchangeTest, 
TestDefaultSimilarityFactory, TestSolr4Spatial2, AssignTest, 
UnloadDistributedZkTest, CoreAdminCreateDiscoverTest, 
TestSuggestSpellingConverter, CoreAdminHandlerTest, TestDynamicFieldResource, 
StatsComponentTest, TestReload, TestDistributedGrouping, UUIDFieldTest, 
TermVectorComponentTest, TestGroupingSearch, SynonymTokenizerTest, 
UpdateParamsTest, SortByFunctionTest, CoreAdminRequestStatusTest, 
TestManagedSchema, SpellPossibilityIteratorTest, TestQueryTypes, 
FastVectorHighlighterTest, TestDocBasedVersionConstraints, 
DistributedDebugComponentTest, EnumFieldTest, PrimitiveFieldTypeTest, 
TestInitQParser, TestTrie, BlockCacheTest, TestSchemaSimilarityResource, 
TestHighlightDedupGrouping, TestSerializedLuceneMatchVersion, 
TestStandardQParsers, TestReversedWildcardFilterFactory, TestOmitPositions, 
CSVRequestHandlerTest, CollectionsAPIDistributedZkTest, 
TestFieldCollectionResource, MultiTermTest, TestCloudSchemaless]
   [junit4] Completed in 291.17s, 1 test, 1 error <<< FAILURES!

[...truncated 1053 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:467: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:447: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:45: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/extra-targets.xml:37: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:496: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1299: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:923: 
There were test failures: 411 suites, 1707 tests, 1 error, 43 ignored (16 
assumptions)

Total time: 145 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0 
-XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to