You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/08/19 11:07:02 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1776 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1776/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

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




Build Log:
[...truncated 10814 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/init-core-data-001
   [junit4]   2> 307635 T95 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 307635 T95 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /xgxse/
   [junit4]   2> 307642 T95 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 307655 T95 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 307663 T96 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 307968 T95 oasc.ZkTestServer.run start zk server on port:49207
   [junit4]   2> 308313 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 308353 T97 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 310376 T102 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46a28e69 name:ZooKeeperConnection Watcher:127.0.0.1:49207 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 310378 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 310381 T95 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 310492 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 310499 T104 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27248a68 name:ZooKeeperConnection Watcher:127.0.0.1:49207/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 310499 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 310504 T95 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 310515 T95 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 310525 T95 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 310533 T95 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 310551 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 310607 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 310625 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 310629 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 310638 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 310640 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 310651 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 310651 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 310669 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 310672 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 310680 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 310680 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 310686 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 310687 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 310694 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 310699 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 310732 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 310733 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 310740 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 310741 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 310754 T95 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 310754 T95 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 310809 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 310811 T106 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d894b2 name:ZooKeeperConnection Watcher:127.0.0.1:49207/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 310811 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 313140 T95 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 313652 T95 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 313671 T95 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49212
   [junit4]   2> 313675 T95 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 313676 T95 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 313676 T95 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002
   [junit4]   2> 313676 T95 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/'
   [junit4]   2> 313716 T95 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/solr.xml
   [junit4]   2> 313740 T95 oasc.CoreContainer.<init> New CoreContainer 1608122806
   [junit4]   2> 313741 T95 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/]
   [junit4]   2> 313741 T95 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 313742 T95 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 313742 T95 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 313742 T95 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 313743 T95 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 313743 T95 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 313744 T95 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 313744 T95 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 313744 T95 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 313749 T95 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 313752 T95 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 313752 T95 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 313753 T95 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 313753 T95 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49207/solr
   [junit4]   2> 313789 T95 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 313794 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 313798 T117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d74c792 name:ZooKeeperConnection Watcher:127.0.0.1:49207 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 313799 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 313846 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 313849 T119 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f71ce3a name:ZooKeeperConnection Watcher:127.0.0.1:49207/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 313849 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 313873 T95 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 313906 T95 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 313937 T95 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 313956 T95 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 313966 T95 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 314001 T95 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 314006 T95 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49212_xgxse
   [junit4]   2> 314014 T95 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49212_xgxse
   [junit4]   2> 314026 T95 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 314033 T95 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 314040 T95 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 314062 T95 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49212_xgxse
   [junit4]   2> 314062 T95 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 314067 T95 oasc.Overseer.start Overseer (id=92303064938971140-127.0.0.1:49212_xgxse-n_0000000000) starting
   [junit4]   2> 314133 T95 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 314185 T95 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 314250 T121 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 314297 T95 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 314312 T95 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 314321 T95 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 314343 T120 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 314362 T123 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 314363 T123 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 314376 T123 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 314381 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 314391 T120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49212/xgxse",
   [junit4]   2> 	  "node_name":"127.0.0.1:49212_xgxse",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 314391 T120 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 314420 T120 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 314441 T124 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> 315378 T123 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 315378 T123 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 315380 T123 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 315381 T123 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 315385 T123 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 315385 T123 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/'
   [junit4]   2> 315387 T123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 315387 T123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 315388 T123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 315470 T123 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 315484 T123 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 315507 T123 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> 315521 T123 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 315525 T123 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 315542 T123 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 315555 T123 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 315560 T123 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 315571 T123 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> 315571 T123 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 315571 T123 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 315572 T123 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/data/
   [junit4]   2> 315572 T123 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 315624 T123 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/data
   [junit4]   2> 315625 T123 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/data/index/
   [junit4]   2> 315626 T123 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 315626 T123 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/data/index
   [junit4]   2> 315627 T123 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.830431936129285]
   [junit4]   2> 315632 T123 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4933f7c9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 315632 T123 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 315635 T123 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 316346 T123 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 316347 T123 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 316347 T123 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 316347 T123 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 316347 T123 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 316348 T123 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 316348 T123 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 316349 T123 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 316351 T123 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 316352 T123 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 316353 T123 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 316357 T123 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 316373 T123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 316374 T123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 316375 T123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 316381 T123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 316392 T123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 316399 T123 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 316399 T123 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 316401 T123 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7867726686936042]
   [junit4]   2> 316403 T123 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4933f7c9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 316404 T123 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 316404 T123 oass.SolrIndexSearcher.<init> Opening Searcher@26a48473[collection1] main
   [junit4]   2> 316405 T123 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 316411 T123 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 316411 T123 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 316424 T123 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 316424 T123 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 316424 T123 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 316426 T123 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 316427 T123 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 316428 T123 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 316434 T123 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 316434 T123 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 316434 T123 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 316439 T123 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 316460 T125 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26a48473[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 316461 T123 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 316464 T128 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49212/xgxse collection:control_collection shard:shard1
   [junit4]   2> 316474 T95 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 316475 T95 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 316515 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 316503 T128 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 316526 T130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@586f983f name:ZooKeeperConnection Watcher:127.0.0.1:49207/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 316527 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 316532 T95 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 316568 T128 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 316570 T95 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 316586 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 316591 T128 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 316595 T128 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5547 name=collection1 org.apache.solr.core.SolrCore@56ac7252 url=https://127.0.0.1:49212/xgxse/collection1 node=127.0.0.1:49212_xgxse C5547_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:49212/xgxse, node_name=127.0.0.1:49212_xgxse, state=down}
   [junit4]   2> 316596 T128 C5547 P49212 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49212/xgxse/collection1/
   [junit4]   2> 316597 T128 C5547 P49212 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 316597 T128 C5547 P49212 oasc.SyncStrategy.syncToMe https://127.0.0.1:49212/xgxse/collection1/ has no replicas
   [junit4]   2> 316597 T128 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49212/xgxse/collection1/ shard1
   [junit4]   2> 316611 T124 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> 316611 T131 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> 316616 T128 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 316650 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 316784 T131 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> 316785 T124 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> 316809 T128 oasc.ZkController.register We are https://127.0.0.1:49212/xgxse/collection1/ and leader is https://127.0.0.1:49212/xgxse/collection1/
   [junit4]   2> 316810 T128 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49212/xgxse
   [junit4]   2> 316811 T128 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 316812 T128 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 316812 T128 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 316822 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 316829 T120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49212/xgxse",
   [junit4]   2> 	  "node_name":"127.0.0.1:49212_xgxse",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 316966 T131 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> 316967 T124 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> 318457 T95 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 318458 T95 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 318471 T95 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 318483 T95 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49216
   [junit4]   2> 318485 T95 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 318486 T95 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 318487 T95 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003
   [junit4]   2> 318487 T95 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/'
   [junit4]   2> 318533 T95 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/solr.xml
   [junit4]   2> 318567 T95 oasc.CoreContainer.<init> New CoreContainer 155869084
   [junit4]   2> 318567 T95 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/]
   [junit4]   2> 318568 T95 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 318568 T95 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 318569 T95 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 318569 T95 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 318569 T95 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 318569 T95 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 318584 T95 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 318585 T95 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 318585 T95 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 318588 T95 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 318590 T95 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 318591 T95 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 318592 T95 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 318592 T95 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49207/solr
   [junit4]   2> 318593 T95 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 318695 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 318700 T142 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6aea9abe name:ZooKeeperConnection Watcher:127.0.0.1:49207 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 318701 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 318712 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 318714 T144 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23287d7f name:ZooKeeperConnection Watcher:127.0.0.1:49207/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 318715 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 318742 T95 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 319752 T95 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49216_xgxse
   [junit4]   2> 319754 T95 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49216_xgxse
   [junit4]   2> 319769 T95 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 319790 T146 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 319791 T146 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 319793 T146 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 319793 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 319801 T120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49216/xgxse",
   [junit4]   2> 	  "node_name":"127.0.0.1:49216_xgxse",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 319801 T120 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 319802 T120 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 319811 T124 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> 319811 T145 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> 319812 T131 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> 320795 T146 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 320795 T146 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 320796 T146 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 320797 T146 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 320800 T146 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 320800 T146 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/'
   [junit4]   2> 320802 T146 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 320802 T146 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 320803 T146 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 320865 T146 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 320876 T146 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 320890 T146 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 320894 T146 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 320914 T146 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 320914 T146 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 320915 T146 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 320916 T146 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/data/
   [junit4]   2> 320916 T146 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 320917 T146 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/data
   [junit4]   2> 320918 T146 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/data/index/
   [junit4]   2> 320920 T146 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 320922 T146 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/data/index
   [junit4]   2> 320924 T146 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.830431936129285]
   [junit4]   2> 320935 T146 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66b1a43f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 320935 T146 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 320939 T146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 320943 T146 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 320944 T146 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 320944 T146 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 320944 T146 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 320945 T146 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 320945 T146 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 320945 T146 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 320946 T146 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 320946 T146 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 320946 T146 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 320946 T146 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 320947 T146 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 320969 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 320971 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 320973 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 320975 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 320980 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 320982 T146 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 320983 T146 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 320984 T146 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7867726686936042]
   [junit4]   2> 320992 T146 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66b1a43f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 320993 T146 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 320994 T146 oass.SolrIndexSearcher.<init> Opening Searcher@347c671d[collection1] main
   [junit4]   2> 320995 T146 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 320998 T146 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 320998 T146 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 321001 T146 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 321001 T146 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 321002 T146 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 321005 T146 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 321005 T146 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 321005 T146 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 321006 T146 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 321006 T146 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 321010 T146 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 321013 T147 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@347c671d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 321014 T150 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49216/xgxse collection:collection1 shard:shard2
   [junit4]   2> 321020 T95 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 321022 T95 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 321053 T150 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 321100 T150 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 321113 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 321116 T150 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 321116 T150 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5548 name=collection1 org.apache.solr.core.SolrCore@79cdd15e url=https://127.0.0.1:49216/xgxse/collection1 node=127.0.0.1:49216_xgxse C5548_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:49216/xgxse, node_name=127.0.0.1:49216_xgxse, state=down}
   [junit4]   2> 321116 T150 C5548 P49216 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49216/xgxse/collection1/
   [junit4]   2> 321119 T150 C5548 P49216 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 321119 T150 C5548 P49216 oasc.SyncStrategy.syncToMe https://127.0.0.1:49216/xgxse/collection1/ has no replicas
   [junit4]   2> 321119 T150 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49216/xgxse/collection1/ shard2
   [junit4]   2> 321120 T150 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 321169 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 321359 T124 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> 321359 T145 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> 321360 T131 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> 321392 T150 oasc.ZkController.register We are https://127.0.0.1:49216/xgxse/collection1/ and leader is https://127.0.0.1:49216/xgxse/collection1/
   [junit4]   2> 321393 T150 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49216/xgxse
   [junit4]   2> 321394 T150 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 321394 T150 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 321395 T150 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 321401 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 321411 T120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49216/xgxse",
   [junit4]   2> 	  "node_name":"127.0.0.1:49216_xgxse",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 321538 T145 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> 321538 T131 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> 321539 T124 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> 323333 T95 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 323334 T95 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 323345 T95 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 323346 T95 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49219
   [junit4]   2> 323349 T95 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 323349 T95 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 323349 T95 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004
   [junit4]   2> 323350 T95 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/'
   [junit4]   2> 323392 T95 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/solr.xml
   [junit4]   2> 323412 T95 oasc.CoreContainer.<init> New CoreContainer 88706421
   [junit4]   2> 323413 T95 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/]
   [junit4]   2> 323413 T95 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 323413 T95 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 323413 T95 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 323414 T95 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 323414 T95 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 323414 T95 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 323414 T95 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 323414 T95 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 323415 T95 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 323418 T95 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 323421 T95 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 323422 T95 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 323422 T95 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 323422 T95 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49207/solr
   [junit4]   2> 323423 T95 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 323426 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 323429 T161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19617573 name:ZooKeeperConnection Watcher:127.0.0.1:49207 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 323430 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 323439 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 323443 T163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7204539f name:ZooKeeperConnection Watcher:127.0.0.1:49207/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 323443 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 323466 T95 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 324479 T95 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49219_xgxse
   [junit4]   2> 324482 T95 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49219_xgxse
   [junit4]   2> 324496 T95 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 324511 T165 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 324511 T165 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 324513 T165 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 324514 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 324520 T120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49219/xgxse",
   [junit4]   2> 	  "node_name":"127.0.0.1:49219_xgxse",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 324521 T120 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 324521 T120 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 324529 T131 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> 324529 T145 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> 324530 T124 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> 324530 T164 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> 325515 T165 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 325515 T165 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 325517 T165 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 325517 T165 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 325521 T165 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 325521 T165 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/'
   [junit4]   2> 325524 T165 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 325525 T165 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 325525 T165 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 325592 T165 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 325612 T165 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 325617 T165 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 325623 T165 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 325650 T165 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 325651 T165 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 325651 T165 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 325652 T165 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/data/
   [junit4]   2> 325652 T165 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 325653 T165 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/data
   [junit4]   2> 325655 T165 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/data/index/
   [junit4]   2> 325656 T165 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 325659 T165 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/data/index
   [junit4]   2> 325660 T165 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.830431936129285]
   [junit4]   2> 325668 T165 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f81da96; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 325668 T165 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 325671 T165 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 325673 T165 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 325673 T165 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325674 T165 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325674 T165 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325674 T165 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325675 T165 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 325675 T165 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 325676 T165 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 325677 T165 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325677 T165 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 325677 T165 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 325678 T165 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 325687 T165 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325688 T165 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325690 T165 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325691 T165 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325693 T165 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325695 T165 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 325695 T165 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 325696 T165 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7867726686936042]
   [junit4]   2> 325698 T165 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f81da96; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 325699 T165 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 325702 T165 oass.SolrIndexSearcher.<init> Opening Searcher@5286c7ec[collection1] main
   [junit4]   2> 325702 T165 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 325706 T165 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 325706 T165 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 325708 T165 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 325708 T165 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 325708 T165 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 325713 T165 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 325714 T165 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 325714 T165 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 325714 T165 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 325714 T165 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 325720 T166 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5286c7ec[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 325723 T165 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 325725 T169 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49219/xgxse collection:collection1 shard:shard3
   [junit4]   2> 325727 T95 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 325728 T95 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 325728 T169 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 325755 T169 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 325765 T169 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 325765 T169 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5549 name=collection1 org.apache.solr.core.SolrCore@218073cd url=https://127.0.0.1:49219/xgxse/collection1 node=127.0.0.1:49219_xgxse C5549_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:49219/xgxse, node_name=127.0.0.1:49219_xgxse, state=down}
   [junit4]   2> 325765 T169 C5549 P49219 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49219/xgxse/collection1/
   [junit4]   2> 325765 T169 C5549 P49219 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 325766 T169 C5549 P49219 oasc.SyncStrategy.syncToMe https://127.0.0.1:49219/xgxse/collection1/ has no replicas
   [junit4]   2> 325766 T169 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49219/xgxse/collection1/ shard3
   [junit4]   2> 325766 T169 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 325767 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 325796 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 325923 T145 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> 325923 T124 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> 325923 T131 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> 325930 T164 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> 325965 T169 oasc.ZkController.register We are https://127.0.0.1:49219/xgxse/collection1/ and leader is https://127.0.0.1:49219/xgxse/collection1/
   [junit4]   2> 325966 T169 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49219/xgxse
   [junit4]   2> 325966 T169 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 325966 T169 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 325967 T169 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 325971 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 325980 T120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49219/xgxse",
   [junit4]   2> 	  "node_name":"127.0.0.1:49219_xgxse",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 326099 T145 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> 326099 T131 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> 326100 T164 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> 326100 T124 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> 327546 T95 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 327547 T95 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 327556 T95 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 327559 T95 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49222
   [junit4]   2> 327563 T95 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 327564 T95 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 327564 T95 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-005
   [junit4]   2> 327564 T95 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-005/'
   [junit4]   2> 327600 T95 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-005/solr.xml
   [junit4]   2> 327621 T95 oasc.CoreContainer.<init> New CoreContainer 1923604987
   [junit4]   2> 327621 T95 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-005/]
   [junit4]   2> 327621 T95 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 327622 T95 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 327622 T95 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 327622 T95 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 327622 T95 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 327623 T95 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 327623 T95 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 327624 T95 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 327624 T95 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 327627 T95 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 327629 T95 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 327630 T95 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 327630 T95 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 327630 T95 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49207/solr
   [junit4]   2> 327630 T95 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 327633 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 327640 T180 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a4cd145 name:ZooKeeperConnection Watcher:127.0.0.1:49207 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 327642 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 327647 T95 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 327651 T182 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@130adbe6 name:ZooKeeperConnection Watcher:127.0.0.1:49207/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 327652 T95 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 327674 T95 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 328684 T95 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49222_xgxse
   [junit4]   2> 328686 T95 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49222_xgxse
   [junit4]   2> 328700 T95 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 328711 T184 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 328711 T184 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 328716 T184 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 328716 T124 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 328722 T120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49222/xgxse",
   [junit4]   2> 	  "node_name":"127.0.0.1:49222_xgxse",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 328722 T120 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 328722 T120 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 328730 T131 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 328730 T164 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 328732 T124 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 328740 T145 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 328741 T183 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 329717 T184 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 329718 T184 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 329719 T184 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 329719 T184 oascc.ZkStateReader.readConfigName Load collection config from:/collections

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

ucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-010/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-010/collection1/data/index;done=false>>]
   [junit4]   2> 616970 T95 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-010/collection1/data/index
   [junit4]   2> 616970 T95 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-010/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-010/collection1/data;done=false>>]
   [junit4]   2> 616971 T95 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001/tempDir-010/collection1/data
   [junit4]   2> 616972 T95 oasc.Overseer.close Overseer (id=92303064938971157-127.0.0.1:49245_xgxse-n_0000000008) closing
   [junit4]   2> 616973 T365 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49245_xgxse
   [junit4]   2> 618478 T368 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader 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:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [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:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 618482 T329 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 618500 T95 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/xgxse,null}
   [junit4]   2> 623488 T95 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 623493 T95 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49207 49207
   [junit4]   2> 623506 T96 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49207 49207
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless -Dtests.method=testDistribSearch -Dtests.seed=ABA8BA0ABEC287E4 -Dtests.slow=true -Dtests.locale=cs_CZ -Dtests.timezone=America/Indiana/Indianapolis -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    316s | TestCloudSchemaless.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49216/xgxse/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ABA8BA0ABEC287E4:2A4E3412C99DE7D8]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560)
   [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:869)
   [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:448)
   [junit4]    > 	... 47 more
   [junit4]   2> 623773 T95 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-ABA8BA0ABEC287E4-001
   [junit4]   2> 316151 T94 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=cs_CZ, timezone=America/Indiana/Indianapolis
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_11 (64-bit)/cpus=2,threads=1,free=30359776,total=93388800
   [junit4]   2> NOTE: All tests run in this JVM: [TestTrie, TestHighFrequencyDictionaryFactory, TestStressRecovery, TestReplicationHandlerBackup, StressHdfsTest, TestSearchPerf, MoreLikeThisHandlerTest, EnumFieldTest, TestDefaultSimilarityFactory, TestCloudSchemaless]
   [junit4] Completed in 316.96s, 1 test, 1 error <<< FAILURES!

[...truncated 1313 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1350: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:965: There were test failures: 430 suites, 1782 tests, 1 error, 45 ignored (18 assumptions)

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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1777 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1777/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
REGRESSION:  org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers

Error Message:
Could not initialize class java.lang.UNIXProcess

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class java.lang.UNIXProcess
	at __randomizedtesting.SeedInfo.seed([9F30A6DF04D6D3E8:722E1DE58FDBD26C]:0)
	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
	at java.lang.Runtime.exec(Runtime.java:617)
	at java.lang.Runtime.exec(Runtime.java:450)
	at java.lang.Runtime.exec(Runtime.java:347)
	at org.apache.solr.handler.admin.SystemInfoHandler.execute(SystemInfoHandler.java:220)
	at org.apache.solr.handler.admin.SystemInfoHandler.getSystemInfo(SystemInfoHandler.java:176)
	at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:97)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1985)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:295)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:278)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:696)
	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.handler.admin.InfoHandlerTest.testOverriddenHandlers

Error Message:
Could not initialize class java.lang.UNIXProcess

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class java.lang.UNIXProcess
	at __randomizedtesting.SeedInfo.seed([9F30A6DF04D6D3E8:796BAAF8FD9F1C5C]:0)
	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
	at java.lang.Runtime.exec(Runtime.java:617)
	at java.lang.Runtime.exec(Runtime.java:450)
	at java.lang.Runtime.exec(Runtime.java:347)
	at org.apache.solr.handler.admin.SystemInfoHandler.execute(SystemInfoHandler.java:220)
	at org.apache.solr.handler.admin.SystemInfoHandler.getSystemInfo(SystemInfoHandler.java:177)
	at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:97)
	at org.apache.solr.handler.admin.InfoHandlerTest$CountSystemInfoHandler.handleRequestBody(InfoHandlerTest.java:157)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.handler.admin.InfoHandler.handleRequestBody(InfoHandler.java:88)
	at org.apache.solr.handler.admin.InfoHandlerTest.handleRequest(InfoHandlerTest.java:168)
	at org.apache.solr.handler.admin.InfoHandlerTest.testOverriddenHandlers(InfoHandlerTest.java:98)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11049 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.InfoHandlerTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001
   [junit4]   2> 2079980 T4935 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2079983 T4935 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2079984 T4935 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2079985 T4935 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 2079985 T4935 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2079986 T4935 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2080147 T4935 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2080238 T4935 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2080240 T4935 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2080262 T4935 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 2080828 T4935 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2080838 T4935 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2080841 T4935 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2080854 T4935 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2080858 T4935 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2080861 T4935 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2080862 T4935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2080863 T4935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2080863 T4935 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2080864 T4935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2080864 T4935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2080864 T4935 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2080865 T4935 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 2080865 T4935 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 2080967 T4935 oasc.CoreContainer.<init> New CoreContainer 913826832
   [junit4]   2> 2080967 T4935 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 2080969 T4935 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 2080970 T4935 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 2080970 T4935 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 2080970 T4935 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2080970 T4935 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2080970 T4935 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2080971 T4935 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2080972 T4935 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2080972 T4935 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2080974 T4935 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 2080978 T4935 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2080978 T4935 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2080979 T4935 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 2080985 T4936 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2080986 T4936 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 2080987 T4936 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2080988 T4936 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2081107 T4936 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2081205 T4936 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2081206 T4936 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2081232 T4936 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2081840 T4936 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2081848 T4936 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2081864 T4936 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2081875 T4936 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2081880 T4936 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2081890 T4936 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2081893 T4936 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2081893 T4936 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2081894 T4936 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2081895 T4936 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2081895 T4936 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2081896 T4936 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 2081896 T4936 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2081896 T4936 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001/
   [junit4]   2> 2081897 T4936 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c6e4a4c
   [junit4]   2> 2081899 T4936 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001
   [junit4]   2> 2081899 T4936 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001/index/
   [junit4]   2> 2081900 T4936 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 2081900 T4936 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001/index
   [junit4]   2> 2081902 T4936 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=35.31640625, floorSegmentMB=0.861328125, forceMergeDeletesPctAllowed=0.2142272514793342, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2081908 T4936 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@49a837be lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4584c3d3)),segFN=segments_1,generation=1}
   [junit4]   2> 2081908 T4936 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2081908 T4936 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 2081919 T4936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2081920 T4936 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2081921 T4936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2081922 T4936 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2081923 T4936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2081925 T4936 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2081927 T4936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2081928 T4936 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2081928 T4936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2081928 T4936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2081929 T4936 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2081929 T4936 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2081930 T4936 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2081931 T4936 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2081933 T4936 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2081936 T4936 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2081937 T4936 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2081939 T4936 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2081940 T4936 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2081940 T4936 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2081941 T4936 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 2081941 T4936 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 2081943 T4936 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2081948 T4936 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2081949 T4936 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2081949 T4936 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 2081950 T4936 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 2081950 T4936 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 2081951 T4936 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2081951 T4936 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2081952 T4936 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2081952 T4936 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2081953 T4936 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2081953 T4936 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2081954 T4936 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2081954 T4936 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2081954 T4936 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2081958 T4936 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2081959 T4936 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 2081959 T4936 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 2081972 T4936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081975 T4936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081977 T4936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081980 T4936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081983 T4936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081983 T4936 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2081986 T4936 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2081987 T4936 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2081987 T4936 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1324605297, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2081988 T4936 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@49a837be lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4584c3d3)),segFN=segments_1,generation=1}
   [junit4]   2> 2081989 T4936 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2081990 T4936 oass.SolrIndexSearcher.<init> Opening Searcher@31687cc0[collection1] main
   [junit4]   2> 2081990 T4936 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2081990 T4936 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2081991 T4936 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 2081991 T4936 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 2081991 T4936 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2081992 T4936 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 2082004 T4936 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2082071 T4937 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@31687cc0[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2082081 T4936 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2082086 T4935 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2082092 T4935 oas.SolrTestCaseJ4.setUp ###Starting testOverriddenHandlers
   [junit4]   2> 2082174 T4935 oasha.SystemInfoHandler.execute WARN Error forking command due to JVM locale bug (see https://issues.apache.org/jira/browse/SOLR-6387): posix_spawn is not a supported process launch mechanism on this platform.
   [junit4]   2> 2082176 T4935 oas.SolrTestCaseJ4.tearDown ###Ending testOverriddenHandlers
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=InfoHandlerTest -Dtests.method=testOverriddenHandlers -Dtests.seed=9F30A6DF04D6D3E8 -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=America/Danmarkshavn -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.10s | InfoHandlerTest.testOverriddenHandlers <<<
   [junit4]    > Throwable #1: java.lang.NoClassDefFoundError: Could not initialize class java.lang.UNIXProcess
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9F30A6DF04D6D3E8:796BAAF8FD9F1C5C]:0)
   [junit4]    > 	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
   [junit4]    > 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
   [junit4]    > 	at java.lang.Runtime.exec(Runtime.java:617)
   [junit4]    > 	at java.lang.Runtime.exec(Runtime.java:450)
   [junit4]    > 	at java.lang.Runtime.exec(Runtime.java:347)
   [junit4]    > 	at org.apache.solr.handler.admin.SystemInfoHandler.execute(SystemInfoHandler.java:220)
   [junit4]    > 	at org.apache.solr.handler.admin.SystemInfoHandler.getSystemInfo(SystemInfoHandler.java:177)
   [junit4]    > 	at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:97)
   [junit4]    > 	at org.apache.solr.handler.admin.InfoHandlerTest$CountSystemInfoHandler.handleRequestBody(InfoHandlerTest.java:157)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]    > 	at org.apache.solr.handler.admin.InfoHandler.handleRequestBody(InfoHandler.java:88)
   [junit4]    > 	at org.apache.solr.handler.admin.InfoHandlerTest.handleRequest(InfoHandlerTest.java:168)
   [junit4]    > 	at org.apache.solr.handler.admin.InfoHandlerTest.testOverriddenHandlers(InfoHandlerTest.java:98)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2082196 T4935 oas.SolrTestCaseJ4.setUp ###Starting testCoreAdminHandler
   [junit4]   2> 2082203 T4935 oas.SolrTestCaseJ4.tearDown ###Ending testCoreAdminHandler
   [junit4]   2> 2082205 T4935 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2082205 T4935 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=913826832
   [junit4]   2> 2082205 T4935 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6a5e1bbe
   [junit4]   2> 2082242 T4935 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 2082242 T4935 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2082243 T4935 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2082243 T4935 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2082247 T4935 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2082247 T4935 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2082248 T4935 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001;done=false>>]
   [junit4]   2> 2082248 T4935 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001
   [junit4]   2> 2082248 T4935 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2082248 T4935 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.handler.admin.InfoHandlerTest-9F30A6DF04D6D3E8-001
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=tr, timezone=America/Danmarkshavn
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=2,threads=1,free=39477536,total=343031808
   [junit4]   2> NOTE: All tests run in this JVM: [TestComplexPhraseQParserPlugin, DateRangeFieldTest, TestMergePolicyConfig, TestRangeQuery, TestManagedResource, DirectSolrSpellCheckerTest, DeleteReplicaTest, TestChildDocTransformer, SolrCoreTest, TestPHPSerializedResponseWriter, HighlighterMaxOffsetTest, TestIndexSearcher, TestReloadAndDeleteDocs, TestCursorMarkWithoutUniqueKey, ConvertedLegacyTest, SolrCmdDistributorTest, QueryFacetTest, TestSystemIdResolver, TestInfoStreamLogging, IndexSchemaTest, TestSearcherReuse, SoftAutoCommitTest, FastVectorHighlighterTest, AnalyticsQueryTest, HdfsLockFactoryTest, DateFieldTest, DocumentAnalysisRequestHandlerTest, TestDistributedGrouping, QueryResultKeyTest, TestFuzzyAnalyzedSuggestions, PathHierarchyTokenizerFactoryTest, TermsComponentTest, TestRealTimeGet, IndexBasedSpellCheckerTest, ReturnFieldsTest, HdfsSyncSliceTest, TestTrie, ZkCLITest, TestStressLucene, RangeFacetTest, HdfsUnloadDistributedZkTest, TestComponentsName, DocValuesTest, DistributedQueryElevationComponentTest, TestExpandComponent, TestSortingResponseWriter, SuggestComponentTest, TestOmitPositions, SolrRequestParserTest, TestSchemaSimilarityResource, TestSerializedLuceneMatchVersion, TestSolrJ, IndexSchemaRuntimeFieldTest, StatsComponentTest, TestFaceting, ShardSplitTest, CollectionsAPIAsyncDistributedZkTest, TestGroupingSearch, NoFacetTest, DistributedSuggestComponentTest, AlternateDirectoryTest, AddBlockUpdateTest, TermVectorComponentDistributedTest, CurrencyFieldXmlFileTest, TestArbitraryIndexDir, TestPseudoReturnFields, TestNoOpRegenerator, TestQueryUtils, ShardRoutingCustomTest, MigrateRouteKeyTest, HdfsWriteToMultipleCollectionsTest, SystemInfoHandlerTest, EnumFieldTest, CoreMergeIndexesAdminHandlerTest, TermVectorComponentTest, MultiTermTest, CursorMarkTest, StatelessScriptUpdateProcessorFactoryTest, TestWordDelimiterFilterFactory, LeaderElectionTest, TriLevelCompositeIdRoutingTest, SyncSliceTest, TestFoldingMultitermQuery, TestIBSimilarityFactory, CoreAdminHandlerTest, DistributedExpandComponentTest, BadComponentTest, SharedFSAutoReplicaFailoverTest, TestFastLRUCache, SolrXmlInZkTest, SolrTestCaseJ4Test, CustomCollectionTest, TestCloudManagedSchema, TestCloudPivotFacet, DeleteInactiveReplicaTest, TestLRUCache, LegacyHTMLStripCharFilterTest, ZkSolrClientTest, WordBreakSolrSpellCheckerTest, SpellingQueryConverterTest, TestMultiCoreConfBootstrap, TestFastWriter, TestStandardQParsers, AsyncMigrateRouteKeyTest, TestRestManager, LeaderElectionIntegrationTest, TestSolrXml, TestPivotHelperCode, TestDynamicFieldCollectionResource, MoreLikeThisHandlerTest, TestCSVLoader, DirectUpdateHandlerOptimizeTest, TestDocSet, InfoHandlerTest]
   [junit4] Completed in 2.35s, 2 tests, 1 error <<< FAILURES!

[...truncated 172 lines...]
   [junit4] Suite: org.apache.solr.MinimalSchemaTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001
   [junit4]   2> 2884473 T7080 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2884475 T7080 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2884475 T7080 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2884476 T7080 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 2884477 T7080 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2884477 T7080 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2884640 T7080 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2884754 T7080 oasc.SolrConfig.<init> Loaded SolrConfig: solr/collection1/conf/solrconfig.xml
   [junit4]   2> 2884757 T7080 oass.IndexSchema.readSchema Reading Solr Schema from solr/collection1/conf/schema-minimal.xml
   [junit4]   2> 2884786 T7080 oass.IndexSchema.readSchema [null] Schema name=minimal
   [junit4]   2> 2884798 T7080 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
   [junit4]   2> 2884802 T7080 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2884802 T7080 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 2884802 T7080 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 2884919 T7080 oasc.CoreContainer.<init> New CoreContainer 691329701
   [junit4]   2> 2884920 T7080 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 2884921 T7080 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 2884921 T7080 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 2884922 T7080 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 2884923 T7080 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2884923 T7080 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2884923 T7080 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2884923 T7080 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2884924 T7080 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2884924 T7080 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2884924 T7080 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 2884925 T7080 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2884925 T7080 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2884925 T7080 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 2884931 T7081 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2884933 T7081 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 2884933 T7081 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2884933 T7081 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2885036 T7081 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2885142 T7081 oasc.SolrConfig.<init> Loaded SolrConfig: solr/collection1/conf/solrconfig.xml
   [junit4]   2> 2885143 T7081 oass.IndexSchema.readSchema Reading Solr Schema from solr/collection1/conf/schema-minimal.xml
   [junit4]   2> 2885151 T7081 oass.IndexSchema.readSchema [collection1] Schema name=minimal
   [junit4]   2> 2885161 T7081 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
   [junit4]   2> 2885162 T7081 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 2885162 T7081 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2885163 T7081 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001/
   [junit4]   2> 2885163 T7081 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c6e4a4c
   [junit4]   2> 2885164 T7081 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001
   [junit4]   2> 2885185 T7081 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001/index/
   [junit4]   2> 2885185 T7081 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 2885186 T7081 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001/index
   [junit4]   2> 2885186 T7081 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3760338049653885]
   [junit4]   2> 2885187 T7081 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@67314d7c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a770c0f)),segFN=segments_1,generation=1}
   [junit4]   2> 2885188 T7081 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2885188 T7081 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 2885194 T7081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2885196 T7081 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2885196 T7081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2885197 T7081 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2885197 T7081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2885197 T7081 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2885197 T7081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2885198 T7081 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2885198 T7081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2885199 T7081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2885199 T7081 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2885199 T7081 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2885200 T7081 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2885201 T7081 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2885201 T7081 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2885202 T7081 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2885202 T7081 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2885202 T7081 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2885203 T7081 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2885204 T7081 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2885205 T7081 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 2885205 T7081 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 2885206 T7081 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2885207 T7081 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2885207 T7081 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2885208 T7081 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 2885208 T7081 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 2885208 T7081 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 2885209 T7081 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2885209 T7081 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2885209 T7081 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2885210 T7081 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2885210 T7081 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2885211 T7081 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2885211 T7081 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2885212 T7081 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2885213 T7081 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2885213 T7081 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2885213 T7081 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 2885214 T7081 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 2885227 T7081 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2885231 T7081 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2885232 T7081 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2885234 T7081 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2885237 T7081 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2885238 T7081 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2885241 T7081 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2885241 T7081 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2885242 T7081 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=93.1728515625, floorSegmentMB=1.3623046875, forceMergeDeletesPctAllowed=21.255281683204583, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2885242 T7081 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@67314d7c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a770c0f)),segFN=segments_1,generation=1}
   [junit4]   2> 2885242 T7081 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2885244 T7081 oass.SolrIndexSearcher.<init> Opening Searcher@30fdbfe3[collection1] main
   [junit4]   2> 2885244 T7081 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2885244 T7081 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2885244 T7081 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 2885245 T7081 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 2885245 T7081 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2885245 T7081 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 2885256 T7081 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2885307 T7082 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@30fdbfe3[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2885314 T7081 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2885317 T7080 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> ASYNC  NEW_CORE C3281 name=collection1 org.apache.solr.core.SolrCore@7f8ccf1a
   [junit4]   2> 2885341 T7080 C3281 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 24
   [junit4]   2> 2885346 T7080 C3281 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
   [junit4]   2> 2885347 T7080 C3281 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2885351 T7080 C3281 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@67314d7c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a770c0f)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@67314d7c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a770c0f)),segFN=segments_2,generation=2}
   [junit4]   2> 2885352 T7080 C3281 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 2885354 T7080 C3281 oass.SolrIndexSearcher.<init> Opening Searcher@162d5cff[collection1] main
   [junit4]   2> 2885354 T7080 C3281 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2885357 T7082 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@162d5cff[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c2))}
   [junit4]   2> 2885358 T7080 C3281 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 11
   [junit4]   2> 2885360 T7080 C3281 oasu.DirectUpdateHandler2.commit start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2885360 T7080 C3281 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2885360 T7080 C3281 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 2885361 T7080 C3281 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2885361 T7080 C3281 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {optimize=} 0 2
   [junit4]   2> 2885368 T7080 oas.SolrTestCaseJ4.setUp ###Starting testAllConfiguredHandlers
   [junit4]   2> 2885438 T7080 C3281 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=foo:bar&omitHeader=false&qt=/admin/file} status=0 QTime=69 
   [junit4]   2> 2885448 T7080 C3281 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=foo:bar&omitHeader=false&qt=defaults} hits=0 status=0 QTime=1 
   [junit4]   2> 2885450 T7080 oas.SolrTestCaseJ4.tearDown ###Ending testAllConfiguredHandlers
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MinimalSchemaTest -Dtests.method=testAllConfiguredHandlers -Dtests.seed=9F30A6DF04D6D3E8 -Dtests.slow=true -Dtests.locale=es_PE -Dtests.timezone=Pacific/Palau -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.10s | MinimalSchemaTest.testAllConfiguredHandlers <<<
   [junit4]    > Throwable #1: java.lang.NoClassDefFoundError: Could not initialize class java.lang.UNIXProcess
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9F30A6DF04D6D3E8:722E1DE58FDBD26C]:0)
   [junit4]    > 	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
   [junit4]    > 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
   [junit4]    > 	at java.lang.Runtime.exec(Runtime.java:617)
   [junit4]    > 	at java.lang.Runtime.exec(Runtime.java:450)
   [junit4]    > 	at java.lang.Runtime.exec(Runtime.java:347)
   [junit4]    > 	at org.apache.solr.handler.admin.SystemInfoHandler.execute(SystemInfoHandler.java:220)
   [junit4]    > 	at org.apache.solr.handler.admin.SystemInfoHandler.getSystemInfo(SystemInfoHandler.java:176)
   [junit4]    > 	at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:97)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1985)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:295)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:278)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:696)
   [junit4]    > 	at org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:115)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2885468 T7080 oas.SolrTestCaseJ4.setUp ###Starting testSimpleQueries
   [junit4]   2> 2885469 T7080 C3281 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=subject:Hoss&version=2.2&rows=20&start=0&qt=standard} hits=1 status=0 QTime=1 
   [junit4]   2> 2885471 T7080 C3281 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=subject:Yonik&version=2.2&rows=20&start=0&qt=standard} hits=1 status=0 QTime=0 
   [junit4]   2> 2885474 T7080 oas.SolrTestCaseJ4.tearDown ###Ending testSimpleQueries
   [junit4]   2> 2885482 T7080 oas.SolrTestCaseJ4.setUp ###Starting testLuke
   [junit4]   2> 2885482 T7080 C3281 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=/admin/luke} status=0 QTime=0 
   [junit4]   2> 2885485 T7080 C3281 oasc.SolrCore.execute [collection1] webapp=null path=null params={show=schema&qt=/admin/luke} status=0 QTime=1 
   [junit4]   2> 2885510 T7080 oas.SolrTestCaseJ4.tearDown ###Ending testLuke
   [junit4]   2> 2885511 T7080 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2885511 T7080 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=691329701
   [junit4]   2> 2885512 T7080 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7f8ccf1a
   [junit4]   2> 2885528 T7080 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=132,transaction_logs_total_number=1}
   [junit4]   2> 2885529 T7080 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2885529 T7080 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2885529 T7080 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2885531 T7080 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2885531 T7080 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2885531 T7080 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001;done=false>>]
   [junit4]   2> 2885531 T7080 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001
   [junit4]   2> 2885532 T7080 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2885532 T7080 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-9F30A6DF04D6D3E8-001
   [junit4]   2> NOTE: test params are: codec=Lucene410: {project=PostingsFormat(name=SimpleText), id=PostingsFormat(name=Memory doPackFST= false), subject=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128)))}, docValues:{}, sim=DefaultSimilarity, locale=es_PE, timezone=Pacific/Palau
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=2,threads=1,free=38251488,total=346374144
   [junit4]   2> NOTE: All tests run in this JVM: [TestComplexPhraseQParserPlugin, DateRangeFieldTest, TestMergePolicyConfig, TestRangeQuery, TestManagedResource, DirectSolrSpellCheckerTest, DeleteReplicaTest, TestChildDocTransformer, SolrCoreTest, TestPHPSerializedResponseWriter, HighlighterMaxOffsetTest, TestIndexSearcher, TestReloadAndDeleteDocs, TestCursorMarkWithoutUniqueKey, ConvertedLegacyTest, SolrCmdDistributorTest, QueryFacetTest, TestSystemIdResolver, TestInfoStreamLogging, IndexSchemaTest, TestSearcherReuse, SoftAutoCommitTest, FastVectorHighlighterTest, AnalyticsQueryTest, HdfsLockFactoryTest, DateFieldTest, DocumentAnalysisRequestHandlerTest, TestDistributedGrouping, QueryResultKeyTest, TestFuzzyAnalyzedSuggestions, PathHierarchyTokenizerFactoryTest, TermsComponentTest, TestRealTimeGet, IndexBasedSpellCheckerTest, ReturnFieldsTest, HdfsSyncSliceTest, TestTrie, ZkCLITest, TestStressLucene, RangeFacetTest, HdfsUnloadDistributedZkTest, TestComponentsName, DocValuesTest, DistributedQueryElevationComponentTest, TestExpandComponent, TestSortingResponseWriter, SuggestComponentTest, TestOmitPositions, SolrRequestParserTest, TestSchemaSimilarityResource, TestSerializedLuceneMatchVersion, TestSolrJ, IndexSchemaRuntimeFieldTest, StatsComponentTest, TestFaceting, ShardSplitTest, CollectionsAPIAsyncDistributedZkTest, TestGroupingSearch, NoFacetTest, DistributedSuggestComponentTest, AlternateDirectoryTest, AddBlockUpdateTest, TermVectorComponentDistributedTest, CurrencyFieldXmlFileTest, TestArbitraryIndexDir, TestPseudoReturnFields, TestNoOpRegenerator, TestQueryUtils, ShardRoutingCustomTest, MigrateRouteKeyTest, HdfsWriteToMultipleCollectionsTest, SystemInfoHandlerTest, EnumFieldTest, CoreMergeIndexesAdminHandlerTest, TermVectorComponentTest, MultiTermTest, CursorMarkTest, StatelessScriptUpdateProcessorFactoryTest, TestWordDelimiterFilterFactory, LeaderElectionTest, TriLevelCompositeIdRoutingTest, SyncSliceTest, TestFoldingMultitermQuery, TestIBSimilarityFactory, CoreAdminHandlerTest, DistributedExpandComponentTest, BadComponentTest, SharedFSAutoReplicaFailoverTest, TestFastLRUCache, SolrXmlInZkTest, SolrTestCaseJ4Test, CustomCollectionTest, TestCloudManagedSchema, TestCloudPivotFacet, DeleteInactiveReplicaTest, TestLRUCache, LegacyHTMLStripCharFilterTest, ZkSolrClientTest, WordBreakSolrSpellCheckerTest, SpellingQueryConverterTest, TestMultiCoreConfBootstrap, TestFastWriter, TestStandardQParsers, AsyncMigrateRouteKeyTest, TestRestManager, LeaderElectionIntegrationTest, TestSolrXml, TestPivotHelperCode, TestDynamicFieldCollectionResource, MoreLikeThisHandlerTest, TestCSVLoader, DirectUpdateHandlerOptimizeTest, TestDocSet, InfoHandlerTest, HttpPartitionTest, TestSolrDeletionPolicy2, TestShortCircuitedRequests, TestInitQParser, CoreContainerCoreInitFailuresTest, TestFieldTypeCollectionResource, SSLMigrationTest, OverseerTest, OutputWriterTest, TestBM25SimilarityFactory, TestStressUserVersions, TestRemoteStreaming, TestCodecSupport, ClusterStateUpdateTest, OverseerStatusTest, TestDistributedSearch, TestPostingsSolrHighlighter, TestFreeTextSuggestions, TestFunctionQuery, TestOrdValues, TestBinaryResponseWriter, DebugComponentTest, JSONWriterTest, MergeStrategyTest, HighlighterConfigTest, FieldAnalysisRequestHandlerTest, RecoveryZkTest, TestHighFrequencyDictionaryFactory, TestDocumentBuilder, RequestHandlersTest, ChangedSchemaMergeTest, TestAnalyzedSuggestions, TestFastOutputStream, TestLFUCache, RollingRestartTest, CoreAdminCreateDiscoverTest, TestRequestStatusCollectionAPI, DistributedFacetPivotSmallTest, ReplicationFactorTest, HdfsDirectoryTest, SearchHandlerTest, TestDefaultSimilarityFactory, TestQuerySenderListener, TestOverriddenPrefixQueryForCustomFieldType, TestTolerantSearch, BadIndexSchemaTest, AddSchemaFieldsUpdateProcessorFactoryTest, CopyFieldTest, TestExceedMaxTermLength, TestSolrQueryParser, SynonymTokenizerTest, TestCollectionAPI, TestSearchPerf, AbstractAnalyticsFacetTest, MinimalSchemaTest]
   [junit4] Completed in 1.12s, 3 tests, 1 error <<< FAILURES!

[...truncated 803 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1350: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:965: There were test failures: 430 suites, 1782 tests, 2 errors, 45 ignored (18 assumptions)

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