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 2013/05/13 05:58:44 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/464/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk

Error Message:
Make sure we did download each file in the original configuration

Stack Trace:
java.lang.AssertionError: Make sure we did download each file in the original configuration
	at __randomizedtesting.SeedInfo.seed([58BE5C0415427642:7CD8F10A9F8DC024]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:198)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: maxscore

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method explicitly testing qparser: maxscore
	at __randomizedtesting.SeedInfo.seed([58BE5C0415427642]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:61)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9080 lines...]
[junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:42.201; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:42.203; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:42.205; org.apache.solr.core.SolrResourceLoader; Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:42.205; org.apache.solr.core.SolrResourceLoader; Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:42.364; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:42.492; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:42.494; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:42.503; org.apache.solr.schema.IndexSchema; [null] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.183; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.188; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.191; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.198; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.220; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.220; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.220; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.250; org.apache.solr.core.CoreContainer; New CoreContainer 1798097529
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.336; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.337; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202/
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.337; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@29871db1
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.338; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.341; org.apache.solr.core.CachingDirectoryFactory; return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.342; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202/index/
[junit4:junit4]   1> WARN  - 2013-05-13 03:13:44.342; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.343; org.apache.solr.core.CachingDirectoryFactory; return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202/index
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.348; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@718bc71e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1581b4f0)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.348; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.350; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.357; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.357; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.358; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.359; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.360; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.360; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.361; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.362; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.363; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.364; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.365; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.366; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.367; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.369; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.373; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.374; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.375; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.376; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.376; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.378; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.383; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.383; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.384; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.385; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.386; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.387; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.406; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-13 03:13:44.415; org.apache.solr.core.SolrCore; solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   1> WARN  - 2013-05-13 03:13:44.417; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SCHEMA-TINY.XML, CONDITIONAL.UPDATEPROCESSOR.JS, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-WARMER.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, SCHEMA12.XML, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.423; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@9a6613d main
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.424; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.424; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.425; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.440; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.513; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@9a6613d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.517; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.537; org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.542; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.553; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.560; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.585; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.594; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.595; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.601; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.607; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.625; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.628; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.635; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.636; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.650; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.651; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.658; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.659; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.666; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.678; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.685; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.693; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.700; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.701; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.714; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.717; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.724; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.740; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.748; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.749; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.757; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.758; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.766; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.767; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.782; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.796; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.805; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.808; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.816; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.819; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.827; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.853; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.862; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.866; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.873; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.883; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.890; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.891; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.898; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.904; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.923; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.948; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:44.957; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.282; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.298; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.300; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.307; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.309; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.315; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.317; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.324; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.326; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.333; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.337; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.350; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.352; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.360; org.apache.solr.SolrTestCaseJ4; ###Starting testField
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.361; org.apache.solr.SolrTestCaseJ4; ###Ending testField
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.368; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.389; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.397; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.398; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.405; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.405; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.420; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.429; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.437; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.458; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.468; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.480; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.493; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.495; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.503; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.504; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.511; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.524; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.531; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.534; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.547; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.549; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.556; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.557; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.565; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.568; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.575; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.576; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.583; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.585; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.592; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.595; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.603; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.609; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.616; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.617; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.625; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.635; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.642; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.643; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.649; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.661; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.669; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.675; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.685; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.687; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.693; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.695; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.702; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.743; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.758; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.759; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.768; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.783; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.789; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.791; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.798; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.799; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.813; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.815; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.817; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.818; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1798097529
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.818; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@49a104e7
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.833; org.apache.solr.update.DirectUpdateHandler2; 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}
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.847; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.847; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.848; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.849; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.849; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.850; org.apache.solr.core.CachingDirectoryFactory; looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.850; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.851; org.apache.solr.core.CachingDirectoryFactory; looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 03:13:45.851; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368414822202/index
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=hu_HU, timezone=Europe/Dublin
[junit4:junit4]   2> NOTE: Mac OS X 10.8.3 x86_64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=125352136,total=311754752
[junit4:junit4]   2> NOTE: All tests run in this JVM: [RecoveryZkTest, TestJoin, TestWriterPerf, ZkSolrClientTest, SimplePostToolTest, IndexReaderFactoryTest, StatelessScriptUpdateProcessorFactoryTest, OverseerCollectionProcessorTest, TestCSVResponseWriter, TestPropInjectDefaults, TestLFUCache, SuggesterFSTTest, BasicDistributedZk2Test, SignatureUpdateProcessorFactoryTest, TermVectorComponentDistributedTest, TestXIncludeConfig, TestValueSourceCache, SliceStateTest, TestExtendedDismaxParser, TestReversedWildcardFilterFactory, ConvertedLegacyTest, JSONWriterTest, SuggesterTest, SyncSliceTest, DocValuesTest, PreAnalyzedFieldTest, TestCharFilters, SoftAutoCommitTest, TestStressVersions, UpdateRequestProcessorFactoryTest, SpatialFilterTest, TestSchemaSimilarityResource, TestLRUCache, SuggesterTSTTest, CacheHeaderTest, TestManagedSchemaFieldResource, TestLMDirichletSimilarityFactory, SortByFunctionTest, BasicZkTest, SearchHandlerTest, TestFieldTypeResource, TestCoreContainer, AlternateDirectoryTest, URLClassifyProcessorTest, ShardSplitTest, AnalysisAfterCoreReloadTest, DirectUpdateHandlerOptimizeTest, ShardRoutingTest, RegexBoostProcessorTest, ZkNodePropsTest, SpellCheckCollatorTest, CopyFieldTest, DOMUtilTest, TestIndexSearcher, TestTrie, TestPHPSerializedResponseWriter, TestSolrQueryParser, TestMaxScoreQueryParser, TestLazyCores, TestPartialUpdateDeduplication, DistributedSpellCheckComponentTest, DisMaxRequestHandlerTest, DirectSolrConnectionTest, QueryEqualityTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=58BE5C0415427642 -Dtests.slow=true -Dtests.locale=hu_HU -Dtests.timezone=Europe/Dublin -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s | QueryEqualityTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: testParserCoverage was run w/o any other method explicitly testing qparser: maxscore
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([58BE5C0415427642]:0)
[junit4:junit4]    > 	at org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:61)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed in 3.96s, 63 tests, 1 failure <<< FAILURES!

[...truncated 277 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.654; org.apache.solr.SolrTestCaseJ4; ###Starting testList
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.655; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.657; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416534656/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.658; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.659; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.760; org.apache.solr.cloud.ZkTestServer; start zk server on port:50974
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.762; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.777; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1f797807 name:ZooKeeperConnection Watcher:127.0.0.1:50974 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.778; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.778; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.790; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.804; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5b909c0a name:ZooKeeperConnection Watcher:127.0.0.1:50974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.805; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.806; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.807; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.982; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.989; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7df9b9d9 name:ZooKeeperConnection Watcher:127.0.0.1:50974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:14.990; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> / (1)
[junit4:junit4]   1>  /test (0)
[junit4:junit4]   1> 
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:16.352; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:50974 50974
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:16.464; org.apache.solr.SolrTestCaseJ4; ###Ending testList
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416534656
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:16.476; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:16.477; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.503; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416536478/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.503; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.505; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.606; org.apache.solr.cloud.ZkTestServer; start zk server on port:50978
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.612; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.618; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@15d7257a name:ZooKeeperConnection Watcher:127.0.0.1:50978 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.619; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.620; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.646; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.651; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@471925bb name:ZooKeeperConnection Watcher:127.0.0.1:50978/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.654; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.657; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.660; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.667; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2267c0ef name:ZooKeeperConnection Watcher:127.0.0.1:50978/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.668; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:19.669; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.098; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:50978 50978
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.203; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416536478
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.210; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.210; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.212; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416540211/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.212; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.214; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.315; org.apache.solr.cloud.ZkTestServer; start zk server on port:50982
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.317; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.326; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5ee9d0d name:ZooKeeperConnection Watcher:127.0.0.1:50982 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.327; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.327; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.338; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.345; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1678c287 name:ZooKeeperConnection Watcher:127.0.0.1:50982/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.346; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.347; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.349; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.362; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1cba8695 name:ZooKeeperConnection Watcher:127.0.0.1:50982/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.364; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.365; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.577; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.579; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/.svn
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.584; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.587; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/.svn/props
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.588; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/.svn/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.592; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/.svn/tmp
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.593; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.594; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.595; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.596; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.598; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.601; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.607; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@41221fe0 name:ZooKeeperConnection Watcher:127.0.0.1:50982 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.608; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.622; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/
[junit4:junit4]   1> idir:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.624; org.apache.solr.cloud.ZkController; Uploading directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.626; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.641; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.651; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.660; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.670; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.703; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.712; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.722; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.733; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.742; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.750; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.761; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.771; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.792; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.809; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.821; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.834; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.845; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.856; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.866; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.877; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.887; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.897; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.918; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.931; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.940; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.956; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.967; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.978; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:20.996; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.006; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.017; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.027; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.037; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.055; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.067; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.078; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.089; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.099; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.117; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.130; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.143; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.153; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.173; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.189; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.222; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.230; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.239; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.253; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.271; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.282; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.294; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.304; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.316; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.335; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.347; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.357; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.369; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.383; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.395; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.429; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.441; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.452; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.465; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.477; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.487; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.498; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.518; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.529; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.540; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.550; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.560; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.570; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.579; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.588; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.598; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.614; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.628; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.639; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.649; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.668; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.688; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.710; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.721; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.744; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.761; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.770; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@256a7cb7 name:ZooKeeperConnection Watcher:127.0.0.1:50982/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.771; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.772; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/multicore/'
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.991; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:21.995; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:22.004; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@16e1fc5a name:ZooKeeperConnection Watcher:127.0.0.1:50982 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:22.008; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:22.020; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/multicore/
[junit4:junit4]   1> idir:core0
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:22.022; org.apache.solr.cloud.ZkController; Uploading directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/multicore/core0/conf with name core0 for SolrCore core0
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:22.024; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:22.037; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
[junit4:junit4]   1> idir:core1
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:22.046; org.apache.solr.cloud.ZkController; Uploading directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/multicore/core1/conf with name core1 for SolrCore core1
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:22.049; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:22.066; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:23.859; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:50982 50982
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:23.875; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416540211
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:23.892; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:23.899; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.248; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416543901/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.249; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.251; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.351; org.apache.solr.cloud.ZkTestServer; start zk server on port:50989
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.362; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.365; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@557ca8f9 name:ZooKeeperConnection Watcher:127.0.0.1:50989 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.366; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.367; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.385; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.401; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4c9ac822 name:ZooKeeperConnection Watcher:127.0.0.1:50989/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.402; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.403; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.411; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.417; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@f90277e name:ZooKeeperConnection Watcher:127.0.0.1:50989/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.418; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.419; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416543901/tmp-solr-home/'
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.627; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.629; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.634; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4c93013a name:ZooKeeperConnection Watcher:127.0.0.1:50989 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.635; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.649; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416543901/tmp-solr-home/
[junit4:junit4]   1> idir:collection1
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.650; org.apache.solr.cloud.ZkController; Uploading directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416543901/tmp-solr-home/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.653; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.668; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.678; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.687; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.706; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.717; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.743; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.753; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.810; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.837; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.850; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.862; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.881; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.894; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.906; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.919; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.932; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.944; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.957; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.970; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:25.983; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.006; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.017; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.029; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.039; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.051; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.070; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.084; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.096; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.107; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.121; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.134; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.148; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.168; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.193; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.205; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.217; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.236; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.250; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.260; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.270; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.278; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.286; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.294; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.303; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.320; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.425; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.475; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.524; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.569; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.597; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.617; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.647; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.664; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.684; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.719; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.745; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.757; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.767; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.778; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.801; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.813; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.823; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.833; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.849; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.867; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.878; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.889; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.901; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.919; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.934; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.945; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.956; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.969; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.979; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:26.997; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.008; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.020; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.032; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.043; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.055; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.073; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.087; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.098; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.130; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.150; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.162; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:27.178; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.432; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:50989 50989
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.453; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416543901
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.459; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.460; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.461; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416549460/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.462; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.463; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.564; org.apache.solr.cloud.ZkTestServer; start zk server on port:50994
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.567; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.672; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@612d69b4 name:ZooKeeperConnection Watcher:127.0.0.1:50994 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.672; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.673; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.685; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.695; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@36840511 name:ZooKeeperConnection Watcher:127.0.0.1:50994/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.695; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.696; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.699; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.710; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4ea261ce name:ZooKeeperConnection Watcher:127.0.0.1:50994/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.712; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.713; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.715; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.721; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@213516c1 name:ZooKeeperConnection Watcher:127.0.0.1:50994 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.722; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.730; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.756; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.783; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.796; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.806; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.820; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.832; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.848; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.861; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.922; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.932; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.945; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.957; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.967; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.987; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:29.999; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.008; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.017; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.028; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.060; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.071; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.082; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.092; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.102; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.132; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.142; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.154; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.165; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.186; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.197; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.210; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.221; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.231; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.241; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.258; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.271; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.282; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.292; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.303; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.319; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.332; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.340; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.347; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.356; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.363; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.380; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.391; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.402; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.420; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.431; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.443; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.458; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.475; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.497; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.507; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.523; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.545; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.556; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.585; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.597; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.609; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.619; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.630; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.640; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.661; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.672; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.683; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.693; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.704; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.724; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.741; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.755; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.766; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.776; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.787; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.800; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.818; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.833; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.843; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.854; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.865; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.877; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.889; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.910; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.923; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.934; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.945; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.962; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.973; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2e571fc6 name:ZooKeeperConnection Watcher:127.0.0.1:50994/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.974; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.975; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:30.978; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.006; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.015; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6c0f3ead name:ZooKeeperConnection Watcher:127.0.0.1:50994/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.016; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.022; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.028; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.036; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.042; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.050; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.057; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.077; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.083; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.089; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.094; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.104; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.111; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.117; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.125; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.131; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.137; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.143; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.149; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.155; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.162; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.169; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.181; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.186; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.195; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.201; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.206; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.212; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.217; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.226; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.235; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.241; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.247; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.255; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.267; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.276; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.282; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.288; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.296; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.302; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.316; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.322; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.330; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.336; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.344; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.349; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.355; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.360; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.370; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.376; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.389; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.394; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.401; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.407; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.413; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.418; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.428; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.434; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.440; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.447; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.461; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.467; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.472; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.479; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.489; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.495; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.508; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.514; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.521; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.529; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.536; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.543; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.549; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.555; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.561; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.567; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.573; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.579; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.593; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.599; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.606; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.614; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.619; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.626; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.631; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.638; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.643; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.650; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.665; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.669; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.674; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.679; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.684; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.689; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:31.693; org.apache.solr.cloud.ZkController; Write file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368416551004/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:33.749; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:50994 50994
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:33.852; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368416549460
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=58BE5C0415427642 -Dtests.slow=true -Dtests.locale=sk_SK -Dtests.timezone=Mideast/Riyadh89 -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 4.47s | ZkCLITest.testUpConfigLinkConfigClearZk <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Make sure we did download each file in the original configuration
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([58BE5C0415427642:7CD8F10A9F8DC024]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:198)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-05-13 03:42:33.922; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=sk_SK, timezone=Mideast/Riyadh89
[junit4:junit4]   2> NOTE: Mac OS X 10.8.3 x86_64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=150733752,total=416612352
[junit4:junit4]   2> NOTE: All tests run in this JVM: [RecoveryZkTest, TestJoin, TestWriterPerf, ZkSolrClientTest, SimplePostToolTest, IndexReaderFactoryTest, StatelessScriptUpdateProcessorFactoryTest, OverseerCollectionProcessorTest, TestCSVResponseWriter, TestPropInjectDefaults, TestLFUCache, SuggesterFSTTest, BasicDistributedZk2Test, SignatureUpdateProcessorFactoryTest, TermVectorComponentDistributedTest, TestXIncludeConfig, TestValueSourceCache, SliceStateTest, TestExtendedDismaxParser, TestReversedWildcardFilterFactory, ConvertedLegacyTest, JSONWriterTest, SuggesterTest, SyncSliceTest, DocValuesTest, PreAnalyzedFieldTest, TestCharFilters, SoftAutoCommitTest, TestStressVersions, UpdateRequestProcessorFactoryTest, SpatialFilterTest, TestSchemaSimilarityResource, TestLRUCache, SuggesterTSTTest, CacheHeaderTest, TestManagedSchemaFieldResource, TestLMDirichletSimilarityFactory, SortByFunctionTest, BasicZkTest, SearchHandlerTest, TestFieldTypeResource, TestCoreContainer, AlternateDirectoryTest, URLClassifyProcessorTest, ShardSplitTest, AnalysisAfterCoreReloadTest, DirectUpdateHandlerOptimizeTest, ShardRoutingTest, RegexBoostProcessorTest, ZkNodePropsTest, SpellCheckCollatorTest, CopyFieldTest, DOMUtilTest, TestIndexSearcher, TestTrie, TestPHPSerializedResponseWriter, TestSolrQueryParser, TestMaxScoreQueryParser, TestLazyCores, TestPartialUpdateDeduplication, DistributedSpellCheckComponentTest, DisMaxRequestHandlerTest, DirectSolrConnectionTest, QueryEqualityTest, TestSolrCoreProperties, TestSolrIndexConfig, IndexBasedSpellCheckerTest, TestSchemaVersionResource, TestDocumentBuilder, SpellCheckComponentTest, SampleTest, ShowFileRequestHandlerTest, BasicDistributedZkTest, UniqFieldsUpdateProcessorFactoryTest, ClusterStateTest, LeaderElectionIntegrationTest, FastVectorHighlighterTest, CoreAdminHandlerTest, DistributedTermsComponentTest, TestHashPartitioner, TestSolrXMLSerializer, SolrRequestParserTest, DocValuesMultiTest, JsonLoaderTest, ChaosMonkeySafeLeaderTest, TestRTGBase, TestPhraseSuggestions, DateMathParserTest, TestUniqueKeyFieldResource, SolrTestCaseJ4Test, TestPropInject, FileBasedSpellCheckerTest, TestJmxMonitoredMap, PeerSyncTest, SchemaVersionSpecificBehaviorTest, QueryParsingTest, TestDFRSimilarityFactory, MBeansHandlerTest, QueryResultKeyTest, TestZkChroot, TestClassNameShortening, FileUtilsTest, CSVRequestHandlerTest, TestIndexingPerformance, TestMultiCoreConfBootstrap, TestNumberUtils, TestFaceting, TestIBSimilarityFactory, TestFiltering, DocumentAnalysisRequestHandlerTest, ResponseLogComponentTest, DefaultValueUpdateProcessorTest, BinaryUpdateRequestHandlerTest, StatsComponentTest, SolrIndexConfigTest, UnloadDistributedZkTest, QueryElevationComponentTest, TestJmxIntegration, TestSuggestSpellingConverter, StandardRequestHandlerTest, TestReplicationHandler, BadCopyFieldTest, ExternalFileFieldSortTest, TestConfig, TestRemoteStreaming, TestCloudManagedSchemaAddField, OpenCloseCoreStressTest, TestDefaultSearchFieldResource, TestOmitPositions, TestQuerySenderListener, SliceStateUpdateTest, SimpleFacetsTest, CollectionsAPIDistributedZkTest, TestStressReorder, HighlighterTest, MultiTermTest, TestSystemIdResolver, TestSort, OverseerTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, ZkCLITest]
[junit4:junit4] Completed in 19.46s, 5 tests, 1 failure <<< FAILURES!

[...truncated 437 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:377: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:357: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:437: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1240: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:884: There were test failures: 295 suites, 1230 tests, 1 suite-level error, 1 failure, 18 ignored (6 assumptions)

Total time: 107 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure